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


Please Help Members By Posting Answers For Below Questions

I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

1423


What is the namespace to create thread in .net?

523


How to add DateTime Control in normal DataGrid Server Control?

578


Explain different types of validators in asp.net?

527


Describe the difference between inline and code behind - which is best in a?

569






Explain different types of Caching techniques in ASP.NET?

546


What is difference between Lambda Expression and LINQ in ASP.NET?

538


What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?

616


What is round trip in asp.net?

509


What are the new web part controls in asp.net 2.0 ?

524


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

537


Explain what are the advantages of asp.net mvc framework? : asp.net mvc

513


What is the use of response redirect in asp.net?

573


How can we access static variable?

643


How does session id work?

486