Deepak Arora
What is ngen.exe? What role it plays in .net?
By Deepak Arora in ASP.NET on Apr 02 2010
  • Sandeep Dange
    Apr, 2010 8

    ngen.exe (short for native image generator) is a microsoft utility to handle the JIT compilation.  It enables you to essantially run the JIT compiler on a specific assembly, which is then installed into the user's application cache in its native format.

    the obvious advantage is that now when the user asks to execute something in that assembly, the JIT compiler is not invoked, saving a small amount of memory.

     

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS