<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://jeffbarnes.net/portal/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jeff W. Barnes - All Comments</title><link>http://jeffbarnes.net/portal/blogs/jeff_barnes/default.aspx</link><description>Ramblings on C#, WCF, and random .NET</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Multi-Threading, Silverlight Sockets &amp;amp; Visualisation Part 3 &amp;laquo; Fluent.Interface</title><link>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2007/09/13/wcf-3-5-hosting-services-for-webget.aspx#4214</link><pubDate>Tue, 03 Jun 2008 17:20:23 GMT</pubDate><guid isPermaLink="false">1c3582eb-33a3-4e3c-8015-155fa6fb45bf:4214</guid><dc:creator>Multi-Threading, Silverlight Sockets &amp; Visualisation Part 3 « Fluent.Interface</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Multi-Threading, Silverlight Sockets &amp;amp;amp; Visualisation Part 3 &amp;amp;laquo; Fluent.Interface&lt;/p&gt;
&lt;img src="http://jeffbarnes.net/portal/aggbug.aspx?PostID=4214" width="1" height="1"&gt;</description></item><item><title>re: Dell XPS M1530 - Finally Loaded and Ready</title><link>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2008/03/12/dell-xps-m1530-finally-loaded-and-ready.aspx#4212</link><pubDate>Fri, 09 May 2008 01:11:39 GMT</pubDate><guid isPermaLink="false">1c3582eb-33a3-4e3c-8015-155fa6fb45bf:4212</guid><dc:creator>jeff.barnes</dc:creator><description>&lt;p&gt;I was referring to my old machine, NOT the new laptop. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;The hardware in my old desktop is older, and it does not have any support for 64-bit. &amp;nbsp;Since Windows Server 2008 is 64-bit only, I opted to load Windows Server 2003 on it.&lt;/p&gt;
&lt;img src="http://jeffbarnes.net/portal/aggbug.aspx?PostID=4212" width="1" height="1"&gt;</description></item><item><title>re: Dell XPS M1530 - Finally Loaded and Ready</title><link>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2008/03/12/dell-xps-m1530-finally-loaded-and-ready.aspx#4210</link><pubDate>Wed, 07 May 2008 09:38:52 GMT</pubDate><guid isPermaLink="false">1c3582eb-33a3-4e3c-8015-155fa6fb45bf:4210</guid><dc:creator>Kevin</dc:creator><description>&lt;p&gt;How do you mean its not 64bit compatible, you have switched the virtualisation option on in the bios havent you ?&lt;/p&gt;
&lt;img src="http://jeffbarnes.net/portal/aggbug.aspx?PostID=4210" width="1" height="1"&gt;</description></item><item><title>re: To StringBuilder Or Not To StringBuilder</title><link>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2008/03/18/to-stringbuilder-or-not-to-stringbuilder.aspx#4208</link><pubDate>Tue, 15 Apr 2008 20:30:01 GMT</pubDate><guid isPermaLink="false">1c3582eb-33a3-4e3c-8015-155fa6fb45bf:4208</guid><dc:creator>jeff.barnes</dc:creator><description>&lt;p&gt;Whether it is more readable is a question of semantics. &amp;nbsp;Regardless, I agree with you on the principle that StringBuilder would be unnecessary overhead in this situation.&lt;/p&gt;
&lt;img src="http://jeffbarnes.net/portal/aggbug.aspx?PostID=4208" width="1" height="1"&gt;</description></item><item><title>re: To StringBuilder Or Not To StringBuilder</title><link>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2008/03/18/to-stringbuilder-or-not-to-stringbuilder.aspx#4205</link><pubDate>Mon, 14 Apr 2008 21:01:37 GMT</pubDate><guid isPermaLink="false">1c3582eb-33a3-4e3c-8015-155fa6fb45bf:4205</guid><dc:creator>Eduardo Xavier</dc:creator><description>&lt;p&gt;I wouldn&amp;#39;t use neither ways..&lt;/p&gt;
&lt;p&gt;The code below is more readable than the first and has the same effects when translated to IL.&lt;/p&gt;
&lt;p&gt;return @&amp;quot;SELECT &lt;/p&gt;
&lt;p&gt;		T1.Field1, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;		T1.Field2,&lt;/p&gt;
&lt;p&gt;		T1.Field3,&lt;/p&gt;
&lt;p&gt;		T2.Field4&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FROM Table1 T1&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INNER JOIN Table2 T2 &lt;/p&gt;
&lt;p&gt;		ON T1.Field1 = T2.Field1&amp;quot;;&lt;/p&gt;
&lt;p&gt;I also did some research and stringbuilder is no longer the best way to work.&lt;/p&gt;
&lt;p&gt;You may want to perform some testing. So try this:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.codeproject.com/KB/cs/StringBuilder_vs_String.aspx"&gt;www.codeproject.com/.../StringBuilder_vs_String.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s nice anyway...&lt;/p&gt;
&lt;img src="http://jeffbarnes.net/portal/aggbug.aspx?PostID=4205" width="1" height="1"&gt;</description></item><item><title>Service Oriented X Object Oriented Programming &amp;laquo; Here Comes Another Bubble</title><link>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2006/09/20/Overloading-Methods-in-WCF.aspx#4203</link><pubDate>Thu, 10 Apr 2008 09:16:43 GMT</pubDate><guid isPermaLink="false">1c3582eb-33a3-4e3c-8015-155fa6fb45bf:4203</guid><dc:creator>Service Oriented X Object Oriented Programming « Here Comes Another Bubble</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Service Oriented X Object Oriented Programming &amp;amp;laquo; Here Comes Another Bubble&lt;/p&gt;
&lt;img src="http://jeffbarnes.net/portal/aggbug.aspx?PostID=4203" width="1" height="1"&gt;</description></item><item><title>Just in case someone is using type for locking</title><link>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2008/02/07/don-t-use-types-for-locking.aspx#4200</link><pubDate>Mon, 07 Apr 2008 17:37:26 GMT</pubDate><guid isPermaLink="false">1c3582eb-33a3-4e3c-8015-155fa6fb45bf:4200</guid><dc:creator>ingig.net</dc:creator><description>&lt;p&gt;Just in case someone is using type for locking&lt;/p&gt;
&lt;img src="http://jeffbarnes.net/portal/aggbug.aspx?PostID=4200" width="1" height="1"&gt;</description></item><item><title>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2007/10/02/awarded-microsoft-mvp.aspx</title><link>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2007/10/02/awarded-microsoft-mvp.aspx#4198</link><pubDate>Fri, 28 Mar 2008 09:51:21 GMT</pubDate><guid isPermaLink="false">1c3582eb-33a3-4e3c-8015-155fa6fb45bf:4198</guid><dc:creator>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2007/10/02/awarded-microsoft-mvp.aspx</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2007/10/02/awarded-microsoft-mvp.aspx"&gt;jeffbarnes.net/.../awarded-microsoft-mvp.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://jeffbarnes.net/portal/aggbug.aspx?PostID=4198" width="1" height="1"&gt;</description></item><item><title>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2007/11/27/itac-lunch-and-learn-for-net-on-dec-4th.aspx</title><link>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2007/11/27/itac-lunch-and-learn-for-net-on-dec-4th.aspx#4165</link><pubDate>Wed, 26 Mar 2008 08:54:02 GMT</pubDate><guid isPermaLink="false">1c3582eb-33a3-4e3c-8015-155fa6fb45bf:4165</guid><dc:creator>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2007/11/27/itac-lunch-and-learn-for-net-on-dec-4th.aspx</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2007/11/27/itac-lunch-and-learn-for-net-on-dec-4th.aspx"&gt;jeffbarnes.net/.../itac-lunch-and-learn-for-net-on-dec-4th.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://jeffbarnes.net/portal/aggbug.aspx?PostID=4165" width="1" height="1"&gt;</description></item><item><title>re: To StringBuilder Or Not To StringBuilder</title><link>http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2008/03/18/to-stringbuilder-or-not-to-stringbuilder.aspx#4152</link><pubDate>Wed, 19 Mar 2008 21:19:42 GMT</pubDate><guid isPermaLink="false">1c3582eb-33a3-4e3c-8015-155fa6fb45bf:4152</guid><dc:creator>Aaron from OOP class</dc:creator><description>&lt;p&gt;Very interesting! &amp;nbsp;Resembles our recent topic we had a little.&lt;/p&gt;
&lt;img src="http://jeffbarnes.net/portal/aggbug.aspx?PostID=4152" width="1" height="1"&gt;</description></item></channel></rss>