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
Does asp.net still recognize the global.asa file?
Explain culture and uiculture values.
What are different types of api?
What is content place holder?
How can exception be handled with out the use of try catch?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is the difference between application state and session state in asp net?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
Explain the significance of routing? : asp.net mvc
What is state management techniques in asp.net?
What is css in asp.net?
Describe the method to create a permanent cookie?
What is loop in asp.net?
What are the namespaces used in asp.net mvc? : asp.net mvc