<?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; .NET 2.0</title>
	<atom:link href="http://www.developingfor.net/category/net-20/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>Event Handling made even easier</title>
		<link>http://www.developingfor.net/c-20/event-handling-made-even-easier.html</link>
		<comments>http://www.developingfor.net/c-20/event-handling-made-even-easier.html#comments</comments>
		<pubDate>Thu, 29 Nov 2007 23:42:05 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[C# 2.0]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/visual-studio/event-handling-made-even-easier.html</guid>
		<description><![CDATA[Event Handling Made Easy is my favorite post I&#8217;ve written. Mostly, because I&#8217;m lazy and I have a bad memory. I love events, but I find it difficult to remember all the bits and pieces in my head, so I wrote the post to give me some documentation. NOTE: the following feature is NOT new: [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-20/event-handling-made-even-easier.html/feed</wfw:commentRss>
		<slash:comments>1</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>IBM iSeries .NET Managed Provider UPDATE</title>
		<link>http://www.developingfor.net/net-20/ibm-iseries-net-managed-provider-update.html</link>
		<comments>http://www.developingfor.net/net-20/ibm-iseries-net-managed-provider-update.html#comments</comments>
		<pubDate>Thu, 01 Nov 2007 18:06:27 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/net-20/ibm-iseries-net-managed-provider-update.html</guid>
		<description><![CDATA[One of the most popular posts on this site is about the iSeries .NET Managed Provider. In that post, I discussed a problem with an ObjectDisposedException being thrown at the end of every program that connects to a System i machine. The PTF solution promises to correct the problem on V5R3 machines and that the [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/net-20/ibm-iseries-net-managed-provider-update.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>
		<item>
		<title>Developer Tools, Code Generation, and Tech Conferences</title>
		<link>http://www.developingfor.net/c-20/developer-tools-code-generation-and-tech-conferences.html</link>
		<comments>http://www.developingfor.net/c-20/developer-tools-code-generation-and-tech-conferences.html#comments</comments>
		<pubDate>Fri, 07 Sep 2007 20:15:48 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[C# 2.0]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/net-20/developer-tools-code-generation-and-tech-conferences.html</guid>
		<description><![CDATA[I can&#8217;t believe it&#8217;s been almost a month since I posted something. Time sure flies when&#8230; well, it pretty much always flies, doesn&#8217;t it? I&#8217;ve got a new tool to share with you called PropertyBuilder. It is simple enough: a couple of entries and it will generate the code for a variable and its related [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-20/developer-tools-code-generation-and-tech-conferences.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninstalling a Previous Version from an MSI</title>
		<link>http://www.developingfor.net/setup-and-deployment/uninstalling-a-previous-version-from-an-msi.html</link>
		<comments>http://www.developingfor.net/setup-and-deployment/uninstalling-a-previous-version-from-an-msi.html#comments</comments>
		<pubDate>Thu, 09 Aug 2007 17:29:13 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[Setup And Deployment]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/net-20/uninstalling-a-previous-version-from-an-msi.html</guid>
		<description><![CDATA[Like a lot of other developers, I use the Setup &#38; Deployment Projects in Visual Studio 2005 to create MSI files for software installs. Typically, this is a Windows Forms based application. For our in house users, especially those testing new software, there could be many iterations of a piece of software. Of course, this [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/setup-and-deployment/uninstalling-a-previous-version-from-an-msi.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Quick and Easy Splash Screen</title>
		<link>http://www.developingfor.net/forms-20/quick-and-easy-splash-screen.html</link>
		<comments>http://www.developingfor.net/forms-20/quick-and-easy-splash-screen.html#comments</comments>
		<pubDate>Thu, 02 Aug 2007 15:13:55 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[C# 2.0]]></category>
		<category><![CDATA[Forms 2.0]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/net-20/quick-and-easy-splash-screen.html</guid>
		<description><![CDATA[Updated: 10 September 2008 &#8211; I added some information about using transparent background images. I have several applications that take a little while to start up, usually because they are establishing database connections. As we all know, if an application takes longer than 2 seconds for a screen to appear, the user will assume nothing [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/forms-20/quick-and-easy-splash-screen.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Context Menus, Events and the Keyboard</title>
		<link>http://www.developingfor.net/c-20/context-menus-events-and-the-keyboard.html</link>
		<comments>http://www.developingfor.net/c-20/context-menus-events-and-the-keyboard.html#comments</comments>
		<pubDate>Thu, 19 Jul 2007 20:39:46 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[C# 2.0]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/net-20/context-menus-events-and-the-keyboard.html</guid>
		<description><![CDATA[I just thought I share with you another example of using an event in the current application I am developing. As I mentioned in the previous post, I like to develop GUI applications that can be entirely managed by the keyboard, especially for data entry applications. In this current application, I have a tab control. [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-20/context-menus-events-and-the-keyboard.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataGridView control and the Enter key.</title>
		<link>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html</link>
		<comments>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html#comments</comments>
		<pubDate>Mon, 16 Jul 2007 19:33:42 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[C# 2.0]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/net-20/datagridview-control-and-the-enter-key.html</guid>
		<description><![CDATA[Because of the type of data processing applications I develop, I try to design them in such a fashion that the mouse is largely unnecessary. This means a lot of function keys, hidden context menus, tab order, and Focus() manipulation. For the most part, with just a little forethought and effort, you can make an [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
