0
kicks
Automating CRUD Operations with LINQ to SQL Part I
Can automated CRUD with LINQ to SQL improve your data access. This series takes a look at one strategy that eliminates repetitve LINQ queries by generating them on the fly! Part I features gives us an overview of the architecture which makes use of Fowler's Repository and Query Object patterns.