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 are the types of authentication in asp.net?
What is Bundling and Minification in MVC?
What is event bubbling?
Explain Life cycle of ASP.NET page when a request is made.
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
How we can force all the validation controls to run?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What are the modes of updation in an updatepanel?
Explain difference between dataset and datareader?
Give me one example of Web API Routing?
How do you sign out from forms authentication?
How to do state management in ASP.NET?
In asp.net, how can you validate drop down box?
Define the types of configuration files.
Distinguish between Server-side and Client-side code?