Is asp.net mvc front end or backend? : Asp.Net MVC


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

what to magage the state manament in asp.net with respect to in_prock and out_prock

1 Answers   Aviva,


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" %>

2 Answers   Syntax Softtech,


Is global asax mandatory?

0 Answers  


what is state management?

2 Answers  


Where can we set the specific variables for a application and Session objects ?

2 Answers   Siebel,


Explain the various authentication mechanisms in asp.net.

0 Answers  


How do I upload a file from my ASP.NET page?

0 Answers  


we can able to display a MessageBox in asp .net without using any script langages?

8 Answers   ABC,


Where can I get information on cookies in asp.net?

0 Answers  


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?

0 Answers  


How to deploy the Asp.Net Project ?

3 Answers  


Categories