0
kicks
Entity framework 4 - CTP3 - Code first vs Linq to Sql
This article shows you a solution where you DON’T use a designer or wizard for designing your model, it focuses on “Code first” where the entities are designed manually in code, as pure POCOs.
I'm comparing Entity framework 4 Code first vs Linq to Sql.