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 difference between viewbag and viewdata and tempdata?
What is .net architecture and framework?
What is entity framework firstordefault?
Is the following route definition a valid route definition? {controller}{action}/{id}
What is .net framework in simple terms?
What is the 'page life cycle' of an ASP.NET MVC?
Explain the advantage of packaging over xcopy in .net?
Can I remove .net framework?
Is dapper better than entity framework?
What is viewstart page in mvc?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What are the advantages of mvc over asp.net?
What is mapping in entity framework? : Entity framework
How to Redirect Tracing to a File
what is use of entity container?