What is ashx file in asp.net?
What is the difference between page-level caching and fragment caching?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What does asp in asp.net stand for?
What is a 307 redirect?
What is a windows service?
What is meant by ispostback in asp net?
About CLR, reflection and assemblies?
Are xaml file compiled or built on runtime?
How to rename a table using sql queries?
if we establish the cinnection with connection string tag in web.config file,can i go for encrypt and decrypt with that?
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,
Explain code snippet to register exception filters from controller?