What is CTS, CLS and CLR ?

Answer Posted / versha

CLR
this is common language runtime.the code which is in
environment of clr is called managed code.every language
has runtime in case of .net there is CLR.so that that has
some responsibilites that is to tack care of the execution
of code
other responsibilites
garbage collection-in that it remove the object which are
not refered for long time.using Idisposable interface with
dispose method

Jit compiler also convert IT to native code
In that include exception handling.etc

Cls
common language spefication
thsi is guideline that to communicate smoothly with other

CTS
common type system
this is used to communicate with other language.
example in vb we have int and in c++ we have long so that
in one case they are not compatiable with each other so
that CTS palys important role with using System.int32

Is This Answer Correct ?    117 Yes 36 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What kind of programming language is ASP.NET?

791


What is the extension of master page in asp.net?

729


What are the 3 types of web?

660


How can you pass multiple complex types in Web API?

746


How you can access the properties and controls of master pages from content pages?

703






What is ashx file in asp.net?

729


What is the good practice to implement validations in aspx page?

830


How is application management and maintenance improved in asp.net 2.0?

720


Explain the different types of directives in .net?

688


What are main return types supported in Web API?

961


Explain parts of assembly?

716


What is the difference between ASP Session State and ASP.Net Session State?

771


Can user control be stored in library?

688


What is a session http?

688


What is css in asp.net?

741