Share with your friends
hdshahin01

Call

The Native Image Generator, or simply NGen, is the ahead-of-time compilation service of the.NET Framework. It allows a CLI assembly to be pre-compiled instead of letting the Common Language Runtime do a just-in-time compilation at runtime. In some cases the execution will be significantly faster than with JIT.