When maintaining session through Sql server, what is the
impact of Read and Write operation on Session objects? will
performance degrade..
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nanda
SQL server session Using not for Large and long term
maintaninence.
When your application is in a web farm model , then u have
two option State server and other database server option. U
can use Either SQL or ORACLE in DB option.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
Yes it will make overhead to the Process to writh the data
in tyhe sql on every this
Is This Answer Correct ? | 1 Yes | 0 No |
if u r projet consist of 4 people means how can u manage the file
What is a Windows Service and how does its life cycle differ from a standard EXE?
What is custom tag in Web.Config?
What is content place holder?
What is the use of asp.net web api?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What are the asp.net objects? is it application obects, cache objests etc. or is it state managements, web services etc?
How ASP and ASP.NET page works.
Describe the difference between inline and code behind - which is best in a?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What kind of data can be stored in viewstate?
What is the request flow used for asp.net mvc framework? : asp.net mvc