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 postback pixel?
What is active web pages?
Explain the path instructions in xaml?
What are validator? Name the validation controls in asp.net?
Explain about the .NET framework?
What is the viewstate in asp.net?
Distinguish between Server-side and Client-side code?
what are the Custom controls in asp.net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is the full meaning of asp.net?
How does a content page differ from a master page?
Explain the flow of processing of the request? : asp.net mvc
How many types of session in ASP.NET
How does the cookies work in asp.net?
Why web api is better than wcf?