Is there any architecture or framework for Desktop applications similar to S#arp architecture for Web applications. S#arp Architecture uses Fluent NHibernate.
views:
69answers:
2
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
2010-04-13 13:45:47
+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
2010-05-01 14:22:39