<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://scrum.codebetter.com/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>David Hayden [MVP C#] - All Comments</title><link>http://scrum.codebetter.com/blogs/david.hayden/default.aspx</link><description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.NET Tutorials, Patterns, and Practices</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>re: Visual Studio 2008 SP1 "Background Compiling" for C#</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/13/visual-studio-2008-sp1-quot-background-compiling-quot-for-c.aspx#178197</link><pubDate>Wed, 14 May 2008 12:56:15 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:178197</guid><dc:creator>David Hayden</dc:creator><description>&lt;p&gt;Chris,&lt;/p&gt;
&lt;p&gt;It is hard to believe, I know :) There are a number of other tools that do not provide &amp;quot;background compiling&amp;quot; or code analysis ( mainly just code highlighting, various macros, etc. ) that a lot of people use and will benefit from this new feature for C# I suspect.&lt;/p&gt;
&lt;p&gt;Personally, I probably won't use it.&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=178197" width="1" height="1"&gt;</description></item><item><title>sql parameterized view</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/02/19/linq-to-sql-and-stored-procedures-visual-studio-2008-and-repository-factory.aspx#178187</link><pubDate>Wed, 14 May 2008 03:55:14 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:178187</guid><dc:creator>sql parameterized view</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;sql parameterized view&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=178187" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio 2008 SP1 "Background Compiling" for C#</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/13/visual-studio-2008-sp1-quot-background-compiling-quot-for-c.aspx#178176</link><pubDate>Tue, 13 May 2008 22:34:38 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:178176</guid><dc:creator>Chris Holmes</dc:creator><description>&lt;p&gt;&amp;quot;...this is much needed functionality for those developers who are not using ReSharper or another tool that provides similar code analysis in the background.&amp;quot;&lt;/p&gt;
&lt;p&gt;Do those developers really exist? &lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=178176" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio 2008 SP1 "Background Compiling" for C#</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/13/visual-studio-2008-sp1-quot-background-compiling-quot-for-c.aspx#178173</link><pubDate>Tue, 13 May 2008 20:57:08 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:178173</guid><dc:creator>David Hayden</dc:creator><description>&lt;p&gt;Neil,&lt;/p&gt;
&lt;p&gt;In the options for the C# editor there are a couple of options that you can turn on and off:&lt;/p&gt;
&lt;p&gt;- Underline errors in the editor.&lt;/p&gt;
&lt;p&gt;- Show live semantic errors.&lt;/p&gt;
&lt;p&gt;It sounds like you have the option to not use this feature if you find it causes you performance problems or is not visually appealing.&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=178173" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio 2008 SP1 "Background Compiling" for C#</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/13/visual-studio-2008-sp1-quot-background-compiling-quot-for-c.aspx#178172</link><pubDate>Tue, 13 May 2008 20:51:19 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:178172</guid><dc:creator>David Hayden</dc:creator><description>&lt;p&gt;I am not sure.&lt;/p&gt;
&lt;p&gt;I suspect Visual Studio 2008 SP1 is just doing a &amp;quot;compile&amp;quot; in the background and displaying compiler related errors. As you know, ReSharper goes well beyond compiler errors and gives you warnings and code suggestions that would not be picked up by the compiler.&lt;/p&gt;
&lt;p&gt;My favorite example of this is ReSharper's notification icon ( warning ) for an infinite loop in the code :)&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=178172" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio 2008 SP1 "Background Compiling" for C#</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/13/visual-studio-2008-sp1-quot-background-compiling-quot-for-c.aspx#178170</link><pubDate>Tue, 13 May 2008 20:12:15 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:178170</guid><dc:creator>Derik Whittaker</dc:creator><description>&lt;p&gt;So how does this really differ from what R# gives you besides the fact that it is built in?&lt;/p&gt;
&lt;p&gt;Also, wonder how it plays with R#&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=178170" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio 2008 SP1 "Background Compiling" for C#</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/13/visual-studio-2008-sp1-quot-background-compiling-quot-for-c.aspx#178168</link><pubDate>Tue, 13 May 2008 19:20:13 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:178168</guid><dc:creator>Neil</dc:creator><description>&lt;p&gt;I haven&amp;#39;t used this yet, but I really hope that it is not as much of a pain as the equivalent functionality that VB.NET provides. It may be my machine is not zippy enough, but for me in VB it turns coding into a slow and painful experience as after typing keywords your flow of typing is interrupted by VS checking what you have typed.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve always enjoyed that this did not happen with C#, especially as such mistakes are quite rare, and sometimes intentional (if you haven&amp;#39;t added the method declaration yet but are about - such as when writing a unit test).&lt;/p&gt;
&lt;p&gt;Also will the bottom-left or bottom-right underscores that offer to add using statements, or to implement methods now be obscured by the squiggles? I hope not.&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=178168" width="1" height="1"&gt;</description></item><item><title>re: MacBook Pro, iWork, Expression Studio 2 and other Rumblings...</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/05/macbook-pro-iwork-expression-studio-2-and-other-rumblings.aspx#178119</link><pubDate>Mon, 12 May 2008 20:29:49 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:178119</guid><dc:creator>David Hayden</dc:creator><description>&lt;p&gt;Mario,&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t personally tried Vista with Fusion so I cannot say much about it. I can say that XP works wonderfully. And there you have the beauty of the Mac - if you choose not to run XP or Vista in Fusion you can still wipe the Mac clean and have a really fast PC to run Vista on. I am happy with XP and Fusion while running some really cool Mac apps, so I plan to stay here for now.&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=178119" width="1" height="1"&gt;</description></item><item><title>re: MacBook Pro, iWork, Expression Studio 2 and other Rumblings...</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/05/macbook-pro-iwork-expression-studio-2-and-other-rumblings.aspx#178118</link><pubDate>Mon, 12 May 2008 20:25:29 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:178118</guid><dc:creator>David Hayden</dc:creator><description>&lt;p&gt;Jeff,&lt;/p&gt;
&lt;p&gt;Very cool that you are using those mac applications as I have been using them myself.&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=178118" width="1" height="1"&gt;</description></item><item><title>re: MacBook Pro, iWork, Expression Studio 2 and other Rumblings...</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/05/macbook-pro-iwork-expression-studio-2-and-other-rumblings.aspx#178117</link><pubDate>Mon, 12 May 2008 20:17:27 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:178117</guid><dc:creator>JoeH</dc:creator><description>&lt;p&gt;damn. &amp;nbsp;i&amp;#39;m glad we got visual studio so you&amp;#39;re using at least one of our products.&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=178117" width="1" height="1"&gt;</description></item><item><title>sell my house fast</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2006/06/16/146512.aspx#177989</link><pubDate>Fri, 09 May 2008 23:31:23 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:177989</guid><dc:creator>sell my house fast</dc:creator><description>&lt;p&gt;The alternative is to modify the wall frame to suit the new window. This is a bit fiddleier, but your builder should know what to do. It would involve relocating a stud to one side of the opening, ensuring the window lintel is long enough and big enough&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=177989" width="1" height="1"&gt;</description></item><item><title>Dew Drop - May 9, 2008 | Alvin Ashcraft's Morning Dew</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/08/book-review-c-in-depth.aspx#177954</link><pubDate>Fri, 09 May 2008 12:54:50 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:177954</guid><dc:creator>Dew Drop - May 9, 2008 | Alvin Ashcraft's Morning Dew</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Dew Drop - May 9, 2008 | Alvin Ashcraft's Morning Dew&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=177954" width="1" height="1"&gt;</description></item><item><title>re: MacBook Pro, iWork, Expression Studio 2 and other Rumblings...</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/05/macbook-pro-iwork-expression-studio-2-and-other-rumblings.aspx#177931</link><pubDate>Fri, 09 May 2008 04:58:18 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:177931</guid><dc:creator>mario</dc:creator><description>&lt;p&gt;I tried to use OSX and VMWare Fusion on my MacBook Pro for several months and I finally gave up. There is a noticeable speed difference when running Visual Studio 2008 in Vista x64 than in Fusion. The rest of my apps, like Office, work fine in Fusion. &amp;nbsp;There are too many quirks I cannot get used to in OSX, app insonsistencies (install/uninstall for example), menu bar on one screen when using dual displays, windows not resizeable on all borders, horrible mouse acceleration. The last straw was the OSX update which made my system crawl ... I cleanly wiped OSX out and now just &amp;nbsp;run Vista x64 SP1 with VMWare Workstation to run Server 2003 images. I&amp;#39;m a happy camper again.&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=177931" width="1" height="1"&gt;</description></item><item><title>re: MacBook Pro, iWork, Expression Studio 2 and other Rumblings...</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/05/macbook-pro-iwork-expression-studio-2-and-other-rumblings.aspx#177797</link><pubDate>Wed, 07 May 2008 12:53:56 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:177797</guid><dc:creator>AC [MVP MOSS]</dc:creator><description>&lt;p&gt;This might interest you as well:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://feeds.feedburner.com/~r/Harbar/~3/284310411/Triple-Boot-MacBook-Pro.aspx"&gt;feeds.feedburner.com/.../Triple-Boot-MacBook-Pro.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=177797" width="1" height="1"&gt;</description></item><item><title>re: MacBook Pro, iWork, Expression Studio 2 and other Rumblings...</title><link>http://scrum.codebetter.com/blogs/david.hayden/archive/2008/05/05/macbook-pro-iwork-expression-studio-2-and-other-rumblings.aspx#177758</link><pubDate>Wed, 07 May 2008 00:10:42 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:177758</guid><dc:creator>jlynch</dc:creator><description>&lt;p&gt;David,&lt;/p&gt;
&lt;p&gt;Wow. I'm in the middle of doing exactly the same thing (Macbook, Coda &amp;amp; CSSEdit) and am beginning development of an iPhone app using xCode in OS X.&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;
&lt;img src="http://scrum.codebetter.com/aggbug.aspx?PostID=177758" width="1" height="1"&gt;</description></item></channel></rss>