Top questions

Post

New Post


Find by name:


QUESTION


What are the different Session state management options available in ASP.NET?


In-Process Out-of-Process. In-Process stores the session in memory on the web server. Out-of-Process Session state management stores data in an external server. The external server may be either a SQL Server or a State Server. All objects stored in session are required to be serializable for Out-of-Process state management. 12. How you can add an event handler?
Edit | Details | Delete


What are the different types of caching?


ASP.NET has 3 kinds of caching : Output Caching, Fragment Caching, Data Caching.
Edit | Details | Delete


What are the parts of Entity Data Model (EDM)?


• Conceptual Model, Mapping, Storage Model.
Edit | Details | Delete



Back to HomePage