View Single Post
Old 02-16-2012, 06:19 AM   #3
spinxwebdesign
Registered User
 
Join Date: Jun 2010
Posts: 269
The .NET Framework provides a runtime environment which runs the code and services that makes development easy. This runtime environment is known as the Common Language Runtime (CLR) in .NET Framework. It supplies managed code with services like cross-language integration, object lifetime management, code access security, resource management, type safety, pre-emptive threading, metadata services, debugging and profiling support. For more details: http://msdn.microsoft.com/en-us/library/8bs2ecf4.aspx

Last edited by spinxwebdesign; 09-10-2012 at 11:15 PM..
spinxwebdesign is offline   Reply With Quote