<?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"
	>

<channel>
	<title>Head London &#187; C# / .NET</title>
	<atom:link href="http://blog.headlondon.com/category/technical/c_sharp_dot_net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.headlondon.com</link>
	<description>Digital design agency, creative content, brand identity, web development, online marketing, application creation, integrated</description>
	<pubDate>Wed, 20 Aug 2008 16:40:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Late Binding of C# objects from NHibernate into the ASP.NET DataGrid control</title>
		<link>http://blog.headlondon.com/2006/04/26/late-binding-of-c-objects-from-nhibernate-into-the-aspnet-datagrid-control/</link>
		<comments>http://blog.headlondon.com/2006/04/26/late-binding-of-c-objects-from-nhibernate-into-the-aspnet-datagrid-control/#comments</comments>
		<pubDate>Wed, 26 Apr 2006 13:57:27 +0000</pubDate>
		<dc:creator>Dave Hrycyszyn</dc:creator>
		
		<category><![CDATA[C# / .NET]]></category>

		<category><![CDATA[FLOSS]]></category>

		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://blog.headlondon.com./index.php/archives/late-binding-of-c-objects-from-nhibernate-into-the-aspnet-datagrid-control/</guid>
		<description><![CDATA[It's not a full example with code downloads, but here's an example of late binding in C#, when we don't know whether a class being bound into a DataGrid is going to be of type Article, Vacancy, Image, or whatever. I've found this to be a good approach when customizing a DataGrid that we can [...]]]></description>
		<wfw:commentRss>http://blog.headlondon.com/2006/04/26/late-binding-of-c-objects-from-nhibernate-into-the-aspnet-datagrid-control/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Collection serialization and SOAP</title>
		<link>http://blog.headlondon.com/2006/03/10/collection-serialization-and-soap/</link>
		<comments>http://blog.headlondon.com/2006/03/10/collection-serialization-and-soap/#comments</comments>
		<pubDate>Fri, 10 Mar 2006 19:48:35 +0000</pubDate>
		<dc:creator>Dave Hrycyszyn</dc:creator>
		
		<category><![CDATA[C# / .NET]]></category>

		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://blog.headlondon.com./index.php/archives/collection-serialization-and-soap/</guid>
		<description><![CDATA[The other day I was using SOAP and C# to return an array of objects from a web service to a Flash client. On the server, each object of type SiteSectionEntity has a property (&#34;Children&#34;) which is an IList of SiteSectionEntities. It&#39;s a pretty normal recursive structure, one level deep.  My trouble was that [...]]]></description>
		<wfw:commentRss>http://blog.headlondon.com/2006/03/10/collection-serialization-and-soap/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
