<?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 C# City</title>
	<atom:link href="http://www.csharpcity.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharpcity.com</link>
	<description>C# Articles, Tutorials, and Reusable Code</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:24:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on WPF Gotcha: Mouse* Event With a Backgroundless StackPanel by Ashiq Alibhai, PMP</title>
		<link>http://www.csharpcity.com/wpf-gotcha-mouse-event-with-a-backgroundless-stackpanel/comment-page-1/#comment-3157</link>
		<dc:creator>Ashiq Alibhai, PMP</dc:creator>
		<pubDate>Thu, 02 Feb 2012 16:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharpcity.com/?p=291#comment-3157</guid>
		<description>Glad it helped you guys out. I spent a long time pulling my hair out before discovering this (deceivingly) simple solution :)</description>
		<content:encoded><![CDATA[<p>Glad it helped you guys out. I spent a long time pulling my hair out before discovering this (deceivingly) simple solution <img src='http://www.csharpcity.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF Gotcha: Mouse* Event With a Backgroundless StackPanel by Timo Paschke</title>
		<link>http://www.csharpcity.com/wpf-gotcha-mouse-event-with-a-backgroundless-stackpanel/comment-page-1/#comment-3154</link>
		<dc:creator>Timo Paschke</dc:creator>
		<pubDate>Thu, 02 Feb 2012 11:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharpcity.com/?p=291#comment-3154</guid>
		<description>Thank you very much - I searched for a long time for a reason for this creepy behaviour.
You saved me a lot of time!</description>
		<content:encoded><![CDATA[<p>Thank you very much &#8211; I searched for a long time for a reason for this creepy behaviour.<br />
You saved me a lot of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving a SQL Server Database with Encrypted Content: SMK, DMK, and You by Edward</title>
		<link>http://www.csharpcity.com/moving-a-sql-server-database-with-encrypted-content-smk-dmk-and-you/comment-page-1/#comment-2893</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Wed, 14 Dec 2011 19:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharpcity.com/?p=301#comment-2893</guid>
		<description>I read somewhere, msdn I think that all that is necessary is to restore the database from backup then open the master key and resync it with the Service Master key.  No other changes required.</description>
		<content:encoded><![CDATA[<p>I read somewhere, msdn I think that all that is necessary is to restore the database from backup then open the master key and resync it with the Service Master key.  No other changes required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF Gotcha: Mouse* Event With a Backgroundless StackPanel by TMox</title>
		<link>http://www.csharpcity.com/wpf-gotcha-mouse-event-with-a-backgroundless-stackpanel/comment-page-1/#comment-2889</link>
		<dc:creator>TMox</dc:creator>
		<pubDate>Tue, 13 Dec 2011 19:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharpcity.com/?p=291#comment-2889</guid>
		<description>Thank you.</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A* Path Finding Library by Marc Dumoulin</title>
		<link>http://www.csharpcity.com/reusable-code/a-path-finding-library/comment-page-1/#comment-2849</link>
		<dc:creator>Marc Dumoulin</dc:creator>
		<pubDate>Sat, 03 Dec 2011 02:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharpcity.com/?page_id=136#comment-2849</guid>
		<description>I really like this library, good job!

Only thing i noticed is, when i use a grid of 128x64, 64x32, or pretty much whenever the width and height is different (the grid is rather complex -- think of a maze), sometimes it gives me an OutOfMemoryException. And &quot;Sometimes&quot; becomes &quot;All the time&quot; when it&#039;s called a few times per second. :S

So for now, i&#039;m using a square grid of 128x128, works fine, but i&#039;m puzzled.</description>
		<content:encoded><![CDATA[<p>I really like this library, good job!</p>
<p>Only thing i noticed is, when i use a grid of 128&#215;64, 64&#215;32, or pretty much whenever the width and height is different (the grid is rather complex &#8212; think of a maze), sometimes it gives me an OutOfMemoryException. And &#8220;Sometimes&#8221; becomes &#8220;All the time&#8221; when it&#8217;s called a few times per second. :S</p>
<p>So for now, i&#8217;m using a square grid of 128&#215;128, works fine, but i&#8217;m puzzled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UserControl/Page Navigation Architecture in WPF by Jon</title>
		<link>http://www.csharpcity.com/usercontrolpage-navigation-architecture-in-wpf/comment-page-1/#comment-2763</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 10 Nov 2011 09:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharpcity.com/?p=240#comment-2763</guid>
		<description>Just what I was trying to do, but I was not sure if it was a good decision. Now it looks like it is ;) Thanks!</description>
		<content:encoded><![CDATA[<p>Just what I was trying to do, but I was not sure if it was a good decision. Now it looks like it is <img src='http://www.csharpcity.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite + ADO.NET + C# 4.0 by Jerzy Piechowiak</title>
		<link>http://www.csharpcity.com/sqlite-ado-net-c-4-0/comment-page-1/#comment-2720</link>
		<dc:creator>Jerzy Piechowiak</dc:creator>
		<pubDate>Tue, 01 Nov 2011 18:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharpcity.com/?p=59#comment-2720</guid>
		<description>Very useful. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Very useful. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Persistent Storage by Ashiq Alibhai, PMP</title>
		<link>http://www.csharpcity.com/reusable-code/persistent-storage/comment-page-1/#comment-2713</link>
		<dc:creator>Ashiq Alibhai, PMP</dc:creator>
		<pubDate>Mon, 31 Oct 2011 19:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharpcity.com/?page_id=124#comment-2713</guid>
		<description>@Pierre thanks for the recommendations. This is indeed a first-cut implementation (I&#039;ve never even used &lt;code&gt;Clear()&lt;/code&gt; in my own code). I will put these things on my list of todos :)</description>
		<content:encoded><![CDATA[<p>@Pierre thanks for the recommendations. This is indeed a first-cut implementation (I&#8217;ve never even used <code>Clear()</code> in my own code). I will put these things on my list of todos <img src='http://www.csharpcity.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Persistent Storage by Pierre</title>
		<link>http://www.csharpcity.com/reusable-code/persistent-storage/comment-page-1/#comment-2711</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Sun, 30 Oct 2011 20:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharpcity.com/?page_id=124#comment-2711</guid>
		<description>I would recommend you reinitialize the IsolatedStorageFile isf object after calling Clear().  Because otherwise, you can no longer store new elements.

public void Clear()
{          
  isf.Remove();
  isf = IsolatedStorageFile.GetUserStoreForApplication();
}

Also adding a &#039;Contains&#039; method would be beneficial, although definitely not mandatory.</description>
		<content:encoded><![CDATA[<p>I would recommend you reinitialize the IsolatedStorageFile isf object after calling Clear().  Because otherwise, you can no longer store new elements.</p>
<p>public void Clear()<br />
{<br />
  isf.Remove();<br />
  isf = IsolatedStorageFile.GetUserStoreForApplication();<br />
}</p>
<p>Also adding a &#8216;Contains&#8217; method would be beneficial, although definitely not mandatory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding and Solving Named Pipes Provider Error: 40 by Understanding and Solving Named Pipes Provider Error: 40 : C# City &#124; NW Web Design</title>
		<link>http://www.csharpcity.com/understanding-and-solving-named-pipes-provider-error-40/comment-page-1/#comment-2682</link>
		<dc:creator>Understanding and Solving Named Pipes Provider Error: 40 : C# City &#124; NW Web Design</dc:creator>
		<pubDate>Tue, 18 Oct 2011 22:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharpcity.com/?p=297#comment-2682</guid>
		<description>[...] Understanding and Solving Named Pipes Provider Error: 40 : C# City. Share this:ShareFacebookEmailDigg   This entry was posted in SQL and tagged SQL by Greg. Bookmark the permalink. [...]</description>
		<content:encoded><![CDATA[<p>[...] Understanding and Solving Named Pipes Provider Error: 40 : C# City. Share this:ShareFacebookEmailDigg   This entry was posted in SQL and tagged SQL by Greg. Bookmark the permalink. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

