<?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 for CodeEase.com</title>
	<atom:link href="http://www.codeease.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codeease.com</link>
	<description>Code and Tech</description>
	<lastBuildDate>Tue, 07 Sep 2010 04:02:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on WPF or Windows Forms ? by bmx games</title>
		<link>http://www.codeease.com/wpf-or-windows-forms.html#comment-33</link>
		<dc:creator>bmx games</dc:creator>
		<pubDate>Tue, 07 Sep 2010 04:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeease.com/wpf-or-windows-forms.html#comment-33</guid>
		<description>Really good post!</description>
		<content:encoded><![CDATA[<p>Really good post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Great svn client software for Visual Studio by Beckie Zamparini</title>
		<link>http://www.codeease.com/great-svn-client-software-for-visual-studio.html#comment-30</link>
		<dc:creator>Beckie Zamparini</dc:creator>
		<pubDate>Mon, 06 Sep 2010 07:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeease.com/great-svn-client-software-for-visual-studio.html#comment-30</guid>
		<description>If only more writers were like you.  This is pretty fascinating stuff.</description>
		<content:encoded><![CDATA[<p>If only more writers were like you.  This is pretty fascinating stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How C# rounds decimal numbers by Phlebotomy Certification</title>
		<link>http://www.codeease.com/how-c-rounds-decimal-numbers.html#comment-29</link>
		<dc:creator>Phlebotomy Certification</dc:creator>
		<pubDate>Sun, 05 Sep 2010 21:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeease.com/how-c-rounds-decimal-numbers.html#comment-29</guid>
		<description>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later</description>
		<content:encoded><![CDATA[<p>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remote connect to SQL Server 2005 Express or SQL Server 2005 by CodeEase.com &#187; Blog Archive &#187; Set Port and Firewall to enable remote connect to SQL Server 2005 or 2008 Express Database</title>
		<link>http://www.codeease.com/remote-connect-to-sql-server-2005-express-or-sql-server-2005.html#comment-20</link>
		<dc:creator>CodeEase.com &#187; Blog Archive &#187; Set Port and Firewall to enable remote connect to SQL Server 2005 or 2008 Express Database</dc:creator>
		<pubDate>Thu, 02 Sep 2010 18:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeease.com/remote-connect-to-sql-server-2005-express-or-sql-server-2005.html#comment-20</guid>
		<description>[...] 2 articles Remote connect to SQL Server 2005 Express or SQL Server 2005 and Change SQL Server or SQL Server Express Authentication Mode, the SQL Server remote connection [...]</description>
		<content:encoded><![CDATA[<p>[...] 2 articles Remote connect to SQL Server 2005 Express or SQL Server 2005 and Change SQL Server or SQL Server Express Authentication Mode, the SQL Server remote connection [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remote connect to SQL Server 2005 Express or SQL Server 2005 by old school bmx sale</title>
		<link>http://www.codeease.com/remote-connect-to-sql-server-2005-express-or-sql-server-2005.html#comment-19</link>
		<dc:creator>old school bmx sale</dc:creator>
		<pubDate>Thu, 02 Sep 2010 14:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeease.com/remote-connect-to-sql-server-2005-express-or-sql-server-2005.html#comment-19</guid>
		<description>Thanks for the great Post – very COOL!!!</description>
		<content:encoded><![CDATA[<p>Thanks for the great Post – very COOL!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to add a Uninstall option in Visual Studio Setup project without writing code by Peter</title>
		<link>http://www.codeease.com/how-to-add-a-uninstall-option-in-visual-studio-setup-project-without-writing-code.html#comment-13</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 30 Aug 2010 19:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeease.com/how-to-add-a-uninstall-option-in-visual-studio-setup-project-without-writing-code.html#comment-13</guid>
		<description>A simple but effecient way of doing it, however the msiexec can also be called from the code itself, and example is shown here: http://endofstream.com/creating-uninstaller-in-a-visual-studio-project/

Best regards :)</description>
		<content:encoded><![CDATA[<p>A simple but effecient way of doing it, however the msiexec can also be called from the code itself, and example is shown here: <a href="http://endofstream.com/creating-uninstaller-in-a-visual-studio-project/" rel="nofollow">http://endofstream.com/creating-uninstaller-in-a-visual-studio-project/</a></p>
<p>Best regards <img src='http://www.codeease.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to add a Uninstall option in Visual Studio Setup project without writing code by Atrium Custom Homes Review</title>
		<link>http://www.codeease.com/how-to-add-a-uninstall-option-in-visual-studio-setup-project-without-writing-code.html#comment-5</link>
		<dc:creator>Atrium Custom Homes Review</dc:creator>
		<pubDate>Wed, 25 Aug 2010 07:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeease.com/how-to-add-a-uninstall-option-in-visual-studio-setup-project-without-writing-code.html#comment-5</guid>
		<description>interesting page</description>
		<content:encoded><![CDATA[<p>interesting page</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List enum item names using C# by Eddy Jabre</title>
		<link>http://www.codeease.com/list-enum-item-names-using-c.html#comment-4</link>
		<dc:creator>Eddy Jabre</dc:creator>
		<pubDate>Wed, 25 Aug 2010 07:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeease.com/list-enum-item-names-using-c.html#comment-4</guid>
		<description>very informative page</description>
		<content:encoded><![CDATA[<p>very informative page</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create SQL Server Database using C# by Atrium Custom Homes Review</title>
		<link>http://www.codeease.com/create-sql-server-database-using-c.html#comment-3</link>
		<dc:creator>Atrium Custom Homes Review</dc:creator>
		<pubDate>Wed, 25 Aug 2010 07:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeease.com/create-sql-server-database-using-c.html#comment-3</guid>
		<description>great page!</description>
		<content:encoded><![CDATA[<p>great page!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should I add the Visual Studio .suo and .user files to source control ? by Mildred</title>
		<link>http://www.codeease.com/should-i-add-the-visual-studio-suo-and-user-files-to-source-control.html#comment-2</link>
		<dc:creator>Mildred</dc:creator>
		<pubDate>Tue, 24 Aug 2010 12:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeease.com/should-i-add-the-visual-studio-suo-and-user-files-to-source-control.html#comment-2</guid>
		<description>Greetings! Is it okay that I go a bit off topic? I&#039;m trying to view your post on my Blackberry but it doesn&#039;t display properly, any suggestions? Thanks in advance! Mildred</description>
		<content:encoded><![CDATA[<p>Greetings! Is it okay that I go a bit off topic? I&#8217;m trying to view your post on my Blackberry but it doesn&#8217;t display properly, any suggestions? Thanks in advance! Mildred</p>
]]></content:encoded>
	</item>
</channel>
</rss>
