What is difference between abstract class and an interface?
how to handle sql exceptions?
How Can assign alias name for ASP.NET Web API Action?
What are the file extensions for razor views?
Define a web service in .net?
Explain the asp.net mvc folder conventions? : asp.net mvc
When Cookies are expired in ASP.NET?
0 Answers Sans Pareil IT Services,
Explain automatic memory management in .net.
Why Global.asax is used?
What is binding in web service ?
You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>
Name the application folders present in asp.net 2.0?
In which event of page cycle is the viewstate available?