.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2266 Page Views: 

What is CLR and what is the task perform by CLR?



Posted By: Avi Date: 3 July 2010 01:48:33 PM
 Answer:

CLR stand for Common Language Runtime. It has following tasks:
1. Executing IL
2. Code Verification
3. Code Access Security
4. Running the garbage collector


Posted By: eTechPlanet


Date: 3 July 2010 01:48:33 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image G654n9
Related Questions
.Net Framework : Can property be a generic type?

Can property be a generic type?

Yes
Category: .Net Framework Date: 10/14/2010 12:09:48 PM
.Net Framework : What data providers comes with .NET framework?

What data providers comes with .NET framework?

SqlClient – MS SQL Server, ODBC, OleDb, OracleClient
Category: .Net Framework Date: 10/14/2010 9:32:48 AM
.Net Framework : What data encoding does the .NET framework uses to represent characters?
.Net Framework : What is XmlDocument class?

What is XmlDocument class?

This class represents XML document. It is-memory tree representation of XML document.
Category: .Net Framework Date: 10/14/2010 7:05:49 AM
.Net Framework : What is MEF?

What is MEF?

MEF – Managed Extensibility framework is set of libraries that simplifies creation of extensible app....
Category: .Net Framework Date: 10/14/2010 6:55:49 AM