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

<channel>
	<title>Ben Morris. &#187; C#</title>
	<atom:link href="http://www.ben-morris.com/category/c-sharp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ben-morris.com</link>
	<description>Web and digital development stuff.</description>
	<lastBuildDate>Tue, 24 Jan 2012 15:23:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Microsoft get on the HTML5 train for Visual Studio 11 and Windows 8.</title>
		<link>http://www.ben-morris.com/microsoft-get-on-the-html5-train-for-visual-studio-11-and-windows-8</link>
		<comments>http://www.ben-morris.com/microsoft-get-on-the-html5-train-for-visual-studio-11-and-windows-8#comments</comments>
		<pubDate>Thu, 22 Sep 2011 13:57:30 +0000</pubDate>
		<dc:creator>Ben Morris</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Multi-screen]]></category>

		<guid isPermaLink="false">http://www.ben-morris.com/?p=1043</guid>
		<description><![CDATA[All change for Microsoft developers. Again. The new Visual Studio developer preview demonstrates that Microsoft are serious about promoting HTML5 and JavaScript as a primary application development platform for Windows 8.]]></description>
		<wfw:commentRss>http://www.ben-morris.com/microsoft-get-on-the-html5-train-for-visual-studio-11-and-windows-8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Estimation pitfalls: Why software development estimates are so difficult</title>
		<link>http://www.ben-morris.com/estimation-pitfalls-why-software-development-estimates-are-so-difficult</link>
		<comments>http://www.ben-morris.com/estimation-pitfalls-why-software-development-estimates-are-so-difficult#comments</comments>
		<pubDate>Thu, 03 Feb 2011 20:23:07 +0000</pubDate>
		<dc:creator>Ben Morris</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Development process]]></category>

		<guid isPermaLink="false">http://www.ben-morris.com/?p=819</guid>
		<description><![CDATA[Estimates are, in essence, a kind of crystal ball gazing. You are making a series of educated guesses about how long something will take whilst often being hampered by imperfect understanding and squeezed by commercial pressures.]]></description>
		<wfw:commentRss>http://www.ben-morris.com/estimation-pitfalls-why-software-development-estimates-are-so-difficult/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exception safety in C# &#8211; more than just trying and catching</title>
		<link>http://www.ben-morris.com/exception-safety-in-c-more-than-just-trying-and-catching</link>
		<comments>http://www.ben-morris.com/exception-safety-in-c-more-than-just-trying-and-catching#comments</comments>
		<pubDate>Sun, 12 Dec 2010 11:15:18 +0000</pubDate>
		<dc:creator>Ben Morris</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.ben-morris.com/?p=782</guid>
		<description><![CDATA[I'm surprised how often exceptions can be a source of bugs. Not just bugs, but nasty, impossible to find bugs that can have maintenance teams chasing their tails for days on end.]]></description>
		<wfw:commentRss>http://www.ben-morris.com/exception-safety-in-c-more-than-just-trying-and-catching/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORM wars: Comparing nHibernate, LINQ To SQL &amp; the Entity Framework</title>
		<link>http://www.ben-morris.com/orm-wars-comparing-nhibernate-linq-to-sql-the-entity-framework</link>
		<comments>http://www.ben-morris.com/orm-wars-comparing-nhibernate-linq-to-sql-the-entity-framework#comments</comments>
		<pubDate>Wed, 10 Nov 2010 16:27:22 +0000</pubDate>
		<dc:creator>Ben Morris</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.ben-morris.com/?p=722</guid>
		<description><![CDATA[Ted Neward described ORM as the "vietnam of computer science" in that it's a quagmire that starts well,  gets more complicated as time passes and ends up as an open-ended commitment with poorly-defined goals and no clear exit strategy.]]></description>
		<wfw:commentRss>http://www.ben-morris.com/orm-wars-comparing-nhibernate-linq-to-sql-the-entity-framework/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to write useful .NET and C# coding standards</title>
		<link>http://www.ben-morris.com/how-to-write-useful-net-and-c-coding-standards</link>
		<comments>http://www.ben-morris.com/how-to-write-useful-net-and-c-coding-standards#comments</comments>
		<pubDate>Fri, 15 Oct 2010 10:49:03 +0000</pubDate>
		<dc:creator>Ben Morris</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.ben-morris.com/?p=756</guid>
		<description><![CDATA[Coding standards are one of those documents that managers often feel obliged to produce, so they are frequently written without any clear sense of purpose. A number of different motives can inspire coding standards - not all of them very positive.]]></description>
		<wfw:commentRss>http://www.ben-morris.com/how-to-write-useful-net-and-c-coding-standards/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the WCF Authentication Service without cookies</title>
		<link>http://www.ben-morris.com/using-the-wcf-authentication-service-without-cookies</link>
		<comments>http://www.ben-morris.com/using-the-wcf-authentication-service-without-cookies#comments</comments>
		<pubDate>Mon, 12 Jul 2010 10:06:27 +0000</pubDate>
		<dc:creator>Ben Morris</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Multi-screen]]></category>

		<guid isPermaLink="false">http://www.ben-morris.com/?p=702</guid>
		<description><![CDATA[How to use web services that are secured with the WCF Authentication Service in clients that don't support cookies.]]></description>
		<wfw:commentRss>http://www.ben-morris.com/using-the-wcf-authentication-service-without-cookies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting EPiServer 6 to use claims-based authentication with WIF</title>
		<link>http://www.ben-morris.com/converting-episerver-6-to-use-claims-based-authentication-with-wif</link>
		<comments>http://www.ben-morris.com/converting-episerver-6-to-use-claims-based-authentication-with-wif#comments</comments>
		<pubDate>Tue, 15 Jun 2010 14:30:47 +0000</pubDate>
		<dc:creator>Ben Morris</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[EPiServer]]></category>

		<guid isPermaLink="false">http://www.ben-morris.com/?p=627</guid>
		<description><![CDATA[Converting an EPiServer site to become claims-aware is straightforward enough - the complications come when you try to use the editor and administration interfaces.]]></description>
		<wfw:commentRss>http://www.ben-morris.com/converting-episerver-6-to-use-claims-based-authentication-with-wif/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a security token service website using WIF in Visual Studio</title>
		<link>http://www.ben-morris.com/creating-a-security-token-service-website-using-wif-in-visual-studio</link>
		<comments>http://www.ben-morris.com/creating-a-security-token-service-website-using-wif-in-visual-studio#comments</comments>
		<pubDate>Thu, 13 May 2010 11:32:36 +0000</pubDate>
		<dc:creator>Ben Morris</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.ben-morris.com/?p=645</guid>
		<description><![CDATA[This walkthough explains how to create a test claims issuer in Visual Studio 2008 using the Windows Identity Foundation SDK.]]></description>
		<wfw:commentRss>http://www.ben-morris.com/creating-a-security-token-service-website-using-wif-in-visual-studio/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Dublin Core meta data for EPiServer pages via a plug-in</title>
		<link>http://www.ben-morris.com/implementing-dublin-core-meta-data-for-episerver-pages-via-a-plug-in</link>
		<comments>http://www.ben-morris.com/implementing-dublin-core-meta-data-for-episerver-pages-via-a-plug-in#comments</comments>
		<pubDate>Tue, 27 Apr 2010 12:20:05 +0000</pubDate>
		<dc:creator>Ben Morris</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[EPiServer]]></category>

		<guid isPermaLink="false">http://www.ben-morris.com/?p=519</guid>
		<description><![CDATA[A plug-in for EPiServer that implements the Dublin Core meta data schema for all pages without requiring any code changes.]]></description>
		<wfw:commentRss>http://www.ben-morris.com/implementing-dublin-core-meta-data-for-episerver-pages-via-a-plug-in/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading and Geocoding Ordinance Survey&#8217;s open data in .NET</title>
		<link>http://www.ben-morris.com/reading-and-geocoding-ordinance-surveys-open-data-with-c-and-net</link>
		<comments>http://www.ben-morris.com/reading-and-geocoding-ordinance-surveys-open-data-with-c-and-net#comments</comments>
		<pubDate>Tue, 06 Apr 2010 13:23:27 +0000</pubDate>
		<dc:creator>Ben Morris</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Multi-screen]]></category>

		<guid isPermaLink="false">http://www.ben-morris.com/?p=543</guid>
		<description><![CDATA[Ordinance Survey's UK free OpenData products contain a wealth of UK location-based data - the only problem is how to extract something useful from them...]]></description>
		<wfw:commentRss>http://www.ben-morris.com/reading-and-geocoding-ordinance-surveys-open-data-with-c-and-net/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

