Answer Posted / hitesh arora
The .NET Framework provides a runtime environment called the Common Language Runtime or CLR (similar to the Java Virtual Machine or JVM in Java), which handles the execution of code and provides useful services for the implementation of the program.
The Common Language Runtime is the underpinning of the .NET Framework. CLR takes care of code management at program execution and provides various beneficial services such as memory management, thread management, security management, code verification, compilation, and other system services. The managed code that targets CLR benefits from useful features such as cross-language integration, cross-language exception handling, versioning, enhanced security, deployment support, and debugging.
Common Type System (CTS) describes how types are declared, used and managed in the runtime and facilitates cross-language integration, type safety, and high performance code execution.
The Common Language Specification (CLS) is an agreement among language designers and class library designers to use a common subset of basic language features that all languages have to follow.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Session and response.Redirect?
Which protocol is used to call a web service?
What is difference between asp.net and asp?
Why do we need url encoding?
What are sessions and cookies?
Explain the difference between panel and groupbox classes using .net?
What is considered a service provider?
Explain transparent caching with aop?
How to manage different kinds of sessions in ASP.NET?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is mvc in asp.net tutorial? : Asp.Net MVC
where can i gather the materials for MCP certification
How to disable validator control by client side JavaScript?
What are Session states available and its Uses?