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


Please Help Members By Posting Answers For Below Questions

What are asp.net web forms?

521


What is a uri query?

553


What is redirectpermanent in asp.net?

613


Explain the Session state management options available with ASP.NET?

568


What is sdlc process?

526






What is dynamic web page with example?

523


Name some asp objects?

550


How many types of cache are there?

530


What is server side session?

520


How you will manage the state of ASP.NET controls?

570


What are the advantages of using Master Pages?

599


What is the difference between session and viewstate?

517


Write a code for passing ArrayList in Web API?

1059


Explain server-side scripting?

570


What are HTTP handlers in ASP.NET?

578