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 is the difference between rest and restful?

533


What are the features of asp net?

510


Define a static class?

531


How does u call and execute a sp in .net?

548


Explain the difference between overriding and overloading?

540






What is difference between session and cookie?

515


What is the difference between CLICK and MOUSE DOWN Event ?

584


How does session state work in asp.net?

505


If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

598


what is meant by sitemapnode ?

1501


how to retrieve property settings from xml .config file.

543


What is difference between asp.net and asp.net mvc? : Asp.Net MVC

485


Explain the Session state management options available with ASP.NET?

566


Briefly describe the role of global.asax?

578


How does session work?

509