Session state management options available with ASP.NET

What are the different types of Session state management options available with ASP.NET. Explain them.

- ASP.NET provides In-Process and Out-of-Process state management.
- In-Process stores the session in memory on the web server.
- Out-of-Process Session state management stores data in an external data source.
- The external data source may be either a SQL Server or a State Server service.
- Out-of-Process state management requires that all objects stored in session are serializable.
Methods fired during the page load - ASP.NET
ASP.NET Methods fired during the page load - Init() - when the page is instantiated....
Concept, capabilities and features ADO.NET
Concept, capabilities and features ADO.NET - It is data-access technology, primarily disconnected and designed to provide efficient....
Server-side and Client-side code in ASP.NET
ASP.NET - Server-side and Client-side code - Server-side code runs on the server....
Post your comment