Explain CLR?

Submitted by: Administrator
CLR is abbreviated as Common Language Runtime and it forms heart of the .NET framework. It is the responsibility of runtime to take care of the code execution of the program. CLR takes care of the following:
★ Garbage Collection
★ Code Verification
★ Code Access Security
★ IL (Intermediate Language)
Submitted by:

Read Online VB .Net Developer Job Interview Questions And Answers