What is CTS, CLS and CLR ?
Answer Posted / mouli
Common Type System CTS :A fundamental part of the .NET
Framework's Common Language Runtime (CLR), the CTS
specifies no particular syntax or keywords, but instead
defines a common set of types that can be used with many
different language syntaxes.
Common Language Specification (CLS):The Common Language
Specification (CLS) describes a set of features that
different languages have in common.
The CLS includes a subset of the Common Type System (CTS).
The CLR is a multi-language execution environment
Is This Answer Correct ? | 162 Yes | 43 No |
Post New Answer View All Answers
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is the difference between the response.write() and response.output.write() methods?
Explain the difference between overriding and overloading?
Difference between overriding and overloading?
Is there any property names “isnavigating”?
How is a session stored and maintained in asp.net?
Define data caching?
How would you implement inheritance using c#?
What is asp.net and ado net?
What is active web page?
How can you dynamically add user controls to a page?
How can you send an email message from an asp.net web page?
How is session id generated?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What are the different methods of session maintenance in asp.net?