does Entity Framework have a caching mechanism like DataSet/DataTables have?

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-05-17T00:27:44Z Indexed on 2010/05/17 0:30 UTC
Read the original article Hit count: 550

Filed under:

Hi,

does Entity Framework have a caching mechanism like DataSet/DataTables have?

In other words if you start using EF is it really just a way to easily get data in/out of the database without providing an additional caching layer like DataSet/DataTables did where you have an in-memory representation (on-line/off-line) and which at some point you could say to "persist all changes to database"

© Stack Overflow or respective owner

Related posts about entity-framework