up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

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.

link|improve this answer
feedback

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).

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.