How Session outproc in Sqlserver stored?
What is client side state management?
What is different in .net 1.1 and .net 2.0?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Features in ASP.NET?
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
What events will occur when a page is loaded?
What is %20 in a url?
Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?
3 Answers Phoenix Technologies,
In Code-Behind class which kind of code (server or client) is found ?
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" %>
What is a url string?
Is asp.net free?