Explain What is CLR?

Submitted by: Administrator
First of all, VB.NET provides managed code execution that runs under the Common Language Runtime (CLR), resulting in robust, stable and secure applications. All features of the .NET framework are readily available in VB.NET.


The CLR takes care of garbage collection i.e. the CLR releases resources as soon as an object is no more in use. This relieves the developer from thinking of ways to manage memory. CLR does this for them.
Submitted by: Administrator

Read Online ASP.NET 2.0 Job Interview Questions And Answers