Repository Pattern with Linq to SQL in WebFormsMVP

175 Views Asked by At

Are there any good examples / Samples to implement Repository Pattern with Linq to SQL in WebFormsMVP.

1

There are 1 best solutions below

0
On BEST ANSWER

Take a look at the sample solution on CodePlex WebformsMvp v1.3.0.0

They use a repository pattern with L2SQL.