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
Define msil.
How to Separate background image and front image from original picture....
What’s difference between “optimistic” and “pessimistic” locking?
Explain the role of global.asax?
What is the difference between adding reference in solution explorer and adding references by using ?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What is slidemaster?
Explain the difference between or and orelse?
What is _viewstart?
Explain the basic functionality of garbage collector?
Is viewstate secure?
Disable browser cache for entire ASP.NET website?
Explain the difference between value type and reference type?
What is the procedure to create the environment for asp.net? : asp.net mvc
How to implement globalization and localization in the use interface in .net.