ISBN: | 978-5-5116-8244-0 |
High Quality Content by WIKIPEDIA articles! The Native Image Generator, or simply NGEN is the Ahead-of-time compilation service of the .NET Framework. It allows a .NET 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 significally faster with AOT than with JIT.