Microsoft Native Image Generator (NGen) – is a tool that improves the performance of managed applications

mswindows_logo.jpg   Microsoft Native Image Generator (NGen) – creates native images which are files containing compiled processor-specific machine code, and installs them into the native image cache on the local Computer. The runtime can use native images from the cache instead of using the just-in-time (JIT) compiler to compile the original assembly

Leave a Reply

You must be logged in to post a comment.