Browse by Tags

All Tags » TDD » .Net (RSS)

Data oriented WCF service Agile with EF4 and a “sort of” provider LINQ

I use a different approach than Julie’s one for EF Agile development. Indeed, I use here Self-Tracking Entities and I massively use T4. The first step is to create a project DAL in which we will add an edmx. In my sample, I use Northwind DataBase with...

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