Entity Framework v2 cache

Posted by Jacob on Stack Overflow See other posts from Stack Overflow or by Jacob
Published on 2010-05-29T17:18:45Z Indexed on 2010/05/29 17:22 UTC
Read the original article Hit count: 275

In EF v1 when we used GetObjectByKey on our context object contrary to linq query it stored queried object in cache is there any change in EF v2 (.NET 4) ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about entity-framework