News:

Choose a design and let our professionals help you build a successful website   - ITAcumens

Main Menu

CLR - Common Language Run Time

Started by Kalyan, Sep 03, 2008, 01:55 PM

Previous topic - Next topic

Kalyan

CLR - Common Language Run Time

This is an execution engine for .NET Framework application. It provides a number of services including

1. Code Management.

2. Application memory isolation.

3. Verification of type safety.

4. Conversion of IL to native code.

5. Access to meta data.

6. Managing memory for managed objects.

7. Enforcement of code access security.

8. Exception handling, including cross-language exceptions.

9. Inter operation between managed code, COM objects and pre-existing DLLs (Unmanaged code and data)

10. Automation of object layout.

11. Support for developer services (profiling, debugging etc.).