What is CTS, CLS and CLR ?
Answer Posted / nagesh n
CLR - CTS - CLS
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 ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the types of validation in asp net?
How to implement role based security in asp.net mvc? : Asp.Net MVC
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is intrinsic objects in asp.net?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What are the Types of chaching. How to implement caching
What does mvc represent in asp.net? : asp.net mvc
What is http request and response?
What is web configuration file and how to use in web application
Describe Segmentation With Paging?
Can we set master page as a start page?
How does session id work?
How can you ensure a permanent cookie?
What are type/key pairs in client script registration?
How information about the user's locale can be accessed?