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

.NET (Core and Framework)

 
GeneralRe: About "JIT"... Pin
James T. Johnson28-Dec-02 17:17
James T. Johnson28-Dec-02 17:17 
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 
karanba wrote:
Does a user need dotnetfx.exe to see pages that writen in ASP.NET?

Yes. ASP.NET uses classes from it.



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

It's compiled once only, the first time you execute the app. The .exe native image is automatically placed in a folder called the Global Assembly Cache, and then launched from there.
Well, yes, compilation takes time. I have yet to hear figures about huge .NET projects, however. So I guess pretty much nobody knows what are the figures for a 500,000+ lines of code app.



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

Anytime the native image is not in the GAC. Typically, it's once time after each reboot.
Pay caution to the fact the GAC can be programmatically reached, made expired, and even purged. After such thing from another app, which you can't control, your app needs to be JIT-compiled again.


karanba wrote:
So on is there any big program like AutoCAD, any office program or another gave up a release that use .NET framework.

Apps that require brutal force will continue to live with C/C++ for the foreseeable future. Memory consumption (lack of control over the garbage collector), startup time, ..., are good reasons why.
And of course, .NET is really young and still unproven a platform.
GeneralRe: what is needed Pin
James T. Johnson28-Dec-02 17:42
James T. Johnson28-Dec-02 17:42 
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 

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.