What is CTS, CLS and CLR ?
Answer Posted / manish
CLS:-
Common Type System (CTS) describes a set of types that can
be used in different .Net languages in common .
CLR:-
The common language runtime (CLR) is runtime environment
that convert manage code into native code.During the
execution of the program ,the Common Language Runtime (CLR)
manages memory, Thread execution, Garbage Collection (GC) ,
Exception Handling, Common Type System (CTS), code safety
verifications, and other system services.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How you can stop the validation of ASP.NET controls from client side?
What are all the various Estimation Techniques available ?
What is the difference between a page theme and a global theme?
What is the purpose of url encoding?
What is asp.net globalization?
What is the base class from which web forms are inherited?
What are the different types of sessions in asp.net?
what are the security certificates used in webservices?
Which is the parent class of the ASP.NET server control?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Are cookies client side or server side?
How we can force all the validation controls to run?
Explain the server control events of asp.net ?
What is the difference between response.redirect and server.transfer?
What is a query string in a url?