What is CTS, CLS and CLR ?
Answer Posted / prabha c. kurne
.net is a software platform it's a language neutral
enviroment for developing .net applications that can easily
and securely operate within it. the net framework has two
main components the common language runtime (clr)and
the .net framework class library.
| Is This Answer Correct ? | 7 Yes | 14 No |
Post New Answer View All Answers
Which validator control you use if you need to make sure the values in two different controls matched?
Can asp.net work on an nt server?
What is use of Master Page in ASP.NET web pages?
What is ispostback property?
What are client activated objects?
What is the difference between a default skin and a named skin?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is manifest in .net framework?
Explain the asp.net session state modes.
What are the merits and demerits of viewstate?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is asp net theme?
What is cas?
Explain exception filters?
What is the difference between GridView and Repeater controls in ASP.NET?