Repository Pattern with Linq to SQL in WebFormsMVP

145 views Asked by At

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

1

There are 1 answers

0
Rich On BEST ANSWER

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

They use a repository pattern with L2SQL.