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 is directive in asp net?
How can we pass info between 2 asp.net pages?
What is the application pool?
What is route in web api?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Why we are using mvc instead of asp.net? : Asp.Net MVC
Why and where this web.config file is used?
What’s the use of “GLOBAL.ASAX” file?
What is the advantage of using Windows authentication in a Web application?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What are the different types of validation controls in asp.net?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is active web page?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is base class of button control in .net?