<?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>Developing For .NET &#187; Free Code</title>
	<atom:link href="http://www.developingfor.net/category/free-code/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developingfor.net</link>
	<description>Real World .NET Methods, Tricks, and Examples</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:25:15 +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>Authorize.Net Code Release</title>
		<link>http://www.developingfor.net/free-code/authorizenet-code-release.html</link>
		<comments>http://www.developingfor.net/free-code/authorizenet-code-release.html#comments</comments>
		<pubDate>Mon, 29 Sep 2008 22:16:39 +0000</pubDate>
		<dc:creator>Joel</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 [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/free-code/authorizenet-code-release.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extensions update and new Namespace added to Free Code</title>
		<link>http://www.developingfor.net/free-code/extensions-update-and-new-namespace-added-to-free-code.html</link>
		<comments>http://www.developingfor.net/free-code/extensions-update-and-new-namespace-added-to-free-code.html#comments</comments>
		<pubDate>Mon, 29 Sep 2008 21:59:23 +0000</pubDate>
		<dc:creator>Joel</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.]]></description>
		<wfw:commentRss>http://www.developingfor.net/free-code/extensions-update-and-new-namespace-added-to-free-code.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extension Methods Update</title>
		<link>http://www.developingfor.net/c-30/extension-methods-update.html</link>
		<comments>http://www.developingfor.net/c-30/extension-methods-update.html#comments</comments>
		<pubDate>Thu, 03 Jan 2008 00:48:15 +0000</pubDate>
		<dc:creator>Joel</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 [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-30/extension-methods-update.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade your C# Skills part 1 &#8211; Extension Methods</title>
		<link>http://www.developingfor.net/c-30/upgrade-your-c-skills-part-1-extension-methods.html</link>
		<comments>http://www.developingfor.net/c-30/upgrade-your-c-skills-part-1-extension-methods.html#comments</comments>
		<pubDate>Mon, 26 Nov 2007 22:15:33 +0000</pubDate>
		<dc:creator>Joel</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 [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-30/upgrade-your-c-skills-part-1-extension-methods.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>FilmStrip Control</title>
		<link>http://www.developingfor.net/c-20/filmstrip-control.html</link>
		<comments>http://www.developingfor.net/c-20/filmstrip-control.html#comments</comments>
		<pubDate>Sun, 11 Nov 2007 19:09:49 +0000</pubDate>
		<dc:creator>Joel</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 [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-20/filmstrip-control.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataTables ToolKit</title>
		<link>http://www.developingfor.net/c-20/datatables-toolkit.html</link>
		<comments>http://www.developingfor.net/c-20/datatables-toolkit.html#comments</comments>
		<pubDate>Tue, 25 Sep 2007 22:54:48 +0000</pubDate>
		<dc:creator>Joel</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 [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-20/datatables-toolkit.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on PropertyBuilder</title>
		<link>http://www.developingfor.net/c-20/more-on-propertybuilder.html</link>
		<comments>http://www.developingfor.net/c-20/more-on-propertybuilder.html#comments</comments>
		<pubDate>Tue, 11 Sep 2007 17:28:03 +0000</pubDate>
		<dc:creator>Joel</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 [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-20/more-on-propertybuilder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
