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 is the significance of ASP.NET routing?
What does asp stand for in asp.net?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is application Object?
What is _dopostback in asp net?
What is sql data source control in asp.net?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What does occur first in ASP.Net, Authentication or Authorization?
What is http post and http get?
How does a web application session work?
Explain About WebService
Why do we need url encoding?
How do we implement bundling in MVC?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Explain about secure socket layer?