What is CTS, CLS and CLR ?
Answer Posted / janu
the Common Language Runtime (CLR) is programming that manages the execution of programs written in any of several supported languages, allowing them to share common object-oriented class es written in any of the languages.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between equals() and == in c#?
What are the various session state management options provided by asp.net?
What is the difference between page directive include and action tag include?
How to use ipostback?
Describe state management in asp.net?
How many types of validation are there?
What is the life-span of the items in the viewstate?
What is difference between viewstate and session state in javascript?
What is the use of web.config and machine.config files?
What are the asp.net 2.0 features?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is asp.net globalization?
Explain what are webservices?
What does the orientation property do in a menu control?
Explain how can we inherit a static variable?