Question - What is Common Language Runtime or CLR?
Answer -
CLR stands for Common Language Runtime, and it is the brain behind the .NET framework. It is the responsibility of the runtime to ensure that the program's code is executed correctly. The following is taken care of by CLR:
- Verification of Garbage Collection Codes.
- IL (Intermediate Language) for Code Access Security.