<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Form Management: Tight Or Incorrect Coupling Can Cause Hard To Find Bugs</title>
	<atom:link href="http://lostechies.com/derickbailey/2010/04/19/form-management-tight-or-incorrect-coupling-can-cause-hard-to-find-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2010/04/19/form-management-tight-or-incorrect-coupling-can-cause-hard-to-find-bugs/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Fri, 24 May 2013 06:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: David</title>
		<link>http://lostechies.com/derickbailey/2010/04/19/form-management-tight-or-incorrect-coupling-can-cause-hard-to-find-bugs/#comment-830</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 19 Apr 2010 12:21:18 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/04/19/form-management-tight-or-incorrect-coupling-can-cause-hard-to-find-bugs.aspx#comment-830</guid>
		<description>I would suggest the use of the using statement instead of directly calling Dispose.  That way, if any of the forms do cause an exception, the form will still be disposed of cleanly.</description>
		<content:encoded><![CDATA[<p>I would suggest the use of the using statement instead of directly calling Dispose.  That way, if any of the forms do cause an exception, the form will still be disposed of cleanly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
