Miscellaneous Concepts of .NET – Part 2
page 5 of 13
by Uday Denduluri
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 48569/ 63

NGEN Tool

The Native Image Generator (Ngen.exe) is a tool that creates native images, which are files containing compiled processor-specific machine code, and installs them into the native image cache on the local computer. This is an alternative to the JIT compiler. There are lots of changes to NGEN with .NET Framework 2.0.

·         Installing an assembly also installs its dependencies, simplifying the syntax of Ngen.exe.

·         Native images can now be shared across application domains.

·         New action, update, re-creates images that have been invalidated.

·         Actions can be deferred for execution by a service that uses idle time on the computer to generate and install images.

·         Some causes of image invalidation have been eliminated.


View Entire Article

User Comments

No comments posted yet.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-20 9:10:38 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search