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 the displayafter property in updateprogress control?
What is difference between asp state management and asp.net state management?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Securitywise What are the Enhancements in 2.0?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Explain the Session state management options available with ASP.NET?
What is ispostback method in asp.net? Why do we use that?
How many ways are there to maintain a state in .net? What is view state?
Why asp.net is used?
Explain about consistent programming model in the .NET framework?
Explain Life cycle of ASP.NET page when a request is made.
Can master pages be nested?
Explain how asp.net page works?
What is a page life cycle? What are the events in a page life cycle?