Entity Framework
This page lists resources which may be helpful to people learning to use Entity Framework:
- ADO.NET Team Blog
- Entity Framework Forum
- Entity Framework FAQ maintained by Danny Simmons
- Data Programmability Team Site
Samples
EF team has published a number of samples and extensions to Entity Framework on MSDN Code Gallery. They full list is maintained on http://code.msdn.microsoft.com/adonetefx
I helped develop and publish the following samples:
- http://code.msdn.microsoft.com/EFLazyLoading
- http://code.msdn.microsoft.com/EFPocoAdapter
- http://code.msdn.microsoft.com/EFProviderWrappers
- http://code.msdn.microsoft.com/EFOracleProvider
- http://code.msdn.microsoft.com/EFSampleProvider
- http://code.msdn.microsoft.com/EFQuerySamples
The samples are not officially supported by Microsoft, but if you have any questions, feel free to post them here.
#1 written by Bernhard Marx January 14th, 2011 at 01:43
Hi Jarek,
thanks for your great examples of EFProviderWrapper and caching…
It looks as it will work for me great…
EXcuse my question, but how can I bypass the cache, or refresh an item in the cache?
Thank for your response..
#2 written by Vahid Fotovat April 11th, 2011 at 15:53
Great work and thank you for the samples. I’ve been playing with the EFProviderWrappers and trying to apply it to EFCodeFirst with out any success. I was wondering if there would also be a way to intercept the query in EFCodeFirst before it is sent to the SQL server.
Thank you