adspace


Tell us what is the native image generator?

Answer Posted / Shweta Kumari

"Native Image Generator (NGen) is a tool in .NET Framework that pre-compiles managed assemblies into Native Images. It optimizes the performance of .NET applications by reducing startup time and eliminating the JIT compilation overhead for frequently used methods."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143