What is CLR ?
CLR stands for Common Language Runtime. CLR provides the execution environment for .NET Code. CLR provides following features :
-
Garbage Collection
-
Memory Management
-
Code Access Security
-
Code Verification etc
Practise makes perfect