Tuesday, April 28, 2009

What is a CLR?

  1. Common Language Runtime
  2. It is the heart of the .NET framework.
  3. It maintains following things
    · Garbage Collection
    · Code Access Security
    · Code Verification
    · Intermediate language

No comments:

Post a Comment