Explain in-proc,out-proc and sql server.
Answer Posted / vimal
in-proc-----session kept as a live object in the web server
sql server---session serialized and stored in sql server(in
tempdb)
| Is This Answer Correct ? | 36 Yes | 15 No |
Post New Answer View All Answers
What do you know about machine.config file ?
Explain dotnet framework ?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Describe the Managed Execution Process in .NET?
Define a managed code? : Dot net architecture
any one can explain about projectarchitecture and project approach briefly
How cache coherency is eliminated? : Dot net architecture
What is an interrupt? : Dot net architecture
what are the fundamental and common properties of .net controls?
Explain 'managed' mean in the .NET context
What is the purpose of cache? How is it used? : Dot net architecture
What is the .net class that allows the retrieval of a data element using a unique key?
What is the use of CLR in .NET?
What are end points, contract, address and bindings?
Explain the race around condition? : Dot net architecture