Pages

Men

rh

12/26/2012

What is CLR

The .NET Framework provides a run-time environment called the common language runtime, which runs the code and provides services that make the development process easier. The Services are like

  • Garbage Collection
  • Code Access Security
  • Code Verification
  • IL
  • Memory Management
  • Thread Management


No comments :

Post a Comment