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
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is the difference between session object and application object?
What is difference between cookies and cache?
What is base class of button control in .net?
Why do we need asp.net?
what are configuration files?
In which event of the page life cycle, is the viewstate available?
What is redirecting behavior?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What is cookieless session id explain in brief?
What threading model used in asp and asp.net?
What is a web pool?
What is gridview in asp.net?
Where is the view state data stored?