views:

69

answers:

2

Is there any architecture or framework for Desktop applications similar to S#arp architecture for Web applications. S#arp Architecture uses Fluent NHibernate.

A: 

Maybe not as complete as S#arp, but uNhAddIns has a good, reusable sample structure.

Check http://code.google.com/p/unhaddins/source/browse/#svn/trunk/Examples/uNHAddIns.Examples.WPF

Another alternative is Effectus: http://github.com/ayende/Effectus

Diego Mijelshon
+1  A: 

Why don't you try using S#arp Architecture for your WinForms project? S#arpArch is not necessarily tied to web development, although it has quite some web-flavors.

There are some guidelines in the S#arpArch wiki: http://wiki.sharparchitecture.net/ContribNonWebHowTo.ashx

Sandor Drieënhuizen