What is a SESSION and APPLICATION object?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is a DLL Hell Problem in .Net?
To match the two different controls which control would we use ?
What are validator? Name the validation controls in asp.net?
What are asp.net web forms?
What are the different session state management options available in asp.net?
How do you use a custom validator? When might you want to use one?
Explain the use of fragment caching.
suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
what is view state?
How do we access view state value of this page in the next page?