<?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 Brent Says...</title>
	<atom:link href="http://brentedwards.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://brentedwards.net</link>
	<description>Technical discussions with Brent Edwards</description>
	<lastBuildDate>Thu, 29 Mar 2012 21:18:20 +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 Dynamic WHERE Clause with SQL Server Stored Procedure by Igor</title>
		<link>http://brentedwards.net/2009/01/05/dynamic-where-clause-with-sql-server-stored-procedure/#comment-2007</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Thu, 29 Mar 2012 21:18:20 +0000</pubDate>
		<guid isPermaLink="false">/post/Dynamic-WHERE-Clause-with-SQL-Server-Stored-Procedure.aspx#comment-2007</guid>
		<description>Thanks man, helped me me as well.</description>
		<content:encoded><![CDATA[<p>Thanks man, helped me me as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Roll Your Own Simple Message Bus / Event Aggregator by Brent Edwards</title>
		<link>http://brentedwards.net/2010/04/13/roll-your-own-simple-message-bus-event-aggregator/#comment-1998</link>
		<dc:creator>Brent Edwards</dc:creator>
		<pubDate>Tue, 14 Feb 2012 04:05:06 +0000</pubDate>
		<guid isPermaLink="false">/post/Roll-Your-Own-Simple-Message-Bus-Event-Aggregator.aspx#comment-1998</guid>
		<description>Shaun, this implementation is a simple one and is not thread-safe. If that is a requirement, you could easily make it thread-safe by using locks.</description>
		<content:encoded><![CDATA[<p>Shaun, this implementation is a simple one and is not thread-safe. If that is a requirement, you could easily make it thread-safe by using locks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Roll Your Own Simple Message Bus / Event Aggregator by Shaun</title>
		<link>http://brentedwards.net/2010/04/13/roll-your-own-simple-message-bus-event-aggregator/#comment-1997</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Mon, 13 Feb 2012 21:38:18 +0000</pubDate>
		<guid isPermaLink="false">/post/Roll-Your-Own-Simple-Message-Bus-Event-Aggregator.aspx#comment-1997</guid>
		<description>Brent, is this thread safe?  What if something subscribes while the foreach is executed within the publish?

Thanks,
Shaun</description>
		<content:encoded><![CDATA[<p>Brent, is this thread safe?  What if something subscribes while the foreach is executed within the publish?</p>
<p>Thanks,<br />
Shaun</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Dirty with Windows Phone 7 Presentation Materials by Getting Dirty with Android &#124; Android Applications</title>
		<link>http://brentedwards.net/2011/03/05/getting-dirty-with-windows-phone-7-presentation-materials/#comment-1935</link>
		<dc:creator>Getting Dirty with Android &#124; Android Applications</dc:creator>
		<pubDate>Mon, 17 Oct 2011 02:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://brentedwards.net/?p=146#comment-1935</guid>
		<description>[...] Minneapolis, United States Mouse here for Android LinksBrent Says&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Minneapolis, United States Mouse here for Android LinksBrent Says&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Roll Your Own Simple Message Bus / Event Aggregator by Simon</title>
		<link>http://brentedwards.net/2010/04/13/roll-your-own-simple-message-bus-event-aggregator/#comment-1931</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 16 Oct 2011 03:55:56 +0000</pubDate>
		<guid isPermaLink="false">/post/Roll-Your-Own-Simple-Message-Bus-Event-Aggregator.aspx#comment-1931</guid>
		<description>..seems the diamond brackets disappear in the blog formatting. ? Though great article to show this in a simple way so my novice brain could finally grasp it. :)</description>
		<content:encoded><![CDATA[<p>..seems the diamond brackets disappear in the blog formatting. ? Though great article to show this in a simple way so my novice brain could finally grasp it. <img src='http://brentedwards.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Roll Your Own Simple Message Bus / Event Aggregator by Brent Edwards</title>
		<link>http://brentedwards.net/2010/04/13/roll-your-own-simple-message-bus-event-aggregator/#comment-1876</link>
		<dc:creator>Brent Edwards</dc:creator>
		<pubDate>Fri, 03 Jun 2011 03:08:42 +0000</pubDate>
		<guid isPermaLink="false">/post/Roll-Your-Own-Simple-Message-Bus-Event-Aggregator.aspx#comment-1876</guid>
		<description>@InterestedParty Yep. You definitely need all the messages published through the same instance. Whether you make it a singleton or have your inversion of control container keep it as a singleton (as I like to do), the important thing is that the same instance is used everywhere.</description>
		<content:encoded><![CDATA[<p>@InterestedParty Yep. You definitely need all the messages published through the same instance. Whether you make it a singleton or have your inversion of control container keep it as a singleton (as I like to do), the important thing is that the same instance is used everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Roll Your Own Simple Message Bus / Event Aggregator by InterestedParty</title>
		<link>http://brentedwards.net/2010/04/13/roll-your-own-simple-message-bus-event-aggregator/#comment-1875</link>
		<dc:creator>InterestedParty</dc:creator>
		<pubDate>Thu, 02 Jun 2011 21:57:14 +0000</pubDate>
		<guid isPermaLink="false">/post/Roll-Your-Own-Simple-Message-Bus-Event-Aggregator.aspx#comment-1875</guid>
		<description>Doesn&#039;t the MessageBus need to implement the Singleton pattern so that every class that subscribes or publishes can be assured of using the same MessageBus?</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t the MessageBus need to implement the Singleton pattern so that every class that subscribes or publishes can be assured of using the same MessageBus?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Dirty with Windows Phone 7 Presentation Materials by WP7 Development opportunities &#124; Saint Cloud .Net User Group</title>
		<link>http://brentedwards.net/2011/03/05/getting-dirty-with-windows-phone-7-presentation-materials/#comment-1812</link>
		<dc:creator>WP7 Development opportunities &#124; Saint Cloud .Net User Group</dc:creator>
		<pubDate>Tue, 15 Mar 2011 10:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://brentedwards.net/?p=146#comment-1812</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic WHERE Clause with SQL Server Stored Procedure by Paul</title>
		<link>http://brentedwards.net/2009/01/05/dynamic-where-clause-with-sql-server-stored-procedure/#comment-1811</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 14 Mar 2011 10:56:16 +0000</pubDate>
		<guid isPermaLink="false">/post/Dynamic-WHERE-Clause-with-SQL-Server-Stored-Procedure.aspx#comment-1811</guid>
		<description>Hello,

This is not an ideal solution as I have found out.
It causes problem when working with large amounts of data.

The reason is SQL Server may evaluate BOTH sides of the OR clause causing a hit on performance (view your execution plan).

A much better way would be to use:

T.CategoryID = ISNULL(@CategoryID,T.CategoryID)

Ensure good database design that does not allow T.CategoryID to be null and you&#039;re all set.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>This is not an ideal solution as I have found out.<br />
It causes problem when working with large amounts of data.</p>
<p>The reason is SQL Server may evaluate BOTH sides of the OR clause causing a hit on performance (view your execution plan).</p>
<p>A much better way would be to use:</p>
<p>T.CategoryID = ISNULL(@CategoryID,T.CategoryID)</p>
<p>Ensure good database design that does not allow T.CategoryID to be null and you&#8217;re all set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVVM Fabric: Using TriggerAction by Brent Edwards</title>
		<link>http://brentedwards.net/2010/12/23/mvvm-fabric-using-triggeraction/#comment-1801</link>
		<dc:creator>Brent Edwards</dc:creator>
		<pubDate>Mon, 28 Feb 2011 16:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://brentedwards.net/?p=131#comment-1801</guid>
		<description>@Swiss,  what I would do is put the TriggerAction in the DataTemplate along with the button and bind to it either using ElementName or RelativeSource.</description>
		<content:encoded><![CDATA[<p>@Swiss,  what I would do is put the TriggerAction in the DataTemplate along with the button and bind to it either using ElementName or RelativeSource.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

