Can you please list references for articles that demonstrates the following two, using LINQ to SQL?
- “Active Record” Pattern
- “Unit Of Work” Pattern
When I search for them, I am getting most of the examples clubbed with Asp.Net MVC. I don’t need MVC. I am looking for a code implementation (in LINQ to SQL) which demonstrates these two patterns.