What is the CLR



What is the CLR..

Answer / kirti

CLR = Common Language Runtime. The CLR is a set of standard resources that (in theory) any .NET program can take advantage of, regardless of programming language. Robert Schmidt (Microsoft) lists the following CLR resources in his MSDN PDC# article:

Object-oriented programming model (inheritance, polymorphism, exception handling, garbage collection)

Security model

Type system

All .NET base classes

Many .NET framework classes

Development, debugging, and profiling tools

Execution and code management

IL-to-native translators and optimizers

What this means is that in the .NET world, different programming languages will be more equal in capability than they have ever been before, although clearly not all languages will support all CLR services.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

WHICH IS THE BEST INSTITUTE FOR DOTNET REAL TIME PROJECT TRAINING

21 Answers   ABC, Cap Gemini, Comspark,


What is Area in ASP.Net MVC?

0 Answers  


What are Action Filters in ASP.NET MVC and its use?

0 Answers  


How do you convert a string into an integer in .NET

1 Answers  


What happens when you encounter a continue statement inside the for loop ?

1 Answers  






When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?

5 Answers   TCS,


what is scalar property?

0 Answers   Microsoft,


What is meant by tempdata in mvc?

0 Answers  


what is a round trip?What is a postback?

4 Answers   Bosch, ONOTech,


What is net framework 3.0 ?

0 Answers  


Mention some action filters which are used regularly in ASP.Net MVC?

0 Answers  


what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0

4 Answers  


Categories