<?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>Nerd Boys &#187; C#</title>
	<atom:link href="http://nerdboys.com/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdboys.com</link>
	<description>Tech tips, news and reviews</description>
	<lastBuildDate>Mon, 26 Jul 2010 18:34:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Applying the Decorator Pattern to a DataGridView</title>
		<link>http://nerdboys.com/2010/05/25/applying-the-decorator-pattern-to-a-datagridview/</link>
		<comments>http://nerdboys.com/2010/05/25/applying-the-decorator-pattern-to-a-datagridview/#comments</comments>
		<pubDate>Tue, 25 May 2010 23:24:57 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[design patterns]]></category>

		<guid isPermaLink="false">http://nerdboys.com/?p=766</guid>
		<description><![CDATA[In this article, I present a simple example of how you can apply the Decorator Pattern to a DataGridView to extend its behavior without using inheritance.]]></description>
		<wfw:commentRss>http://nerdboys.com/2010/05/25/applying-the-decorator-pattern-to-a-datagridview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An Implementation of BitConverter.SingleToInt32Bits</title>
		<link>http://nerdboys.com/2009/12/17/an-implementation-of-bitconverter-singletoint32bits/</link>
		<comments>http://nerdboys.com/2009/12/17/an-implementation-of-bitconverter-singletoint32bits/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 05:41:11 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[Mini How-Tos]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://nerdboys.com/?p=701</guid>
		<description><![CDATA[




<p>Back in the day when I did more Java development, I used Apache&#8217;s Commons Lang regularly to do all kinds of things like string manipulations and implementing Object.equals() and Object.hashCode().</p>
<p>Not too long ago, I started working more with C# and the .NET Framework and I found myself wanting some of the functionality of Commons Lang for the .NET platform. The closest thing I could find was Artur Trosin&#8217;s port of the EqualsBuilder and HashCodeBuilder classes <p>[...<em>Continue reading</em> &#187; <a href="http://nerdboys.com/2009/12/17/an-implementation-of-bitconverter-singletoint32bits/">An Implementation of BitConverter.SingleToInt32Bits]</a></p>]]></description>
		<wfw:commentRss>http://nerdboys.com/2009/12/17/an-implementation-of-bitconverter-singletoint32bits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XtUnit Troubleshooting</title>
		<link>http://nerdboys.com/2009/10/10/xtunit-troubleshooting/</link>
		<comments>http://nerdboys.com/2009/10/10/xtunit-troubleshooting/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 18:00:38 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[Mini How-Tos]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://nerdboys.com/?p=577</guid>
		<description><![CDATA[




<p>I&#8217;m a big advocate of automated software testing with tools like the venerable JUnit for Java and the similar NUnit for the .NET languages such as C#.</p>
<p>Yesterday I was implementing some NUnit tests for a C# database access object (or DAO). If you have ever implemented such tests before you&#8217;ll probably agree with me that it&#8217;s important for your test data to be in a known and consistent state before every test run.</p>
<p>For example, let&#8217;s <p>[...<em>Continue reading</em> &#187; <a href="http://nerdboys.com/2009/10/10/xtunit-troubleshooting/">XtUnit Troubleshooting]</a></p>]]></description>
		<wfw:commentRss>http://nerdboys.com/2009/10/10/xtunit-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
