views:

682

answers:

2

I'm looking for a good Entity Framework repository code sample or template.

+3  A: 

Here you go.

Craig Stuntz
Exactly what I was looking for. Stephen Walther usually has good tutorials. Thanks!
Jason N. Gaylord
+1  A: 

There's a very good implementation of Generic-Repository, Specification and Unit of Work patterns in the NCommon open-source project on Codeplex. You can use subversion to download the source to your local machine and build it.

The Author's Blog: http://www.codeinsanity.com/

Kris