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
What are Master Pages in ASP.NET? or What is a Master Page?
How would you get asp.net running in apache web servers? Explain it's limitations.
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is caching in asp.net?
What is page request in asp.net?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is session mode in asp.net?
How does session authentication work?
What is connection pooling and how to enable and disable connection pooling?
Will the asp.net validators run in server side or client side?
What do you mean by authorization?
What is the difference between web.config and machine.config in ASP.NET?
What is meant by web application?
How can we inherit a static member?
What are the uses of reflection?