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
What is a web farm?
How to comment out asp.net tags?
How do cookies work? Give an example of their abuse.
What is a web api? Which protocol is used in a web api?
What is variable and constant in .net programming language?
If you want to write your own dot net language, what steps you will you take care?
What is the significance of ASP.NET routing?
Explain Session state management options in ASP.NET.
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Explain how can you debug your .net application?
What is query string?
What is asp.net localization?
Explain the difference between the web config and machine config.
What are the Types of state management techniques
How ViewstateMac works?