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 |
Is .net core faster than .net framework?
What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
what is .NET ?
explain what is ado.net entity framework?
Explain the types of Scaffoldings.
Define .NET architecture ?
reading doc file in textbox using .net2005 with c#
What is action methods in web api?
what is deferred loading(lazy loading)?
How does CAS work
What is the use of trace utility ?
If background completes its processing will it wait for foreground threads?