|
|
-
|
|
Can we overload methods in a webservice? ...
|
|
-
|
|
If viewstate is tampered by an attacker in middle, how do you recognize it?...
|
|
-
|
|
In ASP.NET Page life cycle, where Page_PreInit and Page_Prerender events can be useful?...
|
|
-
|
|
What is theme and in which event in page life cycle, theme will be applied to page?...
|
|
-
|
|
Recently in an interview, I faced this question
What is difference between user control and custom controls?...
|
|
-
|
|
What is the return type of ExecuteXMLReader() method?...
|
|
-
|
|
In a webpage, only some part of content is static. How can we apply caching only to that part?...
|
|
-
|
|
In ASP.NET, what are the different types of caching that are supported?...
|
|
-
|
|
Both dictionary and hashtable can be used to stored key/value pairs. But what is the difference between them? When one will be used over other?...
|
|
-
|
|
Recently i received this interesting question, suppose, if i implement an Custom interface with a dispose() method, will Garbage Collector detect?...
|
|