Feeds:
Posts
Comments

Archive for August 23rd, 2006

What is the CLR?

The CLR is the heart and soul of .NET. The CLR is the runtime. In a nutshell, the CLR is a run-time environment in which .NET applications run. The CLR is layered on top of an operating system, and exists to provide services by being a layer between .NET applications and the operating system.  ref:http://samgentile.com/clr.htm

Read Full Post »