tags:

views:

13

answers:

1

Can someone please tell me few link where "implementing repository pattern in linq to sql" is explained better.

A: 

The NerdDinner tutorial has a great explanation of the repository pattern with linq to sql.

You can get the code here: http://nerddinner.codeplex.com/ and the walk-through here: http://aspnetmvcbook.s3.amazonaws.com/aspnetmvc-nerdinner_v1.pdf

jwsample