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
How many types of state management are there in asp net?
What is difference between session and application in asp net?
Write a code snippet to implement the indentation in json in web api.
Explain the steps needed to be performed in order to create an animation in xaml?
Explain cashing in asp.net.
What is distributed system in asp.net?
What is work flow gen? how can it will work with .Net?
How can we identify that the page is post back in asp net?
What are Master Pages in ASP.NET? or What is a Master Page?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
How to implement Authentication and Authorization?
What is the significance of attaching a profile while creating a user?
What’s the catch?
Can action method static?
How can I configure asp.net applications that are running on a remote machine?