<?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>Net</title>
	<atom:link href="http://nettehnologic.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nettehnologic.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 07 Jun 2010 13:20:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nettehnologic.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Net</title>
		<link>http://nettehnologic.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nettehnologic.wordpress.com/osd.xml" title="Net" />
	<atom:link rel='hub' href='http://nettehnologic.wordpress.com/?pushpress=hub'/>
		<item>
		<title>EF: Load reference entities</title>
		<link>http://nettehnologic.wordpress.com/2010/06/07/ef-load-reference-entities/</link>
		<comments>http://nettehnologic.wordpress.com/2010/06/07/ef-load-reference-entities/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:20:59 +0000</pubDate>
		<dc:creator>Phileo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nettehnologic.wordpress.com/?p=78</guid>
		<description><![CDATA[List products = Northwind.GetProductsByCategory(id); //prepare the view by explicitly loading the categories products.FindAll(p =&#62; p.Category == null).ForEach(p =&#62; p.CategoryReference.Load());<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=78&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>List products = Northwind.GetProductsByCategory(id);</p>
<p>//prepare the view by explicitly loading the categories<br />
products.FindAll(p =&gt; p.Category == null).ForEach(p =&gt; p.CategoryReference.Load());</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nettehnologic.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nettehnologic.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nettehnologic.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nettehnologic.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nettehnologic.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nettehnologic.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nettehnologic.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nettehnologic.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nettehnologic.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nettehnologic.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nettehnologic.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nettehnologic.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nettehnologic.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nettehnologic.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=78&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nettehnologic.wordpress.com/2010/06/07/ef-load-reference-entities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be76b6265b37c36590f4a03c43649fbe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Phileo</media:title>
		</media:content>
	</item>
		<item>
		<title>Upload image to SQL Server</title>
		<link>http://nettehnologic.wordpress.com/2010/04/22/upload-image-to-sql-server/</link>
		<comments>http://nettehnologic.wordpress.com/2010/04/22/upload-image-to-sql-server/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 08:33:04 +0000</pubDate>
		<dc:creator>Phileo</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Image Type]]></category>
		<category><![CDATA[connectionstring]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://nettehnologic.wordpress.com/?p=72</guid>
		<description><![CDATA[OpenFileDialog openFileDialog1 = new OpenFileDialog(); openFileDialog1.ShowDialog(this); string strFn = openFileDialog1.FileName; FileInfo fiImage = new FileInfo(strFn); long imageFileLength = fiImage.Length; FileStream fs = new FileStream(strFn, FileMode.Open, FileAccess.Read, FileShare.Read); byte[] m_barrImg = new byte[Convert.ToInt32(imageFileLength)]; int iBytesRead = fs.Read(m_barrImg, 0, Convert.ToInt32(imageFileLength)); fs.Close(); string cmd = &#8220;update Company set CompanyLogo = @Pic where RKey = @RKey&#8221;; string connstr = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=72&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OpenFileDialog openFileDialog1 = new OpenFileDialog();<br />
openFileDialog1.ShowDialog(this);<br />
string strFn = openFileDialog1.FileName;<br />
FileInfo fiImage = new FileInfo(strFn);<br />
long imageFileLength = fiImage.Length;<br />
FileStream fs = new FileStream(strFn, FileMode.Open,<br />
FileAccess.Read, FileShare.Read);<br />
byte[] m_barrImg = new byte[Convert.ToInt32(imageFileLength)];<br />
int iBytesRead = fs.Read(m_barrImg, 0,<br />
Convert.ToInt32(imageFileLength));<br />
fs.Close();</p>
<p>string cmd = &#8220;update Company set CompanyLogo = @Pic where RKey = @RKey&#8221;;<br />
string connstr = &#8220;Data Source=;Initial Catalog=;Integrated Security=False;Persist Security Info=True;User ID=;Password=;Encrypt=False&#8221;;<br />
SqlConnection c = new SqlConnection(connstr);<br />
SqlCommand comm = new SqlCommand(cmd, c);<br />
comm.Parameters.Add(new SqlParameter(&#8220;@RKey&#8221;, SqlDbType.BigInt)).Value = 1;<br />
comm.Parameters.Add(new SqlParameter(&#8220;@Pic&#8221;, SqlDbType.Image)).Value = m_barrImg;<br />
c.Open();<br />
comm.ExecuteNonQuery();</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nettehnologic.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nettehnologic.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nettehnologic.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nettehnologic.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nettehnologic.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nettehnologic.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nettehnologic.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nettehnologic.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nettehnologic.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nettehnologic.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nettehnologic.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nettehnologic.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nettehnologic.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nettehnologic.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=72&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nettehnologic.wordpress.com/2010/04/22/upload-image-to-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be76b6265b37c36590f4a03c43649fbe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Phileo</media:title>
		</media:content>
	</item>
		<item>
		<title>EF4: POCO proxies</title>
		<link>http://nettehnologic.wordpress.com/2010/01/30/ef4-poco-proxies/</link>
		<comments>http://nettehnologic.wordpress.com/2010/01/30/ef4-poco-proxies/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 14:46:56 +0000</pubDate>
		<dc:creator>Phileo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nettehnologic.wordpress.com/?p=66</guid>
		<description><![CDATA[Change Tracking Proxy Entities with full persistence ignorance do not track any changes, but instead rely on a persistence framework such as EF to figure out what changes have been made to each entity. This is typically done via a snapshot mechanism. This can be expensive both in terms of the memory to store all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=66&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4>Change Tracking Proxy</h4>
<p>Entities with full persistence ignorance do not track any changes, but instead rely on a persistence framework such as EF to figure out what changes have been made to each entity. This is typically done via a snapshot mechanism. This can be expensive both in terms of the memory to store all the snapshots and to perform the diff.</p>
<p>Change tracking proxies help with this cost by injecting the ability for an entity to report changes directly back to the state manager, so no snapshot or diff is necessary.</p>
<ol>
<li><strong>All</strong> mapped properties must be declared virtual and be public or protected</li>
<pre>public class <span style="color:#408080;">Customer</span>
{
    public virtual <span style="color:#408080;">string</span> Name { <span style="color:#0000ff;">get</span>; <span style="color:#0000ff;">set</span>; }
    public virtual <span style="color:#408080;">CustomerDetail </span>Detail { <span style="color:#0000ff;">get</span>; <span style="color:#0000ff;">set</span>; }
    public virtual <span style="color:#408080;">ICollection<span style="color:#000000;">&lt;</span>Order</span>&gt; Orders { <span style="color:#0000ff;">get</span>; <span style="color:#0000ff;">set</span>; }
}</pre>
<li>Collection navigation properties must be of type ICollection&lt;T&gt; and must have a getter and a setter</li>
</ol>
<h4>Enforce Using Proxies</h4>
<p>If you want to enforce using proxies throughout your application, one thing you can do is to make a protected parameterless constructor on your POCO object. This will prevent instantiation of your POCO classes in your stack and will require all entity class creation to go through the CreateObject&lt;T&gt; method on the ObjectContext class.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nettehnologic.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nettehnologic.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nettehnologic.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nettehnologic.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nettehnologic.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nettehnologic.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nettehnologic.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nettehnologic.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nettehnologic.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nettehnologic.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nettehnologic.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nettehnologic.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nettehnologic.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nettehnologic.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=66&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nettehnologic.wordpress.com/2010/01/30/ef4-poco-proxies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be76b6265b37c36590f4a03c43649fbe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Phileo</media:title>
		</media:content>
	</item>
		<item>
		<title>Configure Fluent NHibernate</title>
		<link>http://nettehnologic.wordpress.com/2009/10/04/configure-fluent-nhibernate/</link>
		<comments>http://nettehnologic.wordpress.com/2009/10/04/configure-fluent-nhibernate/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 18:10:06 +0000</pubDate>
		<dc:creator>Phileo</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Fluent]]></category>
		<category><![CDATA[NHibernate]]></category>

		<guid isPermaLink="false">http://nettehnologic.wordpress.com/?p=61</guid>
		<description><![CDATA[http://wiki.fluentnhibernate.org/Database_configuration Adventures in Fluent NHibernate A fluent interface to NHibernate &#8211; Part 4 &#8211; Configuration<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=61&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiki.fluentnhibernate.org/Database_configuration">http://wiki.fluentnhibernate.org/Database_configuration</a></p>
<h2><a href="http://johnvpetersen.com/?p=106">Adventures in Fluent NHibernate</a></h2>
<h2><a href="http://nhforge.org/blogs/nhibernate/archive/2008/09/06/a-fluent-interface-to-nhibernate-part-4-configuration.aspx">A fluent interface to NHibernate &#8211; Part 4 &#8211; Configuration</a></h2>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nettehnologic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nettehnologic.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nettehnologic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nettehnologic.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nettehnologic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nettehnologic.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nettehnologic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nettehnologic.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nettehnologic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nettehnologic.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nettehnologic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nettehnologic.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nettehnologic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nettehnologic.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=61&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nettehnologic.wordpress.com/2009/10/04/configure-fluent-nhibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be76b6265b37c36590f4a03c43649fbe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Phileo</media:title>
		</media:content>
	</item>
		<item>
		<title>Repository &amp; Unit of Work</title>
		<link>http://nettehnologic.wordpress.com/2009/09/27/repository-unit-of-work/</link>
		<comments>http://nettehnologic.wordpress.com/2009/09/27/repository-unit-of-work/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 12:28:37 +0000</pubDate>
		<dc:creator>Phileo</dc:creator>
				<category><![CDATA[Repository]]></category>

		<guid isPermaLink="false">http://nettehnologic.wordpress.com/?p=55</guid>
		<description><![CDATA[Persistence Ignorance and DDD with RepositoryBase http://rhinestone.googlecode.com/svn/samples/LinqRepositorySample &#8220;In this post I set out to create a sample project that uses the RepositoryBase for implementing the repository pattern using Domain Driven Design. The sample with also demonstrate how Persistence Ignorance can be achieved using the RepositoryBase. In the sample I will show how you can easily [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=55&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3><a href="http://www.codeinsanity.com/2008/08/persistence-ignorance-and-ddd-with.html">Persistence Ignorance and DDD with RepositoryBase</a></h3>
<p><a title="http://rhinestone.googlecode.com/svn/samples/LinqRepositorySample" href="http://rhinestone.googlecode.com/svn/samples/LinqRepositorySample">http://rhinestone.googlecode.com/svn/samples/LinqRepositorySample</a></p>
<p>&#8220;In this post I set out to create a sample project that uses the RepositoryBase for implementing the repository pattern using Domain Driven Design. The sample with also demonstrate how Persistence Ignorance can be achieved using the RepositoryBase. In the sample I will show how you can easily switch the persistence layer between Linq to SQL and NHibernate.&#8221;</p>
<h3 class="post-title entry-title"><a href="http://www.codeinsanity.com/2008/10/implementing-persistence-ignorant-unit.html">Implementing a persistence ignorant Unit of Work framework</a></h3>
<p><a id="viewpost_ascx_TitleUrl" title="Title of this entry." href="http://ayende.com/Blog/archive/2007/06/08/Rhino-Commons-RepositoryltTgt-and-Unit-Of-Work.aspx">Rhino Commons, Repository&lt;T&gt; and Unit Of Work</a></p>
<p>https://rhino-tools.svn.sourceforge.net/svnroot/rhino-tools/trunk/SampleApplications/Exesto</p>
<p>&#8220;The main abstraction that Rhino Commons provides in terms on data access is the IRepository&lt;T&gt; interface, which is accessible via the static Repository&lt;T&gt; accessor class. The Unit Of Work class and the IRepository&lt;T&gt; works together to simplify data access code in most cases.&#8221;</p>
<h3><a href="http://blog.schuager.com/2009/03/rich-client-nhibernate-session.html">Rich-client NHibernate session management</a></h3>
<p>http://schuager.com/downloads/CRMSample.zip</p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:114px;width:1px;height:1px;"><ins><ins></ins></ins><span class="widget-item-control"><span class="item-control blog-admin"><a class="quickedit" title="Edit" href="http://www.blogger.com/rearrange?blogID=2419179728496073507&amp;widgetType=AdSense&amp;widgetId=AdSense1&amp;action=editWidget" target="configAdSense1"><img src="http://1.1.1.1/bmi/img1.blogblog.com/img/icon18_wrench_allbkg.png" alt="" width="18" height="18" /> </a></span></span><!--//--></p>
<h2 class="date-header">Friday, October 3, 2008</h2>
<p><a name="2196369819957654030"></a></p>
<h3 class="post-title entry-title"><a href="http://www.codeinsanity.com/2008/10/implementing-persistence-ignorant-unit.html">Implementing a persistence ignorant Unit of Work framework</a></h3>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nettehnologic.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nettehnologic.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nettehnologic.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nettehnologic.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nettehnologic.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nettehnologic.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nettehnologic.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nettehnologic.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nettehnologic.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nettehnologic.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nettehnologic.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nettehnologic.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nettehnologic.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nettehnologic.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=55&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nettehnologic.wordpress.com/2009/09/27/repository-unit-of-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be76b6265b37c36590f4a03c43649fbe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Phileo</media:title>
		</media:content>

		<media:content url="http://1.1.1.1/bmi/img1.blogblog.com/img/icon18_wrench_allbkg.png" medium="image" />
	</item>
		<item>
		<title>MVVM (Model View View Model)</title>
		<link>http://nettehnologic.wordpress.com/2009/09/22/mvvm-model-view-view-model/</link>
		<comments>http://nettehnologic.wordpress.com/2009/09/22/mvvm-model-view-view-model/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 18:14:19 +0000</pubDate>
		<dc:creator>Phileo</dc:creator>
				<category><![CDATA[MVVM]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://nettehnologic.wordpress.com/?p=49</guid>
		<description><![CDATA[MVVM (Model View View Model) Design Pattern for .NET Windows Forms (code!!!) &#8220;This post introduces a variation of MVP design pattern called MVP-VM, which is the windows forms (winforms) equivalent of WPF MVVM. The MVP-VM (Model View Presenter – Model View) pattern is a tailor made solution for winforms applications that require full testing coverage [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=49&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>MVVM (Model View View Model) Design Pattern for .NET <span id="lw_1253642741_0" style="border-bottom:1px dashed #0066cc;cursor:pointer;">Windows Forms</span> (code!!!)</h3>
<p>&#8220;This post introduces a variation of <a href="http://aviadezra.blogspot.com/2007/07/twisting-mvp-triad-say-hello-to-mvpc.html">MVP</a> design pattern called MVP-VM, which is the windows forms (winforms) equivalent of WPF <a href="http://msdn.microsoft.com/en-us/magazine/dd419663.aspx">MVVM</a>. The MVP-VM (Model View Presenter – Model View) pattern is a tailor made solution for winforms applications that require full testing coverage and use data binding as main mechanism for syncing the presentation with the domain model.&#8221;</p>
<p><a href="http://aviadezra.blogspot.com/2009/08/mvp-mvvm-winforms-data-binding.html" target="_blank"><span id="lw_1253642741_1">http://aviadezra.blogspot.com/2009/08/mvp-mvvm-winforms-data-binding.html</span></a><a href="http://fabiomaulo.blogspot.com/" target="_blank"><span id="lw_1253642741_2"><br />
</span></a></p>
<h3>WPF: If Heineken did MVVM Frameworks Part 1 of n !!! code</h3>
<p><a href="http://www.codeproject.com/KB/WPF/Cinch.aspx" target="_blank"><span id="lw_1253642741_3">http://www.codeproject.com/KB/WPF/Cinch.aspx</span></a></p>
<h3>how do i do… With the Model-View-ViewModel pattern</h3>
<p>&#8220;First of all, I have a mostly Windows Forms and ASP.Net background. With these technologies, I typically applied different separated presentation patterns, such as Model View Presenter. So when I tried to build WPF and Silverlight applications, I tried to apply the same techniques. But what I found was, that building WPF and Silverlight applications is significantly different from those other technologies. When I tried to apply the Model View ViewModel pattern, I kept running into questions. How do I do “X” in this pattern.&#8221;</p>
<p><a href="http://blogs.msdn.com/erwinvandervalk/archive/2009/08/12/how-do-i-do-with-the-model-view-viewmodel-pattern.aspx">http://blogs.msdn.com/erwinvandervalk/archive/2009/08/12/how-do-i-do-with-the-model-view-viewmodel-pattern.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nettehnologic.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nettehnologic.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nettehnologic.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nettehnologic.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nettehnologic.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nettehnologic.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nettehnologic.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nettehnologic.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nettehnologic.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nettehnologic.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nettehnologic.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nettehnologic.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nettehnologic.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nettehnologic.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=49&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nettehnologic.wordpress.com/2009/09/22/mvvm-model-view-view-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be76b6265b37c36590f4a03c43649fbe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Phileo</media:title>
		</media:content>
	</item>
		<item>
		<title>WPF &amp; MVVM</title>
		<link>http://nettehnologic.wordpress.com/2009/09/21/45/</link>
		<comments>http://nettehnologic.wordpress.com/2009/09/21/45/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 18:00:58 +0000</pubDate>
		<dc:creator>Phileo</dc:creator>
				<category><![CDATA[MVVM]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://nettehnologic.wordpress.com/?p=45</guid>
		<description><![CDATA[WPF Apps With The Model-View-ViewModel Design Pattern This article discusses: Patterns and WPF MVP pattern Why MVVM is better for WPF Building an application with MVVM source code : http://code.msdn.microsoft.com/mag200902MVVM Customize Data Display with Data Binding and WPF WPF data binding Data display and hierarchical data Using templates Input validation Understanding Routed Events and Commands [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=45&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://msdn.microsoft.com/en-us/magazine/dd419663.aspx">WPF Apps With The Model-View-ViewModel Design Pattern</a></p>
<p>This article discusses:</p>
<ul>
<li>Patterns and WPF</li>
<li>MVP pattern</li>
<li>Why MVVM is better for WPF</li>
<li>Building an application with MVVM</li>
</ul>
<p>source code : <a href="http://code.msdn.microsoft.com/mag200902MVVM">http://code.msdn.microsoft.com/mag200902MVVM</a></p>
<p><a href="http://msdn.microsoft.com/en-us/magazine/cc700358.aspx">Customize Data Display with Data Binding and WPF</a></p>
<ul>
<li>WPF data binding</li>
<li>Data display and hierarchical data</li>
<li>Using templates</li>
<li>Input validation</li>
</ul>
<p><a href="http://msdn.microsoft.com/en-us/magazine/cc785480.aspx">Understanding Routed Events and Commands In WPF</a></p>
<h3><span id="ctl00_ArticleTopHeader_ArticleTitle">Retrieving ViewModel Objects from a Model Assembly:</span></h3>
<p>&#8220;This article examines a way to easily transform data model objects into ViewModel objects, and safely add them to an observable collection, without introducing awkward assembly dependencies into an application.&#8221;</p>
<p>http://www.codeproject.com/KB/WPF/FromRussiaWithLove.aspx</p>
<p><a href="http://mvvmfoundation.codeplex.com/">MVVM Foundation</a> is a library of classes that are very useful when building applications based on the Model-View-ViewModel philosophy. The library is small and concentrated on providing only the most indispensable tools needed by most MVVM application developers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nettehnologic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nettehnologic.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nettehnologic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nettehnologic.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nettehnologic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nettehnologic.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nettehnologic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nettehnologic.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nettehnologic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nettehnologic.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nettehnologic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nettehnologic.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nettehnologic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nettehnologic.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=45&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nettehnologic.wordpress.com/2009/09/21/45/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be76b6265b37c36590f4a03c43649fbe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Phileo</media:title>
		</media:content>
	</item>
		<item>
		<title>Follow</title>
		<link>http://nettehnologic.wordpress.com/2009/09/16/follow/</link>
		<comments>http://nettehnologic.wordpress.com/2009/09/16/follow/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 20:37:38 +0000</pubDate>
		<dc:creator>Phileo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nettehnologic.wordpress.com/?p=39</guid>
		<description><![CDATA[Fluent NHibernate and Linq2NHibernate – Demo Project &#8220;This is my so long waited demo project showcasing the use of Fluent NHibernate and Linq to NHibernate (and some other interesting bits).&#8221; The Repository Pattern An implementation for NHibernate MPBlog Implementation. Part 4 NHibernate Repository and Unit Of Work MPBlog Implementation. Part 5 Downloads Fluent NHibernate Auto [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=39&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codeproject.com/Articles/35638/Fluent-NHibernate-and-Linq2NHibernate-Demo-Project.aspx"><span id="ctl00_ArticleTopHeader_ArticleTitle">Fluent NHibernate and Linq2NHibernate – Demo Project</span></a></p>
<p>&#8220;This is my so long waited demo project showcasing the use of Fluent NHibernate and Linq to NHibernate (and some other interesting bits).&#8221;</p>
<p><a id="viewpost_ascx_TitleUrl" title="Title of this entry." href="http://blogs.hibernatingrhinos.com/nhibernate/archive/2008/10/08/the-repository-pattern.aspx">The Repository Pattern</a></p>
<p>An implementation for NHibernate</p>
<p><a id="ctl00_Main_lnkTitle" href="http://www.simplyvinay.com/Post/50/MPBlog-Implementation.-Part-4.aspx">MPBlog Implementation. Part 4</a></p>
<p><em><span style="font-size:small;">NHibernate </span></em><em><span style="font-size:small;">Repository and Unit Of Work</span></em></p>
<p><a id="ctl00_Main_lnkTitle" href="http://www.simplyvinay.com/Post/51/MPBlog-Implementation.-Part-5.aspx">MPBlog Implementation. Part 5<br />
</a></p>
<p><a id="ctl00_Main_lblHeading" href="http://www.simplyvinay.com/Source.aspx#">Downloads</a></p>
<p><a title="Permanent Link to Fluent NHibernate Auto Persistence Model" rel="bookmark" href="http://www.sullivansoftdev.com/blog/2009/05/24/fluent-nhibernate-auto-persistence-model/">Fluent NHibernate Auto Persistence Model</a></p>
<p><a href="http://www.bengtbe.com/blog/post/2009/08/10/NerdDinner-with-Fluent-NHibernate-Part-1-The-domain-model.aspx">NerdDinner with Fluent NHibernate Part 1 &#8211; The domain model</a></p>
<p><a href="http://www.bengtbe.com/blog/post/2009/08/25/NerdDinner-with-Fluent-NHibernate-Part-2-The-mapping.aspx">NerdDinner with Fluent NHibernate Part 2 &#8211; The mapping</a></p>
<p><a href="http://www.bengtbe.com/blog/post/2009/05/24/Mapping-a-Twitter-like-domain-with-Fluent-NHibernate.aspx">Mapping a Twitter like domain with Fluent NHibernate</a></p>
<p>&#8220;use a <strong>Top-down</strong> approach, starting with the domain model, writing the mapping, and finally creating the database schema using the <span style="text-decoration:underline;">SchemaExport</span> class in NHibernate.&#8221;</p>
<p><a href="http://dotnetslackers.com/articles/ado_net/Your-very-first-NHibernate-application-Part-1.aspx"><span id="ctl00_ArticleInfo1_articletitle">Your very first NHibernate application – Part 1</span></a></p>
<p>&#8220;In this series I start from grounds up and will explain to the readers how easy it has become to write an <strong>NHibernate</strong> based application since <strong>Fluent NHibernate</strong> is available. I’ll explain the explicit mapping with the fluent syntax as well as the auto-mapping that <strong>Fluent NH</strong> offers.&#8221;</p>
<p><a href="http://dotnetslackers.com/articles/ado_net/Your-very-first-NHibernate-application-Part-2.aspx"><span id="ctl00_ArticleInfo1_articletitle">Your very first NHibernate application – Part 2</span></a></p>
<p>&#8220;I have discussed the mapping of various forms of relations between different entities. For all mappings I have presented the code needed to verify the mappings.&#8221;</p>
<p><a href="http://dotnetslackers.com/articles/ado_net/Your-very-first-NHibernate-application-Part-3.aspx"><span id="ctl00_ArticleInfo1_articletitle">Your very first NHibernate application – Part 3</span></a></p>
<p><span id="ctl00_ArticleInfo1_desc">In this part of the series about NHibernate and its sister product Fluent NHibernate, Gabriel Schenker introduces the auto mapping feature of Fluent NHibernate. (</span><a href="http://dotnetslackers.com/code/NHibernatePart3.zip">Download Sample Code</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nettehnologic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nettehnologic.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nettehnologic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nettehnologic.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nettehnologic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nettehnologic.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nettehnologic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nettehnologic.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nettehnologic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nettehnologic.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nettehnologic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nettehnologic.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nettehnologic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nettehnologic.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=39&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nettehnologic.wordpress.com/2009/09/16/follow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be76b6265b37c36590f4a03c43649fbe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Phileo</media:title>
		</media:content>
	</item>
		<item>
		<title>Fluent NHibernate wiki</title>
		<link>http://nettehnologic.wordpress.com/2009/09/16/fluent-nhibernate-wiki/</link>
		<comments>http://nettehnologic.wordpress.com/2009/09/16/fluent-nhibernate-wiki/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 17:10:43 +0000</pubDate>
		<dc:creator>Phileo</dc:creator>
				<category><![CDATA[Automapping]]></category>
		<category><![CDATA[Fluent]]></category>
		<category><![CDATA[NHibernate]]></category>

		<guid isPermaLink="false">http://nettehnologic.wordpress.com/?p=33</guid>
		<description><![CDATA[http://wiki.fluentnhibernate.org/Main_Page Fluent NHibernate has a concept called Auto Mapping, which is a mechanism for automatically mapping all your entities based on a set of conventions. http://wiki.fluentnhibernate.org/Auto_mapping<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=33&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiki.fluentnhibernate.org/Main_Page">http://wiki.fluentnhibernate.org/Main_Page</a></p>
<p>Fluent NHibernate has a concept called Auto Mapping, which is a mechanism for automatically mapping all your entities based on a set of conventions.</p>
<p><a href="http://wiki.fluentnhibernate.org/Auto_mapping">http://wiki.fluentnhibernate.org/Auto_mapping</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nettehnologic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nettehnologic.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nettehnologic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nettehnologic.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nettehnologic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nettehnologic.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nettehnologic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nettehnologic.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nettehnologic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nettehnologic.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nettehnologic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nettehnologic.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nettehnologic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nettehnologic.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=33&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nettehnologic.wordpress.com/2009/09/16/fluent-nhibernate-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be76b6265b37c36590f4a03c43649fbe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Phileo</media:title>
		</media:content>
	</item>
		<item>
		<title>Design Patterns</title>
		<link>http://nettehnologic.wordpress.com/2009/09/14/design-patterns/</link>
		<comments>http://nettehnologic.wordpress.com/2009/09/14/design-patterns/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 16:26:21 +0000</pubDate>
		<dc:creator>Phileo</dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[NHibernate]]></category>

		<guid isPermaLink="false">http://nettehnologic.wordpress.com/?p=23</guid>
		<description><![CDATA[Design Patterns for Dummies. http://www.simplyvinay.com/Category/6/Default.aspx MPBlog Implementation. Part 4 NHibernate Repository and Unit Of Work http://www.simplyvinay.com/Post/50/MPBlog-Implementation.-Part-4.aspx The Repository Pattern. An implementation for NHibernate http://blogs.hibernatingrhinos.com/nhibernate/archive/2008/10/08/the-repository-pattern.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=23&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3><span style="display:inline-block;border-style:none;">Design Patterns for Dummies.</span></h3>
<p><a href="http://www.simplyvinay.com/Category/6/Default.aspx">http://www.simplyvinay.com/Category/6/Default.aspx</a></p>
<h3>MPBlog Implementation. Part 4</h3>
<p><em><span style="font-size:small;">NHibernate </span></em><em><span style="font-size:small;">Repository and Unit Of Work</span></em></p>
<p><em><span style="font-size:small;"> </span></em><a href="http://www.simplyvinay.com/Post/50/MPBlog-Implementation.-Part-4.aspx">http://www.simplyvinay.com/Post/50/MPBlog-Implementation.-Part-4.aspx</a></p>
<h3>The Repository Pattern. An implementation for NHibernate</h3>
<p><a href="http://blogs.hibernatingrhinos.com/nhibernate/archive/2008/10/08/the-repository-pattern.aspx">http://blogs.hibernatingrhinos.com/nhibernate/archive/2008/10/08/the-repository-pattern.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nettehnologic.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nettehnologic.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nettehnologic.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nettehnologic.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nettehnologic.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nettehnologic.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nettehnologic.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nettehnologic.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nettehnologic.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nettehnologic.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nettehnologic.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nettehnologic.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nettehnologic.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nettehnologic.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nettehnologic.wordpress.com&amp;blog=9323023&amp;post=23&amp;subd=nettehnologic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nettehnologic.wordpress.com/2009/09/14/design-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be76b6265b37c36590f4a03c43649fbe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Phileo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
