Which is the utility used to compile managed assemblies into processor-specific native code in .net?
Answers
Answered by
4
✪Hey There✪
ngen is the utility used to compile managed assemblies into processor-specific native code in .net
The Native Image Generator (Ngen.exe) is a tool that improves the performance of managed applications. Ngen.exe creates native images, which are files containing compiled processor-specific machine code, and installs them into the native image cache on the local computer. The runtime can use native images from the cache instead using the just-in-time (JIT) compiler to compile the original assembly.
Hope It Helps
ngen is the utility used to compile managed assemblies into processor-specific native code in .net
The Native Image Generator (Ngen.exe) is a tool that improves the performance of managed applications. Ngen.exe creates native images, which are files containing compiled processor-specific machine code, and installs them into the native image cache on the local computer. The runtime can use native images from the cache instead using the just-in-time (JIT) compiler to compile the original assembly.
Hope It Helps
Answered by
0
Explanation:
What is the visual part of websites called
Similar questions