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
Where code pages are used?
What are ASHX files?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What are directives in asp.net? List down all the important directives.
What are the main requirements for caching?
What is skin in asp.net?
What is query string?
What is a session http?
How can I have a particular web page in an asp.net application which displays its own error page?
To add a hyperlink column to the DataGrid which tag is used ?
What is ispostback property?
What is class and object in asp.net?
What is the default authentication mode for asp.net?
Why session is necessary in web application?
What is postback pixel?