What is the difference between Hash table and Array list?
What is the main function of razor in asp.net? : asp.net mvc
When you use Ajax controls in the ASP.NET application?
What are query strings used for?
How do I create a web form?
Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.
5 Answers ADITI, Syntax Softtech,
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process?
1 Answers Patni, Perot Systems, Sedna Technology,
Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
What is difference between view state and session state?
what is view state?
What is machine.config and web.config ?
How can we prevent an aspx page get refreshed when any information fetch from the database ?
What are web beacons used for?