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

Explain Bundle.Config in ASP.Net MVC4?

0 Answers  


Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?

0 Answers  


How does work clr?

0 Answers  


Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?

0 Answers  


differences between poco, model first and data first approach?

0 Answers   Microsoft,






Why do you need to box a primitive variable

1 Answers  


How to create an alias name for a namespace?

4 Answers   IBM,


What are the types of authentication in .net

1 Answers  


what are the different stepts to create shared assemblies?

1 Answers  


What is entity client data provider? : Entity framework

0 Answers  


What is objectset? : Entity framework

0 Answers  


How you deploy .NET assemblies

1 Answers  


Categories