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 kind of programming language is ASP.NET?
What is the extension of master page in asp.net?
What are the 3 types of web?
How can you pass multiple complex types in Web API?
How you can access the properties and controls of master pages from content pages?
What is ashx file in asp.net?
What is the good practice to implement validations in aspx page?
How is application management and maintenance improved in asp.net 2.0?
Explain the different types of directives in .net?
What are main return types supported in Web API?
Explain parts of assembly?
What is the difference between ASP Session State and ASP.Net Session State?
Can user control be stored in library?
What is a session http?
What is css in asp.net?