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
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
what is a .xap file? Explain with an example.
What is enableviewstatemac in asp net?
What is difference between asp.net and asp?
Differentiate between structure and class.
What are the layouts of ASP.NET Pages?
What is microsoft windows sharepoint services?
what are configuration files?
Which platform does Microsoft .NET use for exchanging data between applications?
Explain the advantages of passport authentication.
Explain Life cycle of ASP.NET page when a request is made.
What is difference cookie and session?
What is OSI layer? Explain different layers.