|
What is Common Language Runtime(CLR)? |
|
|
|
|
Written by Chetankumar Akarte
|
|
Friday, 25 May 2007 |
What is Common Language Runtime?
The CLR is the layer of the .NET Framework that makes language independence
work. Written mostly in Microsoft's new language, C#, the CLR provides services
that any .NET program can use. Because of .NET's component architecture,
software written in any language can call upon these services.
Microsoft has also submitted a subset of the CLR to ECMA, the European
information and communications standards organization. This subset is referred
to as the Common Language Infrastructure (CLI).
CLR provides following services:
- Language Integration
- Memory Management (Memory Allocation and
Garbage Collection)
- Memory Type Safety (Memory Leaks)
-
Security
- Thread management
-
Exception handling
submit your Article, Tutorials or FAQs
Hello... if you are interested to submit your Article, Tutorials or FAQs on TechXcel.com - provides technical excellence... mail us at
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
Copyright 2007. All Rights Reserved. |
|
Last Updated ( Friday, 25 May 2007 )
|