Testability in EF4
The information in this post is out of date.
Visit msdn.com/data/ef for the latest information on current and past releases of EF.
We recently posted a whitepaper (written by Scott Allen) on MSDN that demonstrates ways to write testable code with EF4. You can read the article here, and if you have feedback please post it in the comments below.
Comments
Anonymous
June 09, 2010
Any chance someone has put together an example solution illustrating these techniques? The white-paper has a lot of code in it, but it would be so much better to see it all in visual studio in action. Even better than that would be some T4 templates.Anonymous
September 01, 2010
I agree, there are lots of options, would be nice to see some code and best practices specific to EF4. Maybe one option that is the best to follow:)Anonymous
July 13, 2011
A simple example is really needed here.