What is CTS, CLS and CLR ?
Answer Posted / jai
CLR: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. 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.
CTS & CLS:
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 CLS is simply a specification that defines the rules to support language integration in such a way that programs written in any language, yet can interoperate with one another, taking full advantage of inheritance, polymorphism, exceptions, and other features.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of sessions in asp.net?
What is work flow gen? how can it will work with .Net?
What is viewstategenerator?
Who can consume WebAPI?
What is state management in .net?
What is request and response in asp.net?
What is inproc and outproc?
What’s the use of “GLOBAL.ASAX” file?
What’s difference between “optimistic” and “pessimistic” locking?
How do u declare static variable and how it is declared and what is its lifetime?
What is full form of asp.net?
Explain asp.net page life cycle?
How can we identify that the page is post back in asp net?
What is a web api?
Is it possible to write code in many languages in one asp.net project?