LINQ TO SQL or Entity Framework 4 Code-First for a domain driven project?

225 views Asked by At

At the actual time, what would be better to use for a domain driven project ?

LINQ TO SQL or Entity Framework 4 Code-First ?

Thanks.

1

There are 1 answers

0
Nuri YILMAZ On BEST ANSWER

First of all EF CTP5 released last 6th December, link is here

We changed our projects repositories and services on CTP5. It is working fine. We are working on 3. sprint of our projects and there is no any issue.

I strongly recommend CTP5 for DDD, and also for any other types of projects.