What to Cache?
The first thing you need to ask yourself is that what do I want to cache in my application? What tables or business entities and in what way?
Do I need to cache all tables or just few of them?
How to Cache?
- http://blogs.msdn.com/efdesign/archive/2008/07/09/transparent-caching-support-in-the-entity-framework.aspx
- http://code.msdn.microsoft.com/EFProviderWrappers
- http://blogs.msdn.com/alexj/archive/2009/04/22/tip-14-caching-entity-framework-reference-data.aspx
- http://blogs.msdn.com/jkowalski/archive/2009/06/11/tracing-and-caching-in-entity-framework-available-on-msdn-code-gallery.aspx
To be continued...
No comments:
Post a Comment