Wednesday, July 9, 2008

.Net Common Language Runtime


Crux of CLR: mscoree.dll (Microsoft Common Object Runtime Execution Engine).
When you run any assembly (exe or load a dll), mscoree.dll is loaded automatically, which in turn
loads the required assembly into memory.CLR then compiles the CIL to platform specific instruction and execute the code.

No comments:

Post a Comment