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 |
What are bundling & minification features in asp.net mvc 4?
What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?
How to Insert a TextBox value in to Sql database using C#.Net coding
What is code first? : Entity framework
Mention the core components of .net framework?
Microsoft introduced c# as a de facto language of the .NET platform. What is mean by de facto and fot what purpose? Please answer me. Advance thanks.
what is conceptual model?
How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is declared as "int" variable??
What is entitytypes? : Entity framework
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
In Server how to check whether model has error or not in ASP.Net MVC
Explain the request flow in asp.net mvc framework?