Thursday, November 5, 2009

Do you Know What Is Comman Languge Run Time(CLR)

What is inside the CLR.
CLR is common Languge runtime. It is very important in .net. The function of CLR is to manage the code execution at runtime. It provides all functionality for our .net application to run.
The features of CLR are:
1.Garbage Collection
2.Language Integration
3.Integrated Security

Garbage collection :
In general Garbage is some thing which is considered as waste material.
In dot net what is waste?
A variable which is declared and unused or any object which is not used is considered as the waste. The garbage collector will do allocate the memory allotted for this.
So memory can be saved. This is done by garbage collector.

Language integration:
This is another, very important feature
This will help to integrate more than one language .ie. we are using number of languages in our dot net frame work like C#.net,VB.net,J#.net. and many other third party languages.

What CLR dose
The main function of CLR is that it manage the code at rune time.
It is like a virtual machine. It dose memory management,Threading,etc

1 comment:

  1. its very useful..great work sir thanks A Lot

    ReplyDelete