Saturday, 27 April 2013

What is Native Image Generator (Ngen.exe)? | ASP.Net interview questions

The Native Image Generator utility (Ngen.exe) allows you to run the JIT compiler on your assembly's MSIL and generate native machine code which is cached to disk. After the image is created .NET runtime will use the image to run the code rather than from the hard disk.

No comments: