Click here to Skip to main content
15,888,461 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: So...what's .NET doing, exactly? PinPopular
Dan Neely14-Apr-23 8:42
Dan Neely14-Apr-23 8:42 
GeneralRe: So...what's .NET doing, exactly? Pin
dandy7214-Apr-23 10:24
dandy7214-Apr-23 10:24 
GeneralRe: So...what's .NET doing, exactly? Pin
jschell14-Apr-23 12:00
jschell14-Apr-23 12:00 
GeneralRe: So...what's .NET doing, exactly? Pin
Shao Voon Wong14-Apr-23 22:36
mvaShao Voon Wong14-Apr-23 22:36 
GeneralRe: So...what's .NET doing, exactly? Pin
dandy7216-Apr-23 6:54
dandy7216-Apr-23 6:54 
GeneralRe: So...what's .NET doing, exactly? Pin
Dan Neely15-Apr-23 7:34
Dan Neely15-Apr-23 7:34 
GeneralRe: So...what's .NET doing, exactly? Pin
gt2847c17-Apr-23 4:29
professionalgt2847c17-Apr-23 4:29 
GeneralRe: So...what's .NET doing, exactly? Pin
Andre_Prellwitz17-Apr-23 11:33
Andre_Prellwitz17-Apr-23 11:33 
The code is compiled to IL, just not JIT-compiled to machine code. NGEN does this ahead of time (AoT) to improve startup performance at the expense of disk space, assuming disk reads are much quicker than JIT compilation. This also saves time and bandwidth transferring only the IL from Microsoft.
GeneralRe: So...what's .NET doing, exactly? Pin
trønderen17-Apr-23 11:54
trønderen17-Apr-23 11:54 
GeneralRe: So...what's .NET doing, exactly? Pin
0x01AA14-Apr-23 10:53
mve0x01AA14-Apr-23 10:53 
GeneralRe: So...what's .NET doing, exactly? Pin
TNCaver14-Apr-23 15:13
TNCaver14-Apr-23 15:13 
GeneralRe: So...what's .NET doing, exactly? Pin
Jeremy Falcon15-Apr-23 1:26
professionalJeremy Falcon15-Apr-23 1:26 
GeneralRe: So...what's .NET doing, exactly? Pin
Calin Negru14-Apr-23 22:24
Calin Negru14-Apr-23 22:24 
GeneralRe: So...what's .NET doing, exactly? Pin
Jeremy Falcon15-Apr-23 1:23
professionalJeremy Falcon15-Apr-23 1:23 
GeneralRe: So...what's .NET doing, exactly? Pin
Bernie B.16-Apr-23 20:51
Bernie B.16-Apr-23 20:51 
Generalspeedy recall Pin
BernardIE531714-Apr-23 7:35
BernardIE531714-Apr-23 7:35 
GeneralRe: speedy recall Pin
0x01AA14-Apr-23 10:57
mve0x01AA14-Apr-23 10:57 
GeneralRe: speedy recall Pin
BernardIE531714-Apr-23 11:43
BernardIE531714-Apr-23 11:43 
GeneralRe: speedy recall Pin
0x01AA14-Apr-23 11:45
mve0x01AA14-Apr-23 11:45 
GeneralRe: speedy recall Pin
BernardIE531714-Apr-23 11:59
BernardIE531714-Apr-23 11:59 
GeneralRe: speedy recall Pin
0x01AA14-Apr-23 12:10
mve0x01AA14-Apr-23 12:10 
GeneralRe: speedy recall Pin
Member 1503593717-Apr-23 1:50
Member 1503593717-Apr-23 1:50 
GeneralRe: speedy recall Pin
jschell14-Apr-23 12:02
jschell14-Apr-23 12:02 
GeneralRe: speedy recall Pin
rnbergren15-Apr-23 2:09
rnbergren15-Apr-23 2:09 
GeneralRe: speedy recall Pin
Slow Eddie15-Apr-23 2:11
professionalSlow Eddie15-Apr-23 2:11 

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.