Showing posts with label CLR. Show all posts
Showing posts with label CLR. Show all posts

Sunday, April 12, 2009

What is Common Language Runtime (CLR)

CLR is the heart of .NET Framework. CLR manages execution of .NET code and provides services that make the development process easier.

The basic function of CLR is to take the code generated by the VB.NET compiler or any other compiler and converts it to the native language of the current platform architecture.



CodeGuru.com

csharp-source.net : news