Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Describe the gac in the .net framework.

0 Answers  


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

0 Answers  


What is attribute routing in mvc?

0 Answers  


What are the main components of .net framework?

0 Answers  


Explain JSON Binding?

0 Answers  


What are the levels at which filters can be applied in an asp.net mvc application?

0 Answers   NA,


What is Dependency Injection in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


What are Scaffold templates in ASP.Net MVC?

0 Answers  


How can I tell what .net framework is installed?

0 Answers  


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

0 Answers  


Can a view be shared across multiple controllers? If yes, how we can do that?

0 Answers  


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

1 Answers  


Categories