Browse by Tags

All Tags » TDD (RSS)

POCO T4

With EF4 features CTP1, we have a great POCO template which is divided in two tt files to allow us to have the entitiy POCO classes and the context in different projects. It’s very very cool. However, I think that it’s a shame not to have...
Posted by Matthieu MEZIL | with no comments

EF4 POCO: my tests

I published an unit tests project to show how POCO works with EF4 . I also wrote a BetaBugs test class in order to illustrate the POCO implementation Beta bugs.
Posted by Matthieu MEZIL | with no comments