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 |
WHICH IS THE BEST INSTITUTE FOR DOTNET REAL TIME PROJECT TRAINING
21 Answers ABC, Cap Gemini, Comspark,
What is Area in ASP.Net MVC?
What are Action Filters in ASP.NET MVC and its use?
How do you convert a string into an integer in .NET
What happens when you encounter a continue statement inside the for loop ?
When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?
what is scalar property?
What is meant by tempdata in mvc?
what is a round trip?What is a postback?
What is net framework 3.0 ?
Mention some action filters which are used regularly in ASP.Net MVC?
what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0