What is CTS, CLS and CLR ?
Answer Posted / mani bmgs
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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is state management in .net?
Which asp.net objects encapsulate the state of the client and the browser?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is a web api?
Define managed code and managed data in .net?
List of words of preprocessor in .net?
Explain the difference between Web Garden and Web Farm?
What is the page life cycle in asp.net?
Explain asp.net application life cycle?
Will session work if cookies is disabled?
Name the tools or API for developing or testing web api?
Why is the standalone environment only useful during the development process?
What is Model-View-View Model?
What parameters can you pass in the url of the api?