What is CLR ? Differentiate between CLR & CTS.

Answer Posted / skmdali786

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 ?    4 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is advantage of asp.net?

549


What is work flow gen? how can it will work with .Net?

2576


How do cookies work?

596


How do u deploy your asp.net application?

614


Where session variables are stored?

546






Why do we need url encoding?

526


What is meant by ispostback in asp net?

545


What is is post back property in asp net?

540


What is the difference between a cookie and a pixel?

486


Explain the advantages of passport authentication.

513


Why is xap important?

603


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

625


Difference between singleton and singlecall.

574


Why cyclomatic complexity is important?

564


Explain the various authentication mechanisms in asp.net.

493