Click here to Skip to main content
15,890,845 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: About "JIT"... Pin
Nitron29-Dec-02 15:05
Nitron29-Dec-02 15:05 
GeneralRe: About "JIT"... Pin
James T. Johnson30-Dec-02 10:10
James T. Johnson30-Dec-02 10:10 
GeneralProgramatically displaying dropdown menus from toolbars Pin
Arun Bhalla26-Dec-02 16:08
Arun Bhalla26-Dec-02 16:08 
Questionwhat is needed Pin
karanba26-Dec-02 2:03
karanba26-Dec-02 2:03 
AnswerRe: what is needed Pin
Stephane Rodriguez.26-Dec-02 5:13
Stephane Rodriguez.26-Dec-02 5:13 
GeneralRe: what is needed Pin
karanba27-Dec-02 0:28
karanba27-Dec-02 0:28 
GeneralRe: what is needed Pin
Stephane Rodriguez.27-Dec-02 1:23
Stephane Rodriguez.27-Dec-02 1:23 
GeneralRe: what is needed Pin
James T. Johnson28-Dec-02 17:42
James T. Johnson28-Dec-02 17:42 
karanba wrote:
Does a user need dotnetfx.exe to see pages that writen in ASP.NET?

The end-user doesn't need the .NET framework installed to view an ASP.NET page. The server that is producing ASP.NET content needs to have the .NET framework installed.

karanba wrote:
And for big programs doesn't it slow the copile time with JIT.

S.Rod was misleading in his answer. What he said is true if you run the ngen tool on the assemblies that make up the big program. It also doesn't apply if the assemblies are used in an ASP.NET application.

In all other cases, methods are JITted when they are first run, then the native code is kept around until the application (maybe even the AppDomain) unloads or the underlying IL is marked as dirty. The next time the application is loaded all the methods need to be JITted again.

If you don't understand this right away; don't worry, its a confusing topic.

karanba wrote:
On a coputer does a C# program need to be copile just only for first time or every time with JIT.

This ties in above, but to re-answer. In most cases the program will be JITted every time it is run. Only ngen can change that, and it has no effect on ASP.NET applications.

James

"The elastic retreat rings the close of play as the last wave uncovers
the newfangled way.
But your new shoes are worn at the heels and
your suntan does rapidly peel and
your wise men don't know how it feels to be thick as a brick."
"Thick as a Brick" from Thick as a Brick, Jethro Tull 1972

GeneralRe: what is needed Pin
karanba5-Jan-03 6:30
karanba5-Jan-03 6:30 
AnswerRe: what is needed Pin
fesenjoon31-Dec-02 5:36
fesenjoon31-Dec-02 5:36 
GeneralRemoting issue Pin
Ludwig Stuyck25-Dec-02 8:13
Ludwig Stuyck25-Dec-02 8:13 
GeneralRe: Remoting issue Pin
SHaroz27-Dec-02 8:23
SHaroz27-Dec-02 8:23 
GeneralRe: Remoting issue Pin
Ludwig Stuyck27-Dec-02 8:42
Ludwig Stuyck27-Dec-02 8:42 
GeneralRe: Remoting issue Pin
lustuyck30-Dec-02 2:23
lustuyck30-Dec-02 2:23 
GeneralSorry, Don't know Pin
SHaroz30-Dec-02 6:17
SHaroz30-Dec-02 6:17 
GeneralRe: Remoting issue Pin
leppie30-Dec-02 7:24
leppie30-Dec-02 7:24 
GeneralRe: Remoting issue Pin
Rob Graham30-Dec-02 8:18
Rob Graham30-Dec-02 8:18 
GeneralPOP3 Pin
Venkatraman23-Dec-02 21:00
Venkatraman23-Dec-02 21:00 
GeneralRe: POP3 Pin
James T. Johnson23-Dec-02 21:32
James T. Johnson23-Dec-02 21:32 
GeneralRe: POP3 Pin
Rocky Moore23-Dec-02 22:23
Rocky Moore23-Dec-02 22:23 
GeneralDocking Windows Pin
Dan S.23-Dec-02 11:10
Dan S.23-Dec-02 11:10 
GeneralRe: Docking Windows Pin
Ray Cassick23-Dec-02 11:33
Ray Cassick23-Dec-02 11:33 
GeneralRe: Docking Windows Pin
flipdoubt7-Jan-03 4:06
flipdoubt7-Jan-03 4:06 
GeneralRemoting to multiple clients Pin
SHaroz23-Dec-02 10:20
SHaroz23-Dec-02 10:20 
GeneralDirectX 9.0 Released Pin
Heath Stewart20-Dec-02 9:28
protectorHeath Stewart20-Dec-02 9:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.