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

What is entity framework? : Entity framework

0 Answers  


Where is tempdata stored?

0 Answers  


What are multicast delegates ? give me an example

1 Answers  


What are the options can be configured in AJAX helpers?

0 Answers  


Is there built-in support for tracing/logging

1 Answers  






Describe the gac in the .net framework.

0 Answers  


Explain the advantage of packaging over xcopy in .net?

0 Answers  


Explain .net Framework?

1 Answers  


How the color of selected menu item will be changed in asp.net menu item?

1 Answers   Cognizant,


Can we have enum in entity framework?

0 Answers   Microsoft,


What is entitytype? : Entity framework

0 Answers  


Explain linq to entities? : Entity framework

0 Answers  


Categories