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
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
What is the difference between session and viewstate in asp.net?
How would you create a permanent cookie?
What is app_code folder in asp net?
Which property is used to identify the Page is Post Back in ASP.NET?
What is diff. Between abstract class and an interface?
What is the usage of DelegatingHandler?
What is a multilingual website?
What are session objects?
What is use of <% %> in asp.net?
What are sessions used for?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What is the behavior of a Web browser when it receives an invalid element?
List some of the important session state modes of asp.net.
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly