What is CTS, CLS and CLR ?
Answer Posted / ritu malhan
CTS: is a common time system. it is used to communicate with other languages.
CLS: stands for common language specifications,it describes common features of different languages.
CLR: stands for common language runtime, it is a runtime environment that manages the execution of .net program code and provide services such as memory.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the concept of postback in asp.net?
Differentiate between a page theme and a global theme?
What is the difference between login controls and forms authentication?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is comparevalidator?
To redirect the user to another page which method do we use without performing a round trip to the client?
Can you clarified A Web service can only be written in .NET or not?
Explain the main differences between asp and asp.net?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is a session in programming?
What is a 401 redirect?
Where is session data stored in asp net?
How do you sign out from forms authentication?
Explain how does asp page work?
Write a code for sending an email from asp.net application.