1

I was trying to find out which Entity Framework objects, if any, remain live after the end of an HTTP request that is being handled by ASP .Net?

i.e. Does an ASP .Net application benefit from any of the Entity Framework caching mechanisms across different requests?

This article describes the operations that are occurring under the hood:

http://msdn.microsoft.com/en-us/library/cc853327.aspx

So I am wondering whether all of these things are repeated for every http request.

1 Answer 1

3

According to, "Programming Enttity Framework (O'Reilly)" by Julia Lerman, The ObjectContext does NOT survive postbacks

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.