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 is Assemble
Why is entity framework used?
What is storage model? : Entity framework
Which are the abstract classes available under system.xml namespace
What is connected scenario? : Entity framework
Explain what is asp.net mvc?
What is JIT and how is works ?
Can you explain model, controller and view in mvc?
What is edm in entity framework?
Can we create the web service in windows application?
What is different between User Control and Web Control and Custom Control?
What is serialization in .NET? What are the ways to control serialization?