Second Level Caching with Entity Framework(www.infoq.com)

submitted by rcashrcash(4149) 8 months, 17 days ago

Second Level Caching is not one of the out-of-the-box features in Entity Framework. One of the great benefits of the EF is its ability to automatically generate database persistence commands (inserts, updates and deletes) based on the state information found in the context. But if that state information is unavailable, the EF has nothing to do when it’s time to call SaveChanges. Second-level caches are instrumental in solving this type of problem.

2 comments |category: |Views: 25

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by dpetersondpeterson(4397) 8 months, 17 days ago 0

Here's the direct link to the article talked about http://msdn.microsoft.com/hi-in/magazine/hh394143(en-us).aspx
I think that what's even more valuable than the actual code she's written is the discussion of how to implement caching in an ORM, and the link here http://queue.acm.org/detail.cfm?id=1394141 discussing the implementation issues with any ORM cache.

Reply

posted by rcashrcash(4149) 8 months, 17 days ago 0

Thanks for the links. I'm glad to see Microsoft paying more attention to ORM.

Reply

information Login or create an account to comment on this story