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
Can you please explain the request flow in ASP.NET MVC framework?
How we can handle the exception at controller level in ASP.Net MVC?
What is layout in mvc?
What is renderbody?
What is the use .Glimpse in ASP.Net MVC
What are the levels at which filters can be applied in an asp.net mvc application?
What is the difference between ViewData, ViewBag and TempData?
What is the difference between .net core and .net framework?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
What are ajax helpers in mvc?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
Why is entity framework used?
Explain the tools used for unit testing in ASP.Net MVC
What is action methods in web api?
Explain two instances where routing is not implemented or required?