Re: Is there a .NET compiler ?
- From: "Chris Burrows" <cfbsoftware@xxxxxxxxxxx>
- Date: Fri, 24 Mar 2006 15:04:10 +1030
"John Jacobson" <jake@j[nospam]snewsreader.com> wrote in message news:4423684c@xxxxxxxxxxxxxxxxxxxxxxxxx
Jon Shemitz <jon@xxxxxxxxxxxxxxxxx> wrote in message
<442362E9.6948ECF4@xxxxxxxxxxxxxxxxx>
Yes. It's called NGen. Native Generate. In 2.0, NGen precompiles a
whole app; in 1.x, it works an assembly at a time.
Someone else on this newsgroup said that it only compiles your code in, not the
.NET framework pieces that your code relies on.
Yes - that was me, but I'm happy to be proven wrong. Linking parts of the framework into your app goes against the whole philosophy of .NET. Precompiling using ngen is also not the norm. It should only be done for special cases by those who really understand what they are doing - and that doesn't include me yet.
--
Chris Burrows
CFB Software
http://www.cfbsoftware.com/gpcp
.
- Follow-Ups:
- Re: Is there a .NET compiler ?
- From: Shawn B.
- Re: Is there a .NET compiler ?
- From: Craig Stuntz [TeamB]
- Re: Is there a .NET compiler ?
- From: Christopher Burke
- Re: Is there a .NET compiler ?
- References:
- Is there a .NET compiler ?
- From: Christopher Burke
- Re: Is there a .NET compiler ?
- From: Jon Shemitz
- Re: Is there a .NET compiler ?
- From: John Jacobson
- Is there a .NET compiler ?
- Prev by Date: Re: Development laptop?
- Next by Date: Re: Microsoft to delay launch of Windows Vista
- Previous by thread: Re: Is there a .NET compiler ?
- Next by thread: Re: Is there a .NET compiler ?
- Index(es):
Relevant Pages
|