1

I want to build a windosform application using Repository and Unit of Work pattern. Most of existing sample use ObjectContext but I use DbContext. How can I do this?

Ladislav Mrnka
  • 360,892
  • 59
  • 660
  • 670
Majid Shamkhani
  • 849
  • 2
  • 8
  • 28

1 Answers1

0

This is for web, but could be altered quite easily for win forms: Entity Framework 4 CTP 4 / CTP 5 Generic Repository Pattern and Unit Testable

Community
  • 1
  • 1
Paul
  • 12,392
  • 4
  • 48
  • 58