开发者

Entity Framework caching under ASP.Net

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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜