Home » Interview » Technology

Explain how a .NET application is compiled and executed?

Correct Answer: Any code written in any NET complaint languages when compiled, converts into MSIL (Microsoft Intermediate Language) code in form of an assembly through CLS, CTS IL is the language that CLR can understand On execution, this IL is converted into binary code by CLR’s just in time compiler (JIT) and these assemblies or DLL are loaded into the memory

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion