which would be the best to use inproc,outproc or sql server
Answers were Sorted based on User's Feedback
Answer / satya
if we rate these modes according to performance then the
ranks would be
1. InProc
2. StateServer
3. SQLServer
But if we rate the same from reliability perspective then
the ranks would be
1. SQLServer
2. StateServer
3. InProc
| Is This Answer Correct ? | 9 Yes | 0 No |
Explain some of the disadvantages due to microsoft.net?
what is session management ?
When should you use Abstract Class vs Interface while programming? Give 1 Example
3 Answers CSS Corp, Hexaware, T3 Softwares,
What is a service contract, operation contract and data contract?
Explain the difference between l1 and l2 cache? : Dot net architecture
What is a Windows Service and how does its lifecycle differ from a "standard" EXE?
How resource files are used in .net?
What is .net mobile images control. : Microsoft dot net mobile
Can you explain the difference between an ADO.NET Dataset and ADO Recordset?
How cache coherency is eliminated? : Dot net architecture
what is a namespace?how they are classified?write a program which contains class,object,inheritance?
What is the purpose of Treeview control?