Explain the features that make asp.net more used framework? : asp.net mvc


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

Post New Answer

More ASP.NET Interview Questions

Are cookies client side or server side?

0 Answers  


How to you can limit Access to Web API to Specific HTTP Verb?

0 Answers  


What is the state management in asp.net?

0 Answers  


What is jade template engine?

0 Answers  


What is repository pattern in mvc.net? : asp.net mvc

0 Answers  






Is It Possible For Whole Page is Saved In View State? What Is View State?

2 Answers   Phoenix Technologies,


What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1 Answers   BirlaSoft,


In the Repeater control which way you can edit?

0 Answers   Siebel,


Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks

1 Answers  


how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url

1 Answers  


Explain security types in asp.net?

0 Answers  


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,


Categories