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
How we can add the CSS in ASP.Net MVC?
Is .net framework 4.8 the last version?
List the new features added in .net framework 4.0.
why DotNetFramework is included in building a software
Can you explain renderbody and renderpage in mvc?
Why to use html.partial in mvc?
what is eager loading?
What is a view engine?
How does the 'page lifecycle' of asp.net mvc works?
What are scaffold templates in mvc?
what is scalar property?
Which .net framework is installed?
What is needed for running an application built on winfx on the .net framework 3.0?
What is the .net framework?
Define the core components of an ASP.NET MVC application?