What are the different types of Session state management
options available with ASP.NET?
Answer / ganesh
ASP.NET provides In-Process and Out-of-Process state
management. In-Process stores the session in memory on the
web server. This requires the a "sticky-server" (or no
load-balancing) so that the user is always reconnected to
the same 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.
| Is This Answer Correct ? | 8 Yes | 0 No |
Explain the advantages of caching?
How can you make sure that web api returns json data only?
Explain what a diffgram is, and a good use for one?
What New Features comes with ASP.NET Web API 2.0?
What is a SESSION and APPLICATION object?
WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID
Describe in brief .net framework and its components.
Can you change a Master Page dynamically at runtime?
What is globalization and localization in asp net?
What is the use Membership in asp.net? and What is the use profiler in asp.net?
What is the difference between user control an custom control?
Explain transparent caching with aop?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)