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.
Can I run my .Net Application without .Net Framework?
What is DataAdapter Object?
What are user controls in ASP.Net?
What method do you use to explicity kill a user's session?
What is the web.config file in ASP.Net?
OR
What are the uses of web.config file in ASP.Net?
How are ASP.Net configuration files secured against unauthorized access?
How to display data in Textboxes using DataSet?
What is the difference between ViewState and SessionState?
What is a Windows process?
How can I read .doc document in ASP.Net?