This post originated from an RSS feed registered with .NET Buzz
by Christian Horsdal.
Original Post: Exploring a WPF Business Application Architecture 2
Feed Title: Horsdal
Feed URL: http://www.horsdal-consult.dk/feeds/posts/default
Feed Description: A blog that will be about code, architecture, design, and .NET.
In my last post I started writing about a pet shop sample I'm putting together to try out a few ideas about structuring business apps using WPF. In this post I'll show the domain model, and I'll show how it's persisted using Castle.ActiveRecord.The ModelThe domain model of the pet shop is shown here:It's a straight port of the model used in the pet store iBatis.NET sample. I wont go through the