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
Name the namespace which is used by ado.net?
Explain the use of resource manager class in .net.
What is AutoPostback?
How to set the pane area to transparent of a scrollPane component.?
What is viewstate in asp net with example?
Explain repository pattern in asp.net mvc? : asp.net mvc
What are the asp.net security controls?
Can you explain architecture of your project ?
Which is better php or asp.net?
Explain an object, class and method.
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
How does http session work?
What is the biggest disadvantage of “Other Return Types” in Web API?
What is full form of asp.net?
In which event of the page life cycle, is the viewstate available?