Is asp.net mvc front end or backend? : Asp.Net MVC
what to magage the state manament in asp.net with respect to in_prock and out_prock
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" %>
Is global asax mandatory?
what is state management?
Where can we set the specific variables for a application and Session objects ?
Explain the various authentication mechanisms in asp.net.
How do I upload a file from my ASP.NET page?
we can able to display a MessageBox in asp .net without using any script langages?
Where can I get information on cookies in asp.net?
What is view state and how this can be done and was this there in asp?
11 Answers Accenture, KDOT, Mphasis,
Is it possible to change the index of primary key on table?
How to deploy the Asp.Net Project ?