-
Native Image Generator (NGen)
NGen is an application that can improve the startup performance of managed applications by carrying out the JIT work normally done when the application is accessed. NGen creates processor optimized machine code (images) of your application that are cached. This can reduce application startup time considerably. Prior to .NET 4.0, if you updated the framework or installed certain patches, it was necessary to NGen your application all over again. But no longer; through a process known as "targeted" patching, regenerating images is no longer required.
Source of Information : Apress Introducing dot NET 4.0 with Visual Studio 2010
Subscribe to:
Post Comments (Atom)
0 comments: