DOT NET Frame Architecture
July 3rd, 2007 By albena
By Adam Sturo
The .Net framework consists of two main component one of them is .Net framework class library and another is CLR. The .Net framework class library common for all .Net language .We can use this to develop different application such as console applications, windows and Web Forms and Web Services.
The CLR do some of the important task such as load the IL code of program at runtime. Compile the IL code in native code execute and manage code enforce security and type safety helps in thread support .The code that run in CLR is called unmanaged code .There is an layer which allow both manage code and unmanaged code to interoperate with each other.
The CLR is combination of various components which provides the runtime environment and runtime services for our application .These components loads the IL code into runtime environment and runtime service for our applications.
These components provide multiple task such as type safety and also provide automatic memory management and also helps in threading too. These components also play a sensitive role in exception manager. Some of these components which is generally asked in interview i.e dot net interview questions are as follow:
Class loader: its helps in loading class at runtime.
Security engine: as the name suggest its helps in security restrictions and enforces security.
Code manager: Its works is to manage the code during execution.
Type checker: Its helps CLR to do strict type checking.
COM Marshler: It helps. Net application for exchange data with the COM applications.
Exception Manager: It provides a method to handle the runtime exceptions.
Base class library support: it provides the type which is required at runtime.
Garbage collector: Its performs the automatic memory management and treatment of objects.
MSIL: It converts MSIL to native code and then converts MSIL code into native code.
About the author:
Adam Sturo provides you the best and latest Sql Server Interview Questions and Xml Interview Questions
Last 5 posts by albena
- Online Sales Model - July 5th, 2007
- Drop-Ship Your Way to Success - July 5th, 2007
- How to Make Website Visitors Purchase something - July 5th, 2007
- Content Management System - July 5th, 2007
- Choosing an Internet Home Business - July 5th, 2007
Popularity: 56% [?]








