1

Are there sample ASP.NET projects around using the patterns discussed in the book by Martin Fowler (Patterns of Enterprise Application Architecture)?

I have downloaded the Northwind starters kit and Dinner Now, which are very good. Are there others that use things like Unit of Work, Repository, ...

thx, Lieven Cardoen

Gordon
  • 312,688
  • 75
  • 539
  • 559
Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244

3 Answers3

1

dofactory.com as C# and VB.NET GoF pattern examples. They also have a full ASP.NET web application example detailing the use of the patterns, although I don't think that is a free download.

HardCode
  • 6,497
  • 4
  • 31
  • 54
1

You could maybe have a look at cuyahoga. It uses NHibernate (which is an implementation of the UnitOfWork pattern (and it also uses the identity map pattern).

Frederik Gheysels
  • 56,135
  • 11
  • 101
  • 154
1

The Composite Client Application Guidance for WPF has some examples of unit testing and nHibernate.

Also, if your looking for good nHibernate screencasts check out the Summer of nHibernate

bendewey
  • 39,709
  • 13
  • 100
  • 125