linq-to-sqlrepository-patternwebformsmvp

Repository Pattern with Linq to SQL in WebFormsMVP


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


Solution

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

    They use a repository pattern with L2SQL.