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

I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.

0 Answers  


Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?

1 Answers  


How to change the action name in mvc?

0 Answers  


Explain the methods used to render the views in ASP.Net MVC?

0 Answers  


What are the ways to show data grid inside a data grid for a master details type of tables?

1 Answers  






what is datacontrols?

1 Answers  


What is model first? : Entity framework

0 Answers  


i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources

0 Answers  


How can I return string result from action in asp.net mvc?

0 Answers  


How does the .net framework 3.0 relate to the .net framework 2.0?

0 Answers  


Explain the advantages of dependency injection (di) in asp.net mvc?

0 Answers  


Is it possible to share a view across multiple controllers?

0 Answers  


Categories