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 the mvc model?

574


Demonstrate Render and PreRender?

594


What is web configuration file and how to use in web application

591


What is the displayafter property in updateprogress control?

505


Describe the application event handlers in ASP.NET?

542






Which method is used to enforce garbage collection in .net?

423


Where is cookie used in asp.net?

571


What is the difference between Session and response.Redirect?

612


Is it possible to change the index of primary key on table?

406


What is query string? What are its advantages and limitations?

510


Why will you usually create an aspnet user account in the database for an asp.net web application?

534


Explain the concept of MVC Scaffolding?

582


Please briefly explain the usage of global.asax?

530


How will you do Redo and Undo in a TextControl?

664


What are the versions of garbage collection?

1454