Results 1 to 3 of 3
Thread: What is CLR in .NET Framewok?
-
02-01-2012, 08:00 AM #1
Sophomore
- Join Date
- Jan 2012
- Posts
- 71
- Thanks
- 5
- Thanked 3 Times in 3 Posts
- Feedback Score
- 0
What is CLR in .NET Framewok?
Hi Frndz, Plz tell me the answer of this question in briefly.
Thanks.
-
02-13-2012, 12:14 AM #2
Freshman
- Join Date
- Jun 2011
- Posts
- 40
- Thanks
- 0
- Thanked 2 Times in 1 Post
- Feedback Score
- 0
It is the implementation of CLI. The core runtime engine in the Microsoft . for executing applications. The common language runtime supplies managed code with services such as cross-language integration, code, object lifetime management, resouce management, type safety, pre-emptive threading, metadata services (type reflection), and debugging and profiling support. The ASP.NET Framework and Internet Explorer are examples of hosting CLR.
The CLR is a multi-language execution environment. There are currently over 15 being built by Microsoft and other companies that produce code that will execute in the CLR.
The CLR is described as the "execution engine" of .NET. It's this CLR that manages the execution of programs. It provides the environment within which the programs run. The software version of .NET is actually the CLR version.
-
02-23-2012, 02:26 AM #3
Freshman
- Join Date
- Jan 2012
- Posts
- 17
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
CLR stands for common language runtime. CLR provides an environment to execute programs.


Reply With Quote

