<?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>Developing For .NET &#187; Free Code</title>
	<atom:link href="http://developingfor.net/category/free-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://developingfor.net</link>
	<description>a developer&#039;s journal</description>
	<lastBuildDate>Mon, 30 Apr 2012 13:42:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='developingfor.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/bd929a036b2ab3c0fbf213fe50bfb0a9?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Developing For .NET &#187; Free Code</title>
		<link>http://developingfor.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://developingfor.net/osd.xml" title="Developing For .NET" />
	<atom:link rel='hub' href='http://developingfor.net/?pushpress=hub'/>
		<item>
		<title>Authorize.Net Code Release</title>
		<link>http://developingfor.net/2008/09/29/authorizenet-code-release/</link>
		<comments>http://developingfor.net/2008/09/29/authorizenet-code-release/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 22:16:39 +0000</pubDate>
		<dc:creator>joelcochran</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[Free Code]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/?p=116</guid>
		<description><![CDATA[Back in February I posted the beginnings of a project to wrap Authorize.Net credit card transactions in C# .NET code. I have been working on this project off and on, in conjunction with a new website we are developing, and have been meaning to post the production version for some time. Today, I am publishing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingfor.net&#038;blog=29673437&#038;post=116&#038;subd=developingfordotnet&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://developingfor.net/2008/09/29/authorizenet-code-release/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7c09cd2300e9e4928a25c41825ad2b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joelcochran</media:title>
		</media:content>
	</item>
		<item>
		<title>Extensions update and new Namespace added to Free Code</title>
		<link>http://developingfor.net/2008/09/29/extensions-update-and-new-namespace-added-to-free-code/</link>
		<comments>http://developingfor.net/2008/09/29/extensions-update-and-new-namespace-added-to-free-code/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 21:59:23 +0000</pubDate>
		<dc:creator>joelcochran</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[Free Code]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/?p=122</guid>
		<description><![CDATA[In support of the Authorize.Net project, I have updated the Free Code page: DevelopingForDotNet.Extensions &#8211; updated with many new Extension Methods. DevelopingForDotNet.RegexSupport &#8211; contains a list of useful Regular Expression Patterns. Posted in .NET 3.5, Free Code<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingfor.net&#038;blog=29673437&#038;post=122&#038;subd=developingfordotnet&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://developingfor.net/2008/09/29/extensions-update-and-new-namespace-added-to-free-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7c09cd2300e9e4928a25c41825ad2b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joelcochran</media:title>
		</media:content>
	</item>
		<item>
		<title>Extension Methods Update</title>
		<link>http://developingfor.net/2008/01/02/extension-methods-update/</link>
		<comments>http://developingfor.net/2008/01/02/extension-methods-update/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 00:48:15 +0000</pubDate>
		<dc:creator>joelcochran</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[C# 3.0]]></category>
		<category><![CDATA[Free Code]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/c-30/extension-methods-update.html</guid>
		<description><![CDATA[I&#8217;ve been working on some more Extension Method stuff (I&#8217;ll be sharing soon!), and in the process I updated the DevelopingForDotNet.Extensions namespace.? Here is a list of the updated methods: DateTime.GetDateString() &#8211; accepts an Enum for the format of the DateTime string (Enum is part of the namespace).? Overridden to allow control over the separator [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingfor.net&#038;blog=29673437&#038;post=59&#038;subd=developingfordotnet&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://developingfor.net/2008/01/02/extension-methods-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7c09cd2300e9e4928a25c41825ad2b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joelcochran</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrade your C# Skills part 1 &#8211; Extension Methods</title>
		<link>http://developingfor.net/2007/11/26/upgrade-your-c-skills-part-1-extension-methods/</link>
		<comments>http://developingfor.net/2007/11/26/upgrade-your-c-skills-part-1-extension-methods/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 22:15:33 +0000</pubDate>
		<dc:creator>joelcochran</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[C# 3.0]]></category>
		<category><![CDATA[Free Code]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/visual-studio/upgrade-your-c-skills-part-1-extension-methods.html</guid>
		<description><![CDATA[DOWNLOAD the Code! Now that I have VS2008 and .NET 3.5 installed, I am going to begin a series of articles on some of the new features you can use in C#. My hope is to add one new article a day for the rest of this week. Along the way, we&#8217;ll explore some of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingfor.net&#038;blog=29673437&#038;post=42&#038;subd=developingfordotnet&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://developingfor.net/2007/11/26/upgrade-your-c-skills-part-1-extension-methods/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7c09cd2300e9e4928a25c41825ad2b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joelcochran</media:title>
		</media:content>
	</item>
		<item>
		<title>FilmStrip Control</title>
		<link>http://developingfor.net/2007/11/11/filmstrip-control/</link>
		<comments>http://developingfor.net/2007/11/11/filmstrip-control/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 19:09:49 +0000</pubDate>
		<dc:creator>joelcochran</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[C# 2.0]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[Free Code]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/controls/filmstrip-control.html</guid>
		<description><![CDATA[One of the current projects I am working on is Image Management software for one of our legacy government applications. Basically, JPG images are stored on a Windows server and our iSeries machine issues local PC calls (using STRPCCMD) to initiate the image manager. The manager then finds and displays all the images associated with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingfor.net&#038;blog=29673437&#038;post=30&#038;subd=developingfordotnet&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://developingfor.net/2007/11/11/filmstrip-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7c09cd2300e9e4928a25c41825ad2b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joelcochran</media:title>
		</media:content>
	</item>
		<item>
		<title>DataTables ToolKit</title>
		<link>http://developingfor.net/2007/09/25/datatables-toolkit/</link>
		<comments>http://developingfor.net/2007/09/25/datatables-toolkit/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 22:54:48 +0000</pubDate>
		<dc:creator>joelcochran</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[C# 2.0]]></category>
		<category><![CDATA[Free Code]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/free-code/datatables-toolkit.html</guid>
		<description><![CDATA[Howdy readers! I have something new for you which I hope you find useful. Most of my projects are database oriented, which in ADO.NET land means a hefty reliance on DataTable objects. In fact, my first serious .Net program was an Ad Hoc SQL tool that allowed the user to connect to virtually any database [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingfor.net&#038;blog=29673437&#038;post=27&#038;subd=developingfordotnet&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://developingfor.net/2007/09/25/datatables-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7c09cd2300e9e4928a25c41825ad2b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joelcochran</media:title>
		</media:content>
	</item>
		<item>
		<title>More on PropertyBuilder</title>
		<link>http://developingfor.net/2007/09/11/more-on-propertybuilder/</link>
		<comments>http://developingfor.net/2007/09/11/more-on-propertybuilder/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 17:28:03 +0000</pubDate>
		<dc:creator>joelcochran</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[C# 2.0]]></category>
		<category><![CDATA[Free Code]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/free-code/more-on-propertybuilder.html</guid>
		<description><![CDATA[I have posted an update to the PropertyBuilder code. Actually, the code hasn&#8217;t changed but the solution now includes a Setup Project. I also put a copy of the MSI file in the root PropertyBuilder directory, so if you just want the tool and don&#8217;t want to worry with the code you can just install [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingfor.net&#038;blog=29673437&#038;post=26&#038;subd=developingfordotnet&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://developingfor.net/2007/09/11/more-on-propertybuilder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7c09cd2300e9e4928a25c41825ad2b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joelcochran</media:title>
		</media:content>
	</item>
	</channel>
</rss>
