Primary Entity Entity Code Caching

1 answer

Here is an example caching system for EntityFramework (with EDMX) http://code.msdn.microsoft.com/EFProviderWrappers-c0b88f32

Here is how you use this example with CodeFirst http://jkowalski.com/2010/04/23/logging-sql-statements-in-entity-frameworkcode-first/

Although it demonstrates a trace provider, not a caching provider, you can use the same principles

+1
source

All Articles