What is CLR ? Differentiate between CLR & CTS.
Answer Posted / ronak panchal
CLR is common language runtime is calle as CLR.
The Difference is :
CLR is .net framwork enviornment run time.
CTS is cross language Intrropability.
Common Language Runtime. The CLR is a set of standard
resources responsible for execution of code developed using
.NET language. .Net compiler generates intermediate
language
(IL) which is then compiled using JIT to m/c code. It
provides access to common functionalities to all languages
via Base Class Libraries. CLR is replacement to win32
APICross-language integration, especially cross-language
inheritance. Automatic memory management (garbage
collection), which manages object lifetime so that
reference
counting is unnecessary. Self-describing objects, which
make
using Interface Definition Language (IDL) unnecessary. The
ability to compile once and run on any CPU and operating
system that supports the runtime.
Common Language Specification. This is a subset of the CTS
which all .NET languages are expected to support. The idea
is that any program which uses CLS-compliant types can
interoperate with any .NET program written in any language.
In theory this allows very tight interop between different
.NET languages - for example allowing a C# class to inherit
from a VB class.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is break mode?
Is react a template engine?
What is a web farm?
What is master page in dtp?
How you can add an event handler?
Explain the concept of View Model in MVC?
Why would a company use an application service provider?
What is a 401 redirect?
Is viewstate secure?
Can we use html in asp.net?
Is it right that ASP.NET Web API has replaced WCF?
What are session state modes?
What is css and what is it used for?
What is datagrid asp.net?
Why cyclomatic complexity is important?