C# Programming - .NET Framework - Discussion

Discussion Forum : .NET Framework - General Questions (Q.No. 4)
4.
Which of the following utilities can be used to compile managed assemblies into processor-specific native code?
gacutil
ngen
sn
dumpbin
ildasm
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
16 comments Page 2 of 2.

Kundan pathak said:   1 decade ago
Accord to me NGEN is a compiler/interpreter that receive the IL and Generate the Native code or machine code correspondingly or accordingly.

Satya said:   10 years ago
Thanks for the above explanation.

Sattu said:   9 years ago
Thanks for all the explanation.

Raghuram said:   8 years ago
Tank u frds it's very easy to understand keep updates

Ravi said:   8 years ago
Once an NGen is run against an assembly, the resulting native image is placed into the Native Image Cache and when we run the application it uses the Native cache instead of the recompilation of code.

Mubashira said:   7 years ago
Please explain all the given option in detail.


Post your comments here:

Your comments will be displayed after verification.