A quick rundown
From the previous posts we got an overview of what is .NET, the advantages of using .NET, the bulding blocks of .NET, and we came across to a runtime execution engine (mscoree.dll) and base class library(mscorlib.dll), common language runtime (CLR), Assemblies, Single file, multi file and Satellite assemblies, Then we have seen that, assemblies contain CIL instructions (in addition to type metadata and the assembly manifest) that are compiled to platform-specific instructions using a just-in-time (JIT) compiler. In addition, we explored the role of the Common Language Specification (CLS) and Common Type System (CTS).
Frequently Asked Questions
What is .NET ?
Whar are the advantages of using .NET ?
What are the building blocks of .NET ?
What is CLR, CTS, CLS and BCL ?
What is an assembly ?
What is MSIL ?
What is metadata in an assembly ?
What is Assembly manifest ?
What is Single file, Multi file and Satellite assemby ?
What is CLR ? What are the main responsibilities of CLR ?
What is JIT ?
What is mscoree.dll and mscorlib.dll ?
Tuesday, May 4, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment