Answers

Question and Answer:

  Home  VB .Net Developer

⟩ Explain CLR?

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)

 169 views

More Questions for you: