Re: Is there a .NET compiler ?



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.

--
***Free Your Mind***

Posted with JSNewsreader Preview 0.9.4.2183


.



Relevant Pages

  • Re: Is there a .NET compiler ?
    ... Someone else on this newsgroup said that it only compiles your code in, ... .NET framework pieces that your code relies on. ... framework into your app goes against the whole philosophy of .NET. ...
    (borland.public.delphi.non-technical)
  • Re: general question about try/catch
    ... Your question relates specifically to the C# language and would this apply to any app you wrote with it, ... A general rule of thumb is whenever your code relies on anything you didn't write inside your own code, ... relies on an external WebSite, and should be enclosed in a try block.) ...
    (microsoft.public.dotnet.framework.aspnet)