When maintaining session through Sql server, what is the
impact of Read and Write operation on Session objects? will
performance degrade..
Answer Posted / sarath
yes. performance degrades compare to inprocess.but its use
ful when information store is large and long term
maintainence.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the full form of asp.net?
What is use of Master Page in ASP.NET web pages?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Explain the concept of MVC Scaffolding?
What is view state management in asp net?
What are the features that make asp.net more used framework? : asp.net mvc
Explain the difference between value type and reference type?
In which situation can you not use a viewstate?
How does output caching work in ASP.NET?
Describe SOA and the tenets of it?
What is the difference between cookie and session?
How can we pass info between 2 asp.net pages?
How to implement role based security in asp.net mvc? : Asp.Net MVC
In asp.net, how can you validate drop down box?
What are the different types of validation controls provided in ASP.NET?