<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://thomasfreudenberg.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>Thomas Freudenberg : Whidbey</title><link>http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx</link><description>Tags: Whidbey</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Visual Studio 2005 Service Pack 1 Update for Windows Vista</title><link>http://thomasfreudenberg.com/blog/archive/2007/03/07/visual-studio-2005-service-pack-1-update-for-windows-vista.aspx</link><pubDate>Wed, 07 Mar 2007 03:56:00 GMT</pubDate><guid isPermaLink="false">483d7ed9-aa38-4432-af18-89f61e4445bf:23803</guid><dc:creator>Thomas Freudenberg</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/rsscomments.aspx?PostID=23803</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/commentapi.aspx?PostID=23803</wfw:comment><comments>http://thomasfreudenberg.com/blog/archive/2007/03/07/visual-studio-2005-service-pack-1-update-for-windows-vista.aspx#comments</comments><description>&lt;p&gt;It's finally there, my dear Vista developers:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=90E2942D-3AD1-4873-A2EE-4ACC0AACE5B6&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=90E2942D-3AD1-4873-A2EE-4ACC0AACE5B6&amp;amp;displaylang=en"&gt;Download Visual Studio 2005 Service Pack 1 Update for Windows Vista&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=929470" mce_href="http://support.microsoft.com/default.aspx?scid=929470"&gt;Visual Studio 2005 Service Pack 1 Update for Windows Vista Release Notes&lt;/a&gt; 
&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://thomasfreudenberg.com/aggbug.aspx?PostID=23803" width="1" height="1"&gt;</description><category domain="http://thomasfreudenberg.com/blog/archive/tags/Development/default.aspx">Development</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Windows+Vista/default.aspx">Windows Vista</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx">Whidbey</category></item><item><title>VC Build included in Visual Studio 2005 Beta 1</title><link>http://thomasfreudenberg.com/blog/archive/2004/07/09/VCBuild.aspx</link><pubDate>Fri, 09 Jul 2004 20:09:00 GMT</pubDate><guid isPermaLink="false">483d7ed9-aa38-4432-af18-89f61e4445bf:421</guid><dc:creator>Thomas Freudenberg</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/rsscomments.aspx?PostID=421</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/commentapi.aspx?PostID=421</wfw:comment><comments>http://thomasfreudenberg.com/blog/archive/2004/07/09/VCBuild.aspx#comments</comments><description>&lt;P&gt;Several month ago, &lt;A href="http://weblogs.asp.net/peterhu/"&gt;Peter Huene&lt;/A&gt; introduced &lt;A href="http://weblogs.asp.net/peterhu/archive/2004/02/10/71133.aspx"&gt;VC Build&lt;/A&gt;, a command line tool to build C++ projects and solutions. For building our product, we have a huge batch file, which spawns devenv for every project. You have to know that devenv loads lots of DLLs and consumes much memory, even if you're just building a project from the command line. The number of our projects is triple-digit, so devenv is started more than a hundred times. The entire build of our software took on my machine 1 1/4 hours.&lt;/P&gt;
&lt;P&gt;Then I changed our build scripts to use VC Build instead of devenv. Now the build takes about 45 minutes, i.e. it's reduced to 60%!&lt;/P&gt;
&lt;P&gt;(First it didn't work properly, because VC Build didn't return an error code of the build failed. Peter &lt;A href="http://weblogs.asp.net/peterhu/archive/2004/03/25/96235.aspx"&gt;posted an update&lt;/A&gt; after I and someone else reported some bugs)&lt;/P&gt;
&lt;P&gt;Today I discovered that VC Build is not a nice tool hidden in the 'net anymore. Now it's part of Visual Studio 2005, at least part of Beta 1.&amp;nbsp;You can find it in &lt;EM&gt;&amp;lt;whidbey installation path&amp;gt;\VC\VCpackages\&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;(I planned to post about VC Build for long time, but I've forgotten. Funny incidence that today I found VC Build in Whidbey, and &lt;A href="http://weblogs.asp.net/nunitaddin/"&gt;Jamie "NUnitAddin" Cansdale&lt;/A&gt; &lt;A href="http://weblogs.asp.net/nunitaddin/archive/2004/07/09/178378.aspx"&gt;mentioned VC Build in his blog&lt;/A&gt;).&lt;/P&gt;&lt;img src="http://thomasfreudenberg.com/aggbug.aspx?PostID=421" width="1" height="1"&gt;</description><category domain="http://thomasfreudenberg.com/blog/archive/tags/Development/default.aspx">Development</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx">Whidbey</category></item><item><title>Visual Studio 2005 Beta 1... almost</title><link>http://thomasfreudenberg.com/blog/archive/2004/07/01/Visual-Studio-2005-Beta-1_2E002E002E00_-almost.aspx</link><pubDate>Thu, 01 Jul 2004 12:19:00 GMT</pubDate><guid isPermaLink="false">483d7ed9-aa38-4432-af18-89f61e4445bf:416</guid><dc:creator>Thomas Freudenberg</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/rsscomments.aspx?PostID=416</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/commentapi.aspx?PostID=416</wfw:comment><comments>http://thomasfreudenberg.com/blog/archive/2004/07/01/Visual-Studio-2005-Beta-1_2E002E002E00_-almost.aspx#comments</comments><description>		
&lt;p&gt;
&lt;a href="http://thomasfreudenberg.com/photos/images/12381/original.aspx"&gt;&lt;img src="http://thomasfreudenberg.com/photos/images/12381/452x375.aspx" border="0" alt="Downloading Visual Studio 2005 Beta 1" title="Downloading Visual Studio 2005 Beta 1" hspace="4" width="452" height="375" align="right" /&gt;&lt;/a&gt;After waiting for &lt;a href="http://thomasfreudenberg.com/blog/archive/2004/06/29/412.aspx"&gt;two days&lt;/a&gt;
that I can download Visual Studio 2005 Beta 1, it&amp;#39;s now available...
but what the heck? There&amp;#39;s no DVD image. Instead I have to download at
least 5 CD images (2x VS 2005 Enterprise Architect (1 GB), and 3x MSDN
Library for VS 2005 (1.8 GB)). Additionally you can download the Remote
Debugger (18 MB), Visio Tools (230 MB), and Amberpoint Express (tool
for monitoring, testing, debugging, diagnosing and fine-tuning Web
services, about 3 MB). Yes, there&amp;#39;s an ISO image abou 3 MB.&lt;/p&gt;
		
&lt;p&gt;I&amp;#39;d prefer to get a single DVD image. However, I started the download of all 8 images.&lt;/p&gt;
		&lt;strong&gt;Update 7/4/2004:&lt;/strong&gt; I&amp;#39;ve just noticed that there is now a DVD image of about 3.6 GB available.&lt;br /&gt;&lt;img src="http://thomasfreudenberg.com/aggbug.aspx?PostID=416" width="1" height="1"&gt;</description><category domain="http://thomasfreudenberg.com/blog/archive/tags/Development/default.aspx">Development</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx">Whidbey</category></item><item><title>Visual Studio 2005 Beta 1 and Internet File Select and Upload Dialog</title><link>http://thomasfreudenberg.com/blog/archive/2004/06/29/Visual-Studio-2005-Beta-1-and-Internet-File-Select-and-Upload-Dialog.aspx</link><pubDate>Tue, 29 Jun 2004 10:58:00 GMT</pubDate><guid isPermaLink="false">483d7ed9-aa38-4432-af18-89f61e4445bf:412</guid><dc:creator>Thomas Freudenberg</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/rsscomments.aspx?PostID=412</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/commentapi.aspx?PostID=412</wfw:comment><comments>http://thomasfreudenberg.com/blog/archive/2004/06/29/Visual-Studio-2005-Beta-1-and-Internet-File-Select-and-Upload-Dialog.aspx#comments</comments><description>
		&lt;p&gt;*Sigh* You may have already read that today (06/29/2004) Visual Studio Beta 1 &lt;em&gt;should&lt;/em&gt; be available to MSDN subscribers. I'm checking the &lt;a href="http://msdn.microsoft.com/subscriptions/resources/subdwnld.asp"&gt;Subscriber Downloads&lt;/a&gt;
pages now for several hours every now and then, but until now
(17:47, or 5:47 PM for my American readers) it's still not listed
there. I suppose it's not replicated yet to &lt;a href="http://www.akamai.com/"&gt;Akamai&lt;/a&gt;'s servers in Europe (or at least in Germany).&lt;/p&gt;
		&lt;p&gt;In the meanwhile, I recommend you to have a look at &lt;a href="http://www.lennybacon.com"&gt;Daniel Fisher&lt;/a&gt;'s &lt;a href="http://www.staticdust.net/shop/product.aspx?Product=63"&gt;Internet File Select and Upload Dialog&lt;/a&gt;. (&lt;a href="http://www.dotnetgerman.com/blogs/lennybacon/Trackback.aspx?guid=a0d92b86-7b08-424c-b89b-9e1f19dd9ee8"&gt;Announcement&lt;/a&gt;) It's an ASP.NET component for uploading files to your server with a rich GUI.&lt;/p&gt;
		&lt;p&gt;
				&lt;strong&gt;Update:&lt;/strong&gt; Daniel has added an &lt;a href="http://www.staticdust.net/samples/StaticDust.Web.UI.Controls.UploadDialog/"&gt;online demo&lt;/a&gt;.&lt;/p&gt;
		&lt;p&gt;
				&lt;strong&gt;Update 2:&lt;/strong&gt;
				&lt;a href="http://samgentile.com/"&gt;Sam Gentile&lt;/a&gt;
				&lt;a href="http://samgentile.com/blog/archive/2004/06/29/12027.aspx"&gt;wrote&lt;/a&gt;: &lt;em&gt;Visual Studio 2005 Beta 1 will be available in a few days to MSDN Subscribers.&lt;/em&gt; *sigh*&lt;/p&gt;&lt;img src="http://thomasfreudenberg.com/aggbug.aspx?PostID=412" width="1" height="1"&gt;</description><category domain="http://thomasfreudenberg.com/blog/archive/tags/Development/default.aspx">Development</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Software/default.aspx">Software</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx">Whidbey</category></item><item><title>Unit Testing in Visual Studio 2005</title><link>http://thomasfreudenberg.com/blog/archive/2004/06/14/Unit-Testing-in-Visual-Studio-2005.aspx</link><pubDate>Mon, 14 Jun 2004 14:45:00 GMT</pubDate><guid isPermaLink="false">483d7ed9-aa38-4432-af18-89f61e4445bf:409</guid><dc:creator>Thomas Freudenberg</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/rsscomments.aspx?PostID=409</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/commentapi.aspx?PostID=409</wfw:comment><comments>http://thomasfreudenberg.com/blog/archive/2004/06/14/Unit-Testing-in-Visual-Studio-2005.aspx#comments</comments><description>&lt;P&gt;&lt;A href="http://www.peterprovost.org/archive/2004/06/12/1379.aspx"&gt;Peter Provost wrote&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT:0px;"&gt;
&lt;P&gt;I want to start a blog petition. I want everyone who agrees with me to blog the following sentence:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT:0px;"&gt;
&lt;P&gt;&lt;STRONG&gt;Unit Testing support should be included with all versions of Visual Studio 2005 and not just with Team System.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please link or trackback to this post so I can keep track of how well this works.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P dir=ltr&gt;and I totally agree.&lt;/P&gt;
&lt;P dir=ltr&gt;If you agree too, make sure you comment or tarckback Peter's &lt;A href="http://www.peterprovost.org/archive/2004/06/12/1379.aspx"&gt;original post&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://thomasfreudenberg.com/aggbug.aspx?PostID=409" width="1" height="1"&gt;</description><category domain="http://thomasfreudenberg.com/blog/archive/tags/Development/default.aspx">Development</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx">Whidbey</category></item><item><title>Visual Studio 2005 Community Technology Preview May 2004</title><link>http://thomasfreudenberg.com/blog/archive/2004/05/27/VS2005CTPMay04.aspx</link><pubDate>Thu, 27 May 2004 14:59:00 GMT</pubDate><guid isPermaLink="false">483d7ed9-aa38-4432-af18-89f61e4445bf:403</guid><dc:creator>Thomas Freudenberg</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/rsscomments.aspx?PostID=403</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/commentapi.aspx?PostID=403</wfw:comment><comments>http://thomasfreudenberg.com/blog/archive/2004/05/27/VS2005CTPMay04.aspx#comments</comments><description>&lt;P&gt;Ooops. I didn't notice the release of Visual Studio 2005 Community Technology Preview May 2004 until I read &lt;A href="http://samgentile.com/blog/archive/2004/05/25/11573.aspx"&gt;Sam Gentile's posting&lt;/A&gt;:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT:0px;"&gt;
&lt;P&gt;I'm installing the &amp;#8220;May&amp;#8221; technical preview. With the new Burton tools, it installs to 2.3 GB!! Although it's listed as another &amp;#8220;technical preview&amp;#8221;, many parts of the product identify themselves as Beta 1 and it looks a lot more functional and polished.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Downloading...&lt;/P&gt;&lt;img src="http://thomasfreudenberg.com/aggbug.aspx?PostID=403" width="1" height="1"&gt;</description><category domain="http://thomasfreudenberg.com/blog/archive/tags/Development/default.aspx">Development</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx">Whidbey</category></item><item><title>What's new in Whidbey for VC++ IDE </title><link>http://thomasfreudenberg.com/blog/archive/2004/05/06/WhidbeyCppFeatures.aspx</link><pubDate>Thu, 06 May 2004 12:31:00 GMT</pubDate><guid isPermaLink="false">483d7ed9-aa38-4432-af18-89f61e4445bf:393</guid><dc:creator>Thomas Freudenberg</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/rsscomments.aspx?PostID=393</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/commentapi.aspx?PostID=393</wfw:comment><comments>http://thomasfreudenberg.com/blog/archive/2004/05/06/WhidbeyCppFeatures.aspx#comments</comments><description>&lt;P&gt;&lt;A href="http://weblogs.asp.net/peterhu/"&gt;Peter Huene&lt;/A&gt; has &lt;A href="http://weblogs.asp.net/peterhu/archive/2004/05/05/126767.aspx"&gt;compiled a list of new features&lt;/A&gt; in Whidbey related to C++.&lt;/P&gt;
&lt;P&gt;The two features I like most are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Multi-proc builds: if you have multiple processors in your machine, you can build your projects in parallel.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;This works through utilizing project dependencies.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;So projects that don&amp;#8217;t depend on one another (directly or indirectly) can build on different processors at the same time.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;This greatly reduces build times for large solutions that don&amp;#8217;t have a lot of linear dependencies.&lt;/LI&gt;
&lt;LI&gt;Custom build rules: unlike custom build steps, which operate on a per-file basis, custom build rules allow you to specify how to build files of a particular type.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;So when you add a file of a matching extension to the project, the project system automatically associates the build rule with the file.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Custom build rules are defined in XML files external to the project, so they can be applied to multiple projects easily.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The best part of custom build rules is their ability to integrate into the project property pages like any of the other &amp;#8220;built-in&amp;#8221; tools (like the C/C++ compiler, the linker, etc).&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;This means you can have friendly properties like &amp;#8220;Include Directories&amp;#8221; or &amp;#8220;Warning Level&amp;#8221; that gets translated into switches that appear on the command line.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The look and feel of the integration into the property pages is completely configurable (from what appears in the property grid to what help the user gets when they hit F1 on each property in the property grid).&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;I&amp;#8217;ll go into this in more depth in my next post.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The first is great, because we have many multi-processor machines here at my company.&lt;/P&gt;
&lt;P&gt;The second is even better. You know, we have developed our own programming language named &lt;EM&gt;E&lt;/EM&gt;, which is a derivate&amp;nbsp;of C. However, instead of &lt;EM&gt;classes&lt;/EM&gt; we have &lt;EM&gt;states&lt;/EM&gt;, i.e. each object is a state-machine. Having said that, in all our E-projects we have custom build steps&amp;nbsp; to call our compiler. With the new Custom Build Rules, we are now able&amp;nbsp;to configure&amp;nbsp;only once how&amp;nbsp;to handle the&amp;nbsp;&lt;EM&gt;*.e&lt;/EM&gt; files.&lt;/P&gt;&lt;img src="http://thomasfreudenberg.com/aggbug.aspx?PostID=393" width="1" height="1"&gt;</description><category domain="http://thomasfreudenberg.com/blog/archive/tags/Development/default.aspx">Development</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx">Whidbey</category></item><item><title>Yukon and Whidbey delayed to 2005</title><link>http://thomasfreudenberg.com/blog/archive/2004/03/11/Yukon-and-Whidbey-delayed-to-2005.aspx</link><pubDate>Thu, 11 Mar 2004 13:44:00 GMT</pubDate><guid isPermaLink="false">483d7ed9-aa38-4432-af18-89f61e4445bf:351</guid><dc:creator>Thomas Freudenberg</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/rsscomments.aspx?PostID=351</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/commentapi.aspx?PostID=351</wfw:comment><comments>http://thomasfreudenberg.com/blog/archive/2004/03/11/Yukon-and-Whidbey-delayed-to-2005.aspx#comments</comments><description>Microsoft has delayed the release of SQL Server 2005&amp;nbsp;(formerly known as Yukon) and Whidbey (VS.NET 2005?) to H1/2005. I hope we get same betas till then.&lt;img src="http://thomasfreudenberg.com/aggbug.aspx?PostID=351" width="1" height="1"&gt;</description><category domain="http://thomasfreudenberg.com/blog/archive/tags/Development/default.aspx">Development</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Software/default.aspx">Software</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx">Whidbey</category></item><item><title>VB.NET Refactoring With Whidbey</title><link>http://thomasfreudenberg.com/blog/archive/2003/11/17/VB.NET-Refactoring-With-Whidbey.aspx</link><pubDate>Mon, 17 Nov 2003 20:47:00 GMT</pubDate><guid isPermaLink="false">483d7ed9-aa38-4432-af18-89f61e4445bf:279</guid><dc:creator>Thomas Freudenberg</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/rsscomments.aspx?PostID=279</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/commentapi.aspx?PostID=279</wfw:comment><comments>http://thomasfreudenberg.com/blog/archive/2003/11/17/VB.NET-Refactoring-With-Whidbey.aspx#comments</comments><description>&lt;P&gt;&lt;A href="http://www16.brinkster.com/messydesk/db/refactvb.asp"&gt;Refactoring in VB.NET is somewhat different from C#...&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;[via &lt;/EM&gt;&lt;A href="http://weblogs.asp.net/dstone/posts/38007.aspx"&gt;&lt;EM&gt;David Stone&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;]&lt;/EM&gt;&lt;/P&gt;&lt;img src="http://thomasfreudenberg.com/aggbug.aspx?PostID=279" width="1" height="1"&gt;</description><category domain="http://thomasfreudenberg.com/blog/archive/tags/Development/default.aspx">Development</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx">Whidbey</category></item><item><title>Whidbey is soooo cool...</title><link>http://thomasfreudenberg.com/blog/archive/2003/11/17/Whidbey-is-soooo-cool_2E002E002E00_.aspx</link><pubDate>Mon, 17 Nov 2003 11:09:00 GMT</pubDate><guid isPermaLink="false">483d7ed9-aa38-4432-af18-89f61e4445bf:278</guid><dc:creator>Thomas Freudenberg</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/rsscomments.aspx?PostID=278</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/commentapi.aspx?PostID=278</wfw:comment><comments>http://thomasfreudenberg.com/blog/archive/2003/11/17/Whidbey-is-soooo-cool_2E002E002E00_.aspx#comments</comments><description>		
&lt;p&gt;... but I have to switch back to .NET 1.1 because of &lt;a href="http://staff.newtelligence.net/clemensv/PermaLink.aspx?guid=3fc6b7ee-e292-4fd0-aa22-c95aa2dba9fc"&gt;this &lt;strike&gt;bug&lt;/strike&gt; issue&lt;/a&gt;:&lt;br /&gt;
&lt;a href="http://thomasfreudenberg.com/photos/images/12371/original.aspx"&gt;&lt;img src="http://thomasfreudenberg.com/photos/images/12371/500x69.aspx" border="0" alt="VSCorePackage" width="500" height="69" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;
		
&lt;p&gt;I&amp;#39;ve already written about 2k lines, but this issue bars me from doing any UI development &lt;img src="http://thomasfreudenberg.com/images/emoticons/smiley_dead.gif" border="0" alt="Dead" /&gt; Additionally, I don&amp;#39;t want to wait another year before releasing this project.&lt;/p&gt;
		
&lt;p&gt;However, while porting back, I&amp;#39;ve noticed how much Whidbey will easen the developer&amp;#39;s life:&lt;/p&gt;
		
&lt;ul&gt;
				
&lt;li&gt;Anonymous delegates make your source code much clearer. 
&lt;/li&gt;
				
&lt;li&gt;Generics allow you do write more, well, generic code. 
&lt;/li&gt;
				
&lt;li&gt;
						
								&lt;font color="#0000ff"&gt;System.Xml.XmlTextWriter/Reader&lt;/font&gt;
						 2.0 implement &lt;font color="#0000ff"&gt;IDisposable&lt;/font&gt;.&lt;/li&gt;
		&lt;/ul&gt;
		
&lt;p&gt;.NET 1.1 is so... &lt;em&gt;yesterday&lt;/em&gt;.&lt;/p&gt;
		
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
		
&lt;p&gt;
				&lt;font color="#ff0000"&gt;Update:&lt;/font&gt; I&amp;#39;m missing the &lt;font color="#0000ff"&gt;System.Windows.Form.WebBrowser&lt;/font&gt; control, too.&lt;/p&gt;&lt;img src="http://thomasfreudenberg.com/aggbug.aspx?PostID=278" width="1" height="1"&gt;</description><category domain="http://thomasfreudenberg.com/blog/archive/tags/Development/default.aspx">Development</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx">Whidbey</category></item><item><title>[TLS321] Visual C# &amp;quot;Whidbey&amp;quot;: IDE Enhancement for the C# Developer</title><link>http://thomasfreudenberg.com/blog/archive/2003/10/28/250.aspx</link><pubDate>Tue, 28 Oct 2003 23:52:00 GMT</pubDate><guid isPermaLink="false">483d7ed9-aa38-4432-af18-89f61e4445bf:250</guid><dc:creator>Thomas Freudenberg</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/rsscomments.aspx?PostID=250</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/commentapi.aspx?PostID=250</wfw:comment><comments>http://thomasfreudenberg.com/blog/archive/2003/10/28/250.aspx#comments</comments><description>&lt;ul&gt;
&lt;li&gt;Nice new features in the IDE:&lt;/li&gt;
&lt;li&gt;Expansion, configurable via XML schema (e.g. automatic getter and setter for properties)&lt;/li&gt;
&lt;li&gt;Code formatting (customizable)&lt;/li&gt;
&lt;li&gt;Filter completion list (e.g. the list in &lt;em&gt;catch(&lt;/em&gt; contains exception classes only)&lt;/li&gt;
&lt;li&gt;Browse components (generates read-only source files, e.g. for &lt;em&gt;System.String&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;Find all references&lt;/li&gt;
&lt;li&gt;Refactoring (e.g. Rename, Extract method, etc)&lt;/li&gt;
&lt;li&gt;Watch window in debugger will use &lt;em&gt;.ToString()&lt;/em&gt; method&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;BTW, about 64% of the PDC attendees state their preferred .NET language is C#.&lt;/p&gt;
&lt;p&gt;P.S.: Eric Rudder said in today's keynote, that currently 27 languages are supported in .NET...&lt;/p&gt;&lt;img src="http://thomasfreudenberg.com/aggbug.aspx?PostID=250" width="1" height="1"&gt;</description><category domain="http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx">Whidbey</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/PDC+_2700_03/default.aspx">PDC '03</category></item><item><title>[TLS342] Visual Studio &amp;quot;Whidbey&amp;quot;: New IDE Features for Building Windows Forms Applications</title><link>http://thomasfreudenberg.com/blog/archive/2003/10/27/245.aspx</link><pubDate>Tue, 28 Oct 2003 00:54:00 GMT</pubDate><guid isPermaLink="false">483d7ed9-aa38-4432-af18-89f61e4445bf:245</guid><dc:creator>Thomas Freudenberg</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/rsscomments.aspx?PostID=245</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://thomasfreudenberg.com/blog/commentapi.aspx?PostID=245</wfw:comment><comments>http://thomasfreudenberg.com/blog/archive/2003/10/27/245.aspx#comments</comments><description>In this session Steve Lasker presented the mainly the form designed in Whidbey. E.g. the alignment of control will be much easier, it will create guidelines for top, baseline, and bottom alignment automatically. Another enhancement is the data binding support. Finally, all features I've missed in the previous releases.&lt;img src="http://thomasfreudenberg.com/aggbug.aspx?PostID=245" width="1" height="1"&gt;</description><category domain="http://thomasfreudenberg.com/blog/archive/tags/Whidbey/default.aspx">Whidbey</category><category domain="http://thomasfreudenberg.com/blog/archive/tags/PDC+_2700_03/default.aspx">PDC '03</category></item></channel></rss>