Native Image Generator

The Native Image Generator, or simply NGen, is the ahead-of-time compilation (AOT) service of the .NET Framework. It allows a CLI assembly to be pre-compiled instead of letting the Common Language Runtime (CLR) do a just-in-time compilation (JIT) at runtime.

Source: Wikipedia — Native Image Generator (CC BY-SA 4.0)

Native Image Generator

The Native Image Generator, or simply NGen, is the ahead-of-time compilation (AOT) service of the .NET Framework. It allows a CLI assembly to be pre-compiled instead of letting the Common Language Runtime (CLR) do a just-in-time compilation (JIT) at runtime.

Source: Wikipedia "Native Image Generator" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy