Answer Posted / 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 View All Answers
What is viewstart page in mvc?
What is an asynchronous controller in asp.net mvc?
What are the advantages of asp.net mvc?
Is it possible to create a custom filter?
What are the components required to create a route in mvc?
What are Action Filters in ASP.NET MVC and its use?
Can I add mvc testcases in visual studio express?
What is definingquery in entity framework? : Entity framework
Is dapper faster than entity framework?
what is scalar property?
How we can register the Area in ASP.Net MVC?
What is needed for running an application built on winfx on the .net framework 3.0?
What are the main components of .net framework?
how to disable the lazy loading framework?
What are Scaffold templates in ASP.Net MVC?