Saturday, July 21, 2007

.net Framework : CLR

The CLR is the foundation of the .net framework. Runtime does the following:
Manages the code at runtime
Provides Memory Management
Thread Management
Remoting
Enforces strict type safety
Code that targets the runtime is known as managed code

No comments: