Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What is the Caching in ASP.Net?
Caching is a technique of storing an in-memory copy of important and much used data/information to improve the performance of any software system. The idea is to place frequently used data in quickly accessed media. The ASP.Net runtime includes a key-value map of CLR objects called cache. This lives with the application and is available via the HttpContext and System.Web.UI.Page. Using cache is to some extent similar to using Session object. You can access items in the cache using an indexer and may control the lifetime of objects in the cache and set up links between the cached objects and their physical sources.
How can I see what assemblies are installed in the global assembly cache?
Can I use custom .Net data types in a Web form?
What’s the Unix name for a Windows service equivalent?
What is use of the AutoEventWireup attribute in the Page directive?
What is "AdRotator" control in ASP.Net?
What are user controls in ASP.Net?
What is instrumentation?
What is the default executionTimeOut limit for that an ASP.Net request is allowed to run before it is automatically terminated?
What is a satellite assembly?
What is "View" Control in ASP.Net?