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 is the difference between mvc and asp.net? : Asp.Net MVC
What is the difference between union and structure?
How does the iis work?
What is session start?
How do I use response redirect?
How does asp.net work?
What do you mean by serialize?
What is a page life cycle?
What is anonymous authentication?
Name some asp objects?
Which object wraps the state or data of a user?
Define page output caching?
What are HTTP handlers in ASP.NET?
What is manifest in .net framework?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????