Many different languages and platforms provide a runtime, and the .NET Framework is no exception. You will find, however, that this runtime is quite different from most.
The Common Language Runtime (CLR) in the .NET Framework manages the execution of the code and provides access to a variety of services that will make the development process easier.
The CLR has been developed to be far superior to previous runtimes, such as the VB runtime, by attaining the following:
- Cross-language integration
- Code access security
- Object lifetime management
- Debugging and profiling support
CLR (Common Language Runtime):
CLR is a standard runtime execution engine for managed code. When .net software is installed, CLR files will be installed in C:\Windows\System32 folder. In CLR software the most important file name is MSCoreE.dll (Microsoft Core Execution Library)
Version:
.Net FW: 2.0
Visual Studio: 2005
CLR version: 2.0.50727.42
No comments:
Post a Comment