<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>doug-swisher.net &#187; Domain-Driven Design</title>
	<atom:link href="http://doug-swisher.net/category/software/domain-driven-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://doug-swisher.net</link>
	<description>Software, Wetware, Games, and Life</description>
	<lastBuildDate>Wed, 18 Apr 2012 20:42:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='doug-swisher.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>doug-swisher.net &#187; Domain-Driven Design</title>
		<link>http://doug-swisher.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://doug-swisher.net/osd.xml" title="doug-swisher.net" />
	<atom:link rel='hub' href='http://doug-swisher.net/?pushpress=hub'/>
		<item>
		<title>Domain-Driven Design Sample Code/Projects</title>
		<link>http://doug-swisher.net/2008/08/18/domain-driven-design-sample-codeprojects/</link>
		<comments>http://doug-swisher.net/2008/08/18/domain-driven-design-sample-codeprojects/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 12:23:35 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Domain-Driven Design]]></category>
		<category><![CDATA[DomainDrivenDesign]]></category>
		<category><![CDATA[NHibernate]]></category>

		<guid isPermaLink="false">http://dougswisher.wordpress.com/?p=47</guid>
		<description><![CDATA[Ben Scheirman has a series of articles on developing an NHibernate application using domain-driven design: A Journey with NHibernate &#8211; Part 1 A Journey With NHibernate &#8211; Part 2 A Journey With NHibernate (and DDD) &#8211; Part 3 A Journey with Domain Driven Design (and NHibernate) &#8211; Part 4 A Journey with Domain Driven Design [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doug-swisher.net&#038;blog=4436882&#038;post=47&#038;subd=dougswisher&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://flux88.com/#">Ben Scheirman</a> has a series of articles on developing an NHibernate application using domain-driven design:</p>
<ul>
<li><a href="http://flux88.com/AJourneyWithNHibernatePart1.aspx">A Journey with NHibernate &#8211; Part 1</a></li>
<li><a href="http://flux88.com/AJourneyWithNHibernatePart2.aspx">A Journey With NHibernate &#8211; Part 2</a></li>
<li><a href="http://flux88.com/AJourneyWithNHibernateAndDDDPart3.aspx">A Journey With NHibernate (and DDD) &#8211; Part 3</a></li>
<li><a href="http://flux88.com/AJourneyWithDomainDrivenDesignAndNHibernatePart4.aspx">A Journey with Domain Driven Design (and NHibernate) &#8211; Part 4</a></li>
<li><a href="http://flux88.com/AJourneyWithDomainDrivenDesignAndNHibernatePart5.aspx">A Journey with Domain Driven Design (and NHibernate) &#8211; Part 5</a></li>
<li><a href="http://flux88.com/AJourneyWithDomainDrivenDesignAndNHibernatePart6.aspx">A Journey with Domain Driven Design (and NHibernate) &#8211; Part 6</a></li>
<li><a href="http://flux88.com/AJourneyWithDomainDrivenDesignAndNHibernatePart7.aspx">A Journey with Domain Driven Design (and NHibernate) &#8211; Part 7</a></li>
<li><a href="http://flux88.com/AJourneyWithDomainDrivenDesignAndNHibernatePart8.aspx">A Journey with Domain Driven Design (and NHibernate) &#8211; Part 8</a></li>
<li><a href="http://flux88.com/AJourneyWithDomainDrivenDesignAndNHibernatePart9.aspx">A Journey with Domain Driven Design (and NHibernate) &#8211; Part 9</a></li>
</ul>
<p>The source code for the book <a href="http://www.amazon.com/NET-Domain-Driven-Design-Solution-Programmer/dp/0470147563/ref=pd_bbs_1?ie=UTF8&amp;s=books&amp;qid=1218626404&amp;sr=8-1">.NET Domain-Driven Design with C#: Problem-Design-Solution</a> is available online at <a href="http://www.codeplex.com/dddpds">CodePlex</a>.</p>
<p>An article titled <a href="http://www.codeproject.com/KB/architecture/AttributeFlavoredDDD.aspx">Attribute-flavored Domain Driven Design</a> at CodeProject.com includes the source code for a <a href="http://www.nakedobjects.org/home/index.shtml">naked objects</a>-like implementation of a domain model.  A fairly bare-bones implementation like this might be an interesting place to start building my own GUI.</p>
<p><a href="http://www.davidhayden.com/default.aspx">David Hayden</a> talks a bit about using the <a href="http://en.wikipedia.org/wiki/Active_record_pattern">Active Record</a> pattern in DDD in his <a href="http://davidhayden.com/blog/dave/archive/2006/06/21/2995.aspx">Domain-Driven Design Using Active Record in .NET</a> article.  He also talks about application layering in <a href="http://codebetter.com/blogs/david.hayden/archive/2005/03/29/60806.aspx">Domain-Driven Design &#8211; Layered Applications</a>, which refers to some <a href="http://codebetter.com/blogs/david.hayden/archive/2005/03/22/60166.aspx">sample code for a shopping cart</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dougswisher.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dougswisher.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dougswisher.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dougswisher.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dougswisher.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dougswisher.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dougswisher.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dougswisher.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dougswisher.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dougswisher.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dougswisher.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dougswisher.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dougswisher.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dougswisher.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dougswisher.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dougswisher.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doug-swisher.net&#038;blog=4436882&#038;post=47&#038;subd=dougswisher&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://doug-swisher.net/2008/08/18/domain-driven-design-sample-codeprojects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/54317bd762616a279dbeadea07b87221?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Doug</media:title>
		</media:content>
	</item>
	</channel>
</rss>
