<?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 Mareo Code</title>
	<atom:link href="http://code.mareoblo.pl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.mareoblo.pl</link>
	<description>blog about C#, ASP.NET, SQL, programming and computer technologies</description>
	<lastBuildDate>Thu, 21 Jan 2010 18:40:29 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on C#: WinForms – How to change DataGridView cells color or other attributes by Greg Jessup</title>
		<link>http://code.mareoblo.pl/2009/02/17/c-winforms-%e2%80%93-how-to-change-datagridview-cells-color-or-other-attributes/comment-page-1/#comment-357</link>
		<dc:creator>Greg Jessup</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://code.mareoblo.pl/?p=114#comment-357</guid>
		<description>Thanks...Nice Post. Worked great! Could use a post on sorting the datagridview by decimal instead of strings. :)</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;Nice Post. Worked great! Could use a post on sorting the datagridview by decimal instead of strings. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Regular Expressions: Remove all special characters from a string, allowing only alphanumeric and chars: ‘.’ and ‘-’ by Deckard Cain</title>
		<link>http://code.mareoblo.pl/2009/01/22/regular-expressions-remove-all-special-characters-from-a-string-allowing-only-alphanumeric-and-chars-%e2%80%98-%e2%80%99-and-%e2%80%98-%e2%80%99/comment-page-1/#comment-150</link>
		<dc:creator>Deckard Cain</dc:creator>
		<pubDate>Tue, 03 Nov 2009 08:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://code.mareoblo.pl/?p=111#comment-150</guid>
		<description>Worked great in java, thanks!!

str = str.replaceAll(&quot;[^\\w\\.-]&quot;, &quot;&quot;);</description>
		<content:encoded><![CDATA[<p>Worked great in java, thanks!!</p>
<p>str = str.replaceAll(&#8220;[^\\w\\.-]&#8220;, &#8220;&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio: Automatically increment assembly build version with custom settings (add-in) by Weekly Links #73 &#124; GrantPalin.com</title>
		<link>http://code.mareoblo.pl/2009/09/21/visual-studio-automatically-increment-assembly-build-version-with-custom-settings-add-in/comment-page-1/#comment-108</link>
		<dc:creator>Weekly Links #73 &#124; GrantPalin.com</dc:creator>
		<pubDate>Sun, 04 Oct 2009 23:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://code.mareoblo.pl/?p=217#comment-108</guid>
		<description>[...] Visual Studio: Automatically increment assembly build version with custom settings (add-in) An interesting way to handle project versioning. [...]</description>
		<content:encoded><![CDATA[<p>[...] Visual Studio: Automatically increment assembly build version with custom settings (add-in) An interesting way to handle project versioning. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C#: Language not supported in Ajax Control Toolkit? No problem, do localization by yourself by calabonga</title>
		<link>http://code.mareoblo.pl/2009/09/30/c-language-not-supported-in-ajax-control-toolkit-no-problem-do-localization-by-yourself/comment-page-1/#comment-107</link>
		<dc:creator>calabonga</dc:creator>
		<pubDate>Sun, 04 Oct 2009 22:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://code.mareoblo.pl/?p=250#comment-107</guid>
		<description>wow! that&#039;s realy cool story!!! thanks</description>
		<content:encoded><![CDATA[<p>wow! that&#8217;s realy cool story!!! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C#: Language not supported in Ajax Control Toolkit? No problem, do localization by yourself by DotNetShoutout</title>
		<link>http://code.mareoblo.pl/2009/09/30/c-language-not-supported-in-ajax-control-toolkit-no-problem-do-localization-by-yourself/comment-page-1/#comment-106</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Sat, 03 Oct 2009 18:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://code.mareoblo.pl/?p=250#comment-106</guid>
		<description>&lt;strong&gt;Mareo Code » C#: Language not supported in Ajax Control Toolkit? No problem, do localization by yourself...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>Mareo Code » C#: Language not supported in Ajax Control Toolkit? No problem, do localization by yourself&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio: Automatically increment assembly build version with custom settings (add-in) by Visual Studio: Automatically increment assembly build version with custom settings (add-in) &#171; Jasper Blog</title>
		<link>http://code.mareoblo.pl/2009/09/21/visual-studio-automatically-increment-assembly-build-version-with-custom-settings-add-in/comment-page-1/#comment-105</link>
		<dc:creator>Visual Studio: Automatically increment assembly build version with custom settings (add-in) &#171; Jasper Blog</dc:creator>
		<pubDate>Thu, 01 Oct 2009 11:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://code.mareoblo.pl/?p=217#comment-105</guid>
		<description>[...] more: Mareo Code  Possibly related posts: (automatically generated)Build Notification, Visual Studio, &amp; [...]</description>
		<content:encoded><![CDATA[<p>[...] more: Mareo Code  Possibly related posts: (automatically generated)Build Notification, Visual Studio, &amp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio: Automatically increment assembly build version with custom settings (add-in) by Regev Porat</title>
		<link>http://code.mareoblo.pl/2009/09/21/visual-studio-automatically-increment-assembly-build-version-with-custom-settings-add-in/comment-page-1/#comment-104</link>
		<dc:creator>Regev Porat</dc:creator>
		<pubDate>Thu, 01 Oct 2009 06:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://code.mareoblo.pl/?p=217#comment-104</guid>
		<description>Nice - thanks!</description>
		<content:encoded><![CDATA[<p>Nice &#8211; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C#: WinForms – Manage Cache state with Webclient CachePolicy by Digvijay</title>
		<link>http://code.mareoblo.pl/2008/12/11/c-winforms-%e2%80%93-manage-cache-state-with-webclient-cachepolicy/comment-page-1/#comment-29</link>
		<dc:creator>Digvijay</dc:creator>
		<pubDate>Fri, 04 Sep 2009 10:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://code.mareoblo.pl/?p=82#comment-29</guid>
		<description>Very nice tip indeed!

I do not know how many people did find it - http://silverlight.net/forums/t/14453.aspx

regards,

Digvijay</description>
		<content:encoded><![CDATA[<p>Very nice tip indeed!</p>
<p>I do not know how many people did find it &#8211; <a href="http://silverlight.net/forums/t/14453.aspx" rel="nofollow">http://silverlight.net/forums/t/14453.aspx</a></p>
<p>regards,</p>
<p>Digvijay</p>
]]></content:encoded>
	</item>
</channel>
</rss>
