<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Brad Abrams  : .NETFx3.0</title><link>http://blogs.msdn.com/brada/archive/category/2556.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Silent install of the .NET Framework</title><link>http://blogs.msdn.com/brada/archive/2007/06/26/silent-install-of-the-net-framework.aspx</link><pubDate>Wed, 27 Jun 2007 06:32:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3558102</guid><dc:creator>BradA</dc:creator><slash:comments>7</slash:comments><comments>http://blogs.msdn.com/brada/comments/3558102.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=3558102</wfw:commentRss><description>&lt;p&gt;When I talked to ISV, they often just want to use the .NET Framework as an implementation detail of their applications.. they don't want their users to have to go to windows update or MSDN to download the framework, and they don't want to have some Microsoft setup UI popping up during the install experience of their application.&amp;nbsp; &lt;/p&gt; &lt;p&gt;For this scenario, we have a little known feature of setup where you can install it the .NET Framework silently.. that is with no-UI popping up at all.&amp;nbsp; This allows you to have full control of the experience... &lt;/p&gt; &lt;p&gt;For .NET FX 3.0: the magic command line is: &lt;font face="Courier New"&gt;Dotnetfx3.exe /q&lt;br&gt;&lt;/font&gt;See this &lt;a href="http://msdn2.microsoft.com/en-us/library/Aa964978.aspx"&gt;white paper&lt;/a&gt; for more details.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;p&gt;Oh, and if you are still on .NET Fx 2.0, the command is:&amp;nbsp; &lt;font face="Courier New"&gt;Dotnetfx.exe /q:a /c:”install /q”&lt;/font&gt;&lt;br&gt;And you can &lt;a href="http://msdn2.microsoft.com/en-us/library/aa480242.aspx "&gt;find more out here&lt;/a&gt;.&amp;nbsp; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3558102" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category><category domain="http://blogs.msdn.com/brada/archive/tags/.NET+Framework/default.aspx">.NET Framework</category></item><item><title>How to configure Vista to enable ClickOnce publishing</title><link>http://blogs.msdn.com/brada/archive/2007/03/06/how-to-configure-vista-to-enable-clickonce-publishing.aspx</link><pubDate>Wed, 07 Mar 2007 01:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1815011</guid><dc:creator>BradA</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/brada/comments/1815011.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=1815011</wfw:commentRss><description>&lt;P&gt;This came up recently internally and I thought I'd share it here in case other are running into it..&lt;/P&gt;
&lt;P&gt;Because Vista (and Longhorn Server) run the &lt;A href="http://www.iis.net/" mce_href="http://www.iis.net/"&gt;new IIS7&lt;/A&gt;, there are a handful of tweaks you have to make to IIS and VS to make clickonce publishing work...&amp;nbsp; &lt;A href="http://www.softinsight.com/bnoyes/default.aspx" mce_href="http://www.softinsight.com/bnoyes/default.aspx"&gt;Brian Noyes&lt;/A&gt;&amp;nbsp;has &lt;A href="http://www.softinsight.com/bnoyes/PermaLink.aspx?guid=435524e7-340c-4b4b-933d-a1c38d27e8ea" mce_href="http://www.softinsight.com/bnoyes/PermaLink.aspx?guid=435524e7-340c-4b4b-933d-a1c38d27e8ea"&gt;a good blog&lt;/A&gt; on the details... But basically.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Configure VS to run in Admin mode:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Go to devenv.exe in the C:\Program Files\Microsoft Visual Studio 8\Common7\IDE directory. 
&lt;LI&gt;Right click and go to properties. 
&lt;LI&gt;Select the Compatibility tab. 
&lt;LI&gt;Check the box at the bottom that says Run this program as an administrator (see below).&lt;BR&gt;&lt;A href="http://www.softinsight.com/bnoyes/content/binary/runasadmin.png" mce_href="http://www.softinsight.com/bnoyes/content/binary/runasadmin.png"&gt;&lt;IMG src="http://www.softinsight.com/bnoyes/content/binary/runasadmin.png" mce_src="http://www.softinsight.com/bnoyes/content/binary/runasadmin.png"&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;&amp;nbsp;Turn on IIS 6 compatibility as follows – &lt;/P&gt;
&lt;P&gt;Control Panel | Programs | Turn Windows features on or off 
&lt;P&gt;You need the “IIS Metabase and IIS 6 configuration compatibility” feature turned on.&lt;BR&gt;&lt;IMG src="http://blogs.msdn.com/brada/attachment/1815011.ashx" mce_src="http://blogs.msdn.com/brada/attachment/1815011.ashx"&gt; 
&lt;P&gt;Oh, and yes, we are fixing both of these for Orcas RTM ;-) &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1815011" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/brada/attachment/1815011.ashx" length="43669" type="image/x-png" /><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category><category domain="http://blogs.msdn.com/brada/archive/tags/WinForms/default.aspx">WinForms</category></item><item><title>A great day for shipping…</title><link>http://blogs.msdn.com/brada/archive/2006/11/06/a-great-day-for-shipping.aspx</link><pubDate>Tue, 07 Nov 2006 10:19:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1011809</guid><dc:creator>BradA</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/brada/comments/1011809.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=1011809</wfw:commentRss><description>&lt;p&gt;Today two of the products I have spent a bunch of time ship!
&lt;/p&gt;&lt;p style="margin-left: 36pt"&gt;&lt;a href="http://www.netfx3.com/blogs/news_and_announcements/archive/2006/11/06/.NET-Framework-3.0-has-been-released_2100_.aspx"&gt;.NET Framework 3.0 ships!&lt;/a&gt;  With the 3.0 version of the .NET Framework I can look forward to the day when every application will offer compelling user experiences that that fuse the seamless, immersive nature of TV with the power and productivity of windows applications.  These applications will communicate securely and reliable between each other and to a huge array of cloud services offered by a variety of vendors.  The business logic for these applications that spans client, server and data tier are no longer locked in code but is accessible, flexible and easily understood by information workers.  Finally, I can safely log on to a wide range of services without having to remember any cryptic passwords.  &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&amp;amp;displaylang=en"&gt;Download the final version of .NET Framework 3.0 today!&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p style="margin-left: 36pt"&gt;&lt;a href="http://ajax.asp.net/default.aspx?tabid=47&amp;amp;subtabid=471"&gt;ASP.NET AJAX Beta2 ships! &lt;/a&gt; We have been working hard on customer feedback and getting in the last few features.  We believe this release is feature complete and we are well on our way to RTM this important product towards the end of the year.  &lt;a href="http://blogs.msdn.com/mattgi/archive/2006/11/06/asp-net-ajax-beta-2-is-released.aspx"&gt;Matt has some good data&lt;/a&gt; on the bits and the very few changes from Beta1…   All that is left for us to do now &lt;a href="http://forums.asp.net/default.aspx?GroupID=34"&gt;is get your feedback&lt;/a&gt; in… so &lt;a href="http://ajax.asp.net/default.aspx?tabid=47&amp;amp;subtabid=471"&gt;PLEASE download&lt;/a&gt; the bits and let &lt;a href="http://forums.asp.net/default.aspx?GroupID=34"&gt;us hear&lt;/a&gt; what you think!  
&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1011809" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category><category domain="http://blogs.msdn.com/brada/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.msdn.com/brada/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://blogs.msdn.com/brada/archive/tags/TechEd/default.aspx">TechEd</category></item><item><title>Welcome to TechEd Europe </title><link>http://blogs.msdn.com/brada/archive/2006/11/05/welcome-to-teched-europe.aspx</link><pubDate>Mon, 06 Nov 2006 06:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:989349</guid><dc:creator>BradA</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/brada/comments/989349.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=989349</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;I just got in last night into &lt;/FONT&gt;&lt;A href="http://local.live.com/default.aspx?v=2&amp;amp;ss=yp.Barcelona&amp;amp;cp=41.386117~2.169945&amp;amp;style=r&amp;amp;lvl=10"&gt;&lt;FONT face=Calibri color=#0000ff size=3&gt;Barcelona&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; for &lt;/FONT&gt;&lt;A href="http://www.mseventseurope.com/TechEd/06/pre/defaultdev.aspx"&gt;&lt;FONT face=Calibri size=3&gt;TechEd Europe&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt;..&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;One thing I love about my job is that I get to span the full range of application space supported by the .NET Framework… As such I think I am the only speaker at Teched doing a &lt;/FONT&gt;&lt;A href="http://www.asp.net/"&gt;&lt;FONT face=Calibri color=#0000ff size=3&gt;server based&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; talk and a &lt;/FONT&gt;&lt;A href="http://www.windowsforms.net/"&gt;&lt;FONT face=Calibri size=3&gt;smart client&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; &lt;/FONT&gt;&lt;A href="http://wpf.netfx3.com/"&gt;&lt;FONT face=Calibri size=3&gt;talk&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt;!&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Should be fun to see how well I bridge those ;-)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;The first one is all about the developer designer interaction… For the vast majority of this talk Sam and build up a site from scratch.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;He plays the role of the designer, and I play the role of the developer… Sam starts with a couple of “comps” (static images of what the site should look like) then uses &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/products/expression/en/web_designer/default.mspx"&gt;&lt;FONT face=Calibri size=3&gt;Expression Web&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; to build up a very compelling site layout and design.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Then I use the magic of &lt;/FONT&gt;&lt;A href="http://ajax.asp.net/"&gt;&lt;FONT face=Calibri size=3&gt;ASP.NET AJAX&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt; to make the site sing and dance and really come alive!&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;The second talk I am doing is not until Friday (which is good, gives me time to polish the demos!)&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;It is all about how to seamlessly use &lt;/FONT&gt;&lt;A href="http://www.windowsforms.net/"&gt;&lt;FONT face=Calibri size=3&gt;WinForms&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; and &lt;/FONT&gt;&lt;A href="http://wpf.netfx3.com/"&gt;&lt;FONT face=Calibri size=3&gt;WPF&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; together… I think this will be an extremely common scenario as WinForms gives you an amazing level of &lt;/FONT&gt;&lt;A href="http://www.windowsforms.net/WhidbeyFeatures/default.aspx?tabindex=5"&gt;&lt;FONT face=Calibri size=3&gt;RAD productivity&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; and &lt;/FONT&gt;&lt;A href="http://wpf.netfx3.com/files/folders/applications/default.aspx"&gt;&lt;FONT face=Calibri size=3&gt;WPF&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; gives you the expressiveness and power that great UX sometimes requires.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;In this talk I will also take a sneak peak at some of the upcoming investments we have for the client space in “&lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/vstudio/future/default.aspx"&gt;&lt;FONT face=Calibri color=#0000ff size=3&gt;Orcas&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;”.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;I am super excited about those investments which span WinForms and WPF…&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in" cellSpacing=0 cellPadding=0 border=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 0.75pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #f0f0f0; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #f0f0f0; BACKGROUND-COLOR: transparent"&gt;
&lt;TABLE class=MsoNormalTable style="WIDTH: 100%; mso-yfti-tbllook: 1184; mso-cellspacing: 1.5pt" cellPadding=0 width="100%" border=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 0.75pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #f0f0f0; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #f0f0f0; BACKGROUND-COLOR: transparent"&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: 10.85pt"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;DEV351&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 7.5pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;ASP.NET: Developer and Designer AJAX Bliss with Visual Studio and Expression&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 7.5pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1"&gt;
&lt;TD class="" style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 0.75pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #f0f0f0; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #f0f0f0; BACKGROUND-COLOR: transparent" colSpan=2&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: 10.85pt"&gt;&lt;SPAN style="FONT-SIZE: 7.5pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;A href="http://www.mseventseurope.com/TechEd/06/Pre/Static/Developers/speaker.aspx?id=51997"&gt;&lt;B&gt;&lt;SPAN style="COLOR: #e84a2f; TEXT-DECORATION: none; text-underline: none; mso-bidi-font-size: 11.0pt"&gt;Brad Abrams &lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #b4292e; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;,&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 7.5pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt; &lt;A href="http://www.mseventseurope.com/TechEd/06/Pre/Static/Developers/speaker.aspx?id=52000"&gt;&lt;B&gt;&lt;SPAN style="COLOR: #e84a2f; TEXT-DECORATION: none; text-underline: none; mso-bidi-font-size: 11.0pt"&gt;Sam Spencer &lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 2"&gt;
&lt;TD class="" style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 0.75pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #f0f0f0; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #f0f0f0; BACKGROUND-COLOR: transparent" colSpan=2&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: 10.85pt"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #004779; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;Tue Nov 7 14:15 - 15:30&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 7.5pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 3; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 0.75pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #f0f0f0; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #f0f0f0; BACKGROUND-COLOR: transparent"&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: 10.85pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;This session explores best practices for designers who are tackling the real challenges of building AJAX-style user experiences on the Web. Learn about designing richer user experiences directly from the Expression and ASP.NET AJAX development teams. Explore how the ASP.NET AJAX controls and components remove the complexity from designing rich, interactive experiences, and help you build AJAX-style applications more quickly. &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7.5pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 0.75pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #f0f0f0; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #f0f0f0; BACKGROUND-COLOR: transparent"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 0in; BORDER-TOP: #f0f0f0; PADDING-LEFT: 0in; BACKGROUND: #f1f1f1; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; PADDING-TOP: 0in; BORDER-BOTTOM: #f0f0f0"&gt;
&lt;TABLE class=MsoNormalTable style="WIDTH: 100%; mso-yfti-tbllook: 1184; mso-cellspacing: 1.5pt" cellPadding=0 width="100%" border=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: #ffffff; PADDING-RIGHT: 0.75pt; BORDER-TOP: #ffffff; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #ffffff; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #ffffff; BACKGROUND-COLOR: transparent"&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: 10.85pt"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;DEV363&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 7.5pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;Smart Client: Getting the most out of Windows Forms and Windows Presentation Foundation (WPF)&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 7.5pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1"&gt;
&lt;TD class="" style="BORDER-RIGHT: #ffffff; PADDING-RIGHT: 0.75pt; BORDER-TOP: #ffffff; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #ffffff; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #ffffff; BACKGROUND-COLOR: transparent" colSpan=2&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: 10.85pt"&gt;&lt;SPAN style="FONT-SIZE: 7.5pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;A href="http://www.mseventseurope.com/TechEd/06/Pre/Static/Developers/speaker.aspx?id=51997"&gt;&lt;B&gt;&lt;SPAN style="COLOR: #e84a2f; TEXT-DECORATION: none; text-underline: none; mso-bidi-font-size: 11.0pt"&gt;Brad Abrams &lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 2"&gt;
&lt;TD class="" style="BORDER-RIGHT: #ffffff; PADDING-RIGHT: 0.75pt; BORDER-TOP: #ffffff; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #ffffff; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #ffffff; BACKGROUND-COLOR: transparent" colSpan=2&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: 10.85pt"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #004779; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;Fri Nov 10 15:15 - 16:30&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 7.5pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 3; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: #ffffff; PADDING-RIGHT: 0.75pt; BORDER-TOP: #ffffff; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #ffffff; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #ffffff; BACKGROUND-COLOR: transparent"&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: 10.85pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt"&gt;In this session we’ll look at the best uses of Windows Forms and WPF. We’ll look deeply at how you can integrate WPF and Windows Forms content together in the same application. We’ll also take a first look at some of the new platform features coming for client applications in the next version of the .NET Framework. &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7.5pt; COLOR: #737577; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: #ffffff; PADDING-RIGHT: 0.75pt; BORDER-TOP: #ffffff; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #ffffff; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #ffffff; BACKGROUND-COLOR: transparent"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=989349" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category><category domain="http://blogs.msdn.com/brada/archive/tags/WinForms/default.aspx">WinForms</category><category domain="http://blogs.msdn.com/brada/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.msdn.com/brada/archive/tags/TechEd/default.aspx">TechEd</category></item><item><title>Check out the NYTimes reader...</title><link>http://blogs.msdn.com/brada/archive/2006/09/27/774833.aspx</link><pubDate>Thu, 28 Sep 2006 06:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:774833</guid><dc:creator>BradA</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/brada/comments/774833.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=774833</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;The folks over at the &lt;/FONT&gt;&lt;A href="http://www.nytimes.com/"&gt;&lt;FONT face=Calibri color=#0000ff&gt;NYTimes&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri&gt; have released the beta of the &lt;/FONT&gt;&lt;A href="http://firstlook.nytimes.com/?category_name=times%20reader"&gt;&lt;FONT face=Calibri&gt;NYTimes reader&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri&gt;… a .NET Framework 3.0 based application that provides an amazingly rich experience for reading the newspaper… I have been on the internal pre-beta program for a while and I have found it great!&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;A few weeks ago I actually read the newspaper end-to-end… I don’t think I have done that in 10+ years.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;The other thing I love about the app is that it has a seamless update stroy, meaning I get new app features regularly as they are released… This was very exciting (and scary for demos) during the pre-beta phase… and I expect somewhat regular updates to continue…&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;I get these new updates with zero additional install work.. it just gets updated in place… &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;Enjoy!&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=774833" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category><category domain="http://blogs.msdn.com/brada/archive/tags/.NET+Framework/default.aspx">.NET Framework</category></item><item><title>Even more on .NET Framework 3.0...</title><link>http://blogs.msdn.com/brada/archive/2006/06/11/627128.aspx</link><pubDate>Mon, 12 Jun 2006 05:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:627128</guid><dc:creator>BradA</dc:creator><slash:comments>52</slash:comments><comments>http://blogs.msdn.com/brada/comments/627128.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=627128</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;I wanted to respond to a few comments..&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Keeron asked about what .NET Framework includes exactly. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://blogs.msdn.com/jasonz/archive/2006/06/09/624629.aspx"&gt;&lt;FONT color=#800080&gt;JasonZ does a good job&lt;/FONT&gt;&lt;/A&gt; with this one.. &lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;The Linq support for C# (and VB for that mater) is scheduled for Orcas... We have not locked on a final version number, my hunch will be “.NET Framework 3.5”&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;We do actually have a merged Windows SDK that includes all of the content as of .NET Framework 3.0\Vista... &lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;George asks about SP1 of the .NET Framework 2.0... Again the details have not been 100% worked out, so don’t take this as an official statement, but I expect SP1 of the .NET Framework 2.0 to be at the same time as Orcas .NET Framework ships. For servicing releases we generally do not change the assembly version number at all (this makes it an in place update) and only update the win32 version number by the number of builds it took us to get there. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;So short answer is no, the core components will not have their version numbers reset. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;I certainly agree with you George on driving simplicity here... That is why I’d push &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;folks to simply talk about if an application requires .NET Framework 1.1, 2.0, 3.0 or 3.5 and not delve deeply into how those are actually put together. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Jvierra – we are absolutely looking spending some time on getting great factoring and layering with in the .NET Framework. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;Today, we don’t have a system that is as pluggable as we’d like (and you describe), but that is the direction we would eventually like to get to.. However it will likely not happen for the orcas timeframe.&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Philip – I sure hope we don’t end up in a world like you describe. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;My strong advice is for customers to simply state the minium .NET Framework version number they support. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;There is never a need to talk about “.NET Framework 2.0 with .NET Framework 3.0 frameworks”... It will be more clear to customers, admins, developers, etc to simply say “this application requires .NET Framework 3.0”&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Dennis – We needed the name change from WinFX to .NET Framework to drive some simplicity with developer customers. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;I personally spent time with customers where I had to explain the difference between .NET Framework and WinFX.. This confusion was caused by our naming and I am confident it is addressed now.&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Chris Nahr – Thanks, I fixed the type-o ;-) &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;You are right – the packaging issue has nothing to do with the name. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;This packaging plan was exactly the plan before we did the name change. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;The name change is intended to make it clear how these new technologies relate to the .NET Framework – that is that the constitute a new version of it. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;We are working on our factoring and layering to enable the system to be more pluggable such that different parts can change without breaking other parts. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;In Orcas, we are making some baby steps in that direction. For example we are adding Linq support to C# and VB without a breaking change and without a requiring a full stack update. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Jonathan Kaufman – I am trying with this post.. Keep the questions coming.. they really do help us hone what we are doing here. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;I LOVE forwarding my reader’s comments around inside Microsoft as a catalyst for change! &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Muhammad Mosa – asked about VSTS and VS generally. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;While there is clearly a TON of synergy between .NET Framework and VS, one release does not have to require another. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;Look at .NET Framework 3.0, it does not require a new VS release. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;And on the other side, look at VSTS new Data SKU we just announced, it does not require a new framework. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Hope this helps – keep the comments coming!&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=627128" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category><category domain="http://blogs.msdn.com/brada/archive/tags/.NET+Framework/default.aspx">.NET Framework</category></item><item><title>"GoLive" with WinFX...</title><link>http://blogs.msdn.com/brada/archive/2006/05/23/604910.aspx</link><pubDate>Tue, 23 May 2006 19:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:604910</guid><dc:creator>BradA</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/brada/comments/604910.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=604910</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Today at &lt;A href="http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=104&amp;amp;STORY=/www/story/05-23-2006/0004367387&amp;amp;EDATE="&gt;&lt;FONT color=#800080&gt;WinHEC BillG&lt;/FONT&gt;&lt;/A&gt; announced the &lt;A href="http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/#runWinFXApps"&gt;Beta2 of WinFX&lt;/A&gt; with a &lt;A href="http://msdn.microsoft.com/winfx/downloads/products/golive/"&gt;&lt;FONT color=#800080&gt;Go Live license&lt;/FONT&gt;&lt;/A&gt;...... &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;The &lt;A href="http://msdn.microsoft.com/winfx/downloads/products/golive/"&gt;&lt;FONT color=#800080&gt;Go Live&lt;/FONT&gt;&lt;/A&gt; is great because it let’s you build apps on WinFX and let customers actually use them!&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This bits (and the go live ) work great on XP as well as &lt;?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /&gt;&lt;st1:place w:st="on"&gt;Vista&lt;/st1:place&gt;...&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;I can’t wait to see what you build with it.. I have beta2 installed and I am ready to install the great apps you build, so send me a link!&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=604910" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category></item><item><title>A new Opportunity for me... </title><link>http://blogs.msdn.com/brada/archive/2006/01/19/WhatsNextForMe.aspx</link><pubDate>Fri, 20 Jan 2006 01:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:515055</guid><dc:creator>BradA</dc:creator><slash:comments>16</slash:comments><comments>http://blogs.msdn.com/brada/comments/515055.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=515055</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;As many of you know after you ship a major release there is inevitably a re-org as the teams get in alignment to deliver on the next set of opportunities…&amp;nbsp; One of the outcomes of our post-&lt;A title=http://g.msn.com/9SE/1?http://www.eweek.com/article2/0,1759,1787418,00.asp&amp;amp;&amp;amp;DI=293&amp;amp;IG=46b7d6348a2742e7b3a0853d200a5b3a&amp;amp;POS=2&amp;amp;CM=WPU&amp;amp;CE=2&amp;amp;CS=AWP&amp;amp;SR=2 href="http://g.msn.com/9SE/1?http://www.eweek.com/article2/0,1759,1787418,00.asp&amp;amp;&amp;amp;DI=293&amp;amp;IG=46b7d6348a2742e7b3a0853d200a5b3a&amp;amp;POS=2&amp;amp;CM=WPU&amp;amp;CE=2&amp;amp;CS=AWP&amp;amp;SR=2"&gt;&lt;FONT title=http://g.msn.com/9SE/1?http://www.eweek.com/article2/0,1759,1787418,00.asp&amp;amp;&amp;amp;DI=293&amp;amp;IG=46b7d6348a2742e7b3a0853d200a5b3a&amp;amp;POS=2&amp;amp;CM=WPU&amp;amp;CE=2&amp;amp;CS=AWP&amp;amp;SR=2 color=black&gt;&lt;SPAN title=http://g.msn.com/9SE/1?http://www.eweek.com/article2/0,1759,1787418,00.asp&amp;amp;&amp;amp;DI=293&amp;amp;IG=46b7d6348a2742e7b3a0853d200a5b3a&amp;amp;POS=2&amp;amp;CM=WPU&amp;amp;CE=2&amp;amp;CS=AWP&amp;amp;SR=2&gt;&lt;SPAN style="COLOR: windowtext"&gt;Whidbey&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt; shuffle here at Microsoft was to create a product unit that brings together our client and web frameworks and a very close connection to the WPF team with application services (such as user profiles) to deliver an awesome developer programming model experience. &amp;nbsp;Specifically the team owns &lt;A title=http://www.windowsforms.net/ href="http://www.windowsforms.net/"&gt;&lt;FONT title=http://www.windowsforms.net/ color=black&gt;&lt;SPAN title=http://www.windowsforms.net/&gt;&lt;SPAN style="COLOR: windowtext"&gt;Windows Forms&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt;, &lt;A title=http://asp.net/Default.aspx?tabindex=0&amp;amp;tabid=1 href="http://asp.net/Default.aspx?tabindex=0&amp;amp;tabid=1"&gt;&lt;FONT title=http://asp.net/Default.aspx?tabindex=0&amp;amp;tabid=1 color=black&gt;&lt;SPAN title=http://asp.net/Default.aspx?tabindex=0&amp;amp;tabid=1&gt;&lt;SPAN style="COLOR: windowtext"&gt;ASP.NET&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt;, &lt;A title=http://atlas.asp.net/ href="http://atlas.asp.net/"&gt;&lt;FONT title=http://atlas.asp.net/ color=black&gt;&lt;SPAN title=http://atlas.asp.net/&gt;&lt;SPAN style="COLOR: windowtext"&gt;Atlas&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt; and a few other exciting incubations in this space. &amp;nbsp;I have been asked to be Group Program Manager of this new team. &amp;nbsp;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Having been a founding member of the CLR team, it is hard for me to think about leaving that team. The CLR is an absolutely amazing team playing a critical role at Microsoft and in the industry.&amp;nbsp; This team has the extremely rare mix of being technically demanding, strategically important and staffed with smart and engaging people.&amp;nbsp; Every day I have been on the CLR team I have been challenged to solve big problems, to innovate and to push harder to make a bigger impact on the company and the industry.&amp;nbsp; I am extremely grateful to have “grown up” on the CLR team. &amp;nbsp;(BTW – &lt;A title=http://members.microsoft.com/careers/search/results.aspx?FromCP=Y&amp;amp;JobCategoryCodeID=&amp;amp;JobLocationCodeID=&amp;amp;JobProductCodeID=10166&amp;amp;JobTitleCodeID=&amp;amp;Divisions=&amp;amp;TargetLevels=&amp;amp;Keywords=%20&amp;amp;JobCode=&amp;amp;ManagerAlias=&amp;amp;Interval=10 href="http://members.microsoft.com/careers/search/results.aspx?FromCP=Y&amp;amp;JobCategoryCodeID=&amp;amp;JobLocationCodeID=&amp;amp;JobProductCodeID=10166&amp;amp;JobTitleCodeID=&amp;amp;Divisions=&amp;amp;TargetLevels=&amp;amp;Keywords=%20&amp;amp;JobCode=&amp;amp;ManagerAlias=&amp;amp;Interval=10"&gt;&lt;FONT title=http://members.microsoft.com/careers/search/results.aspx?FromCP=Y&amp;amp;JobCategoryCodeID=&amp;amp;JobLocationCodeID=&amp;amp;JobProductCodeID=10166&amp;amp;JobTitleCodeID=&amp;amp;Divisions=&amp;amp;TargetLevels=&amp;amp;Keywords=%20&amp;amp;JobCode=&amp;amp;ManagerAlias=&amp;amp;Interval=10 color=black&gt;&lt;SPAN title=http://members.microsoft.com/careers/search/results.aspx?FromCP=Y&amp;amp;JobCategoryCodeID=&amp;amp;JobLocationCodeID=&amp;amp;JobProductCodeID=10166&amp;amp;JobTitleCodeID=&amp;amp;Divisions=&amp;amp;TargetLevels=&amp;amp;Keywords=%20&amp;amp;JobCode=&amp;amp;ManagerAlias=&amp;amp;Interval=10&gt;&lt;SPAN style="COLOR: windowtext"&gt;they are hiring&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Since the &lt;A title=http://blogs.msdn.com/brada/archive/2003/04.aspx href="/brada/archive/2003/04.aspx"&gt;&lt;FONT title=http://blogs.msdn.com/brada/archive/2003/04.aspx color=black&gt;&lt;SPAN title=http://blogs.msdn.com/brada/archive/2003/04.aspx&gt;&lt;SPAN style="COLOR: windowtext"&gt;early days of this blog&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt; I have talked about issues I directly deal with as part of my job.&amp;nbsp; Issues around &lt;A title=http://blogs.msdn.com/brada/archive/category/2656.aspx href="/brada/archive/category/2656.aspx"&gt;API design&lt;/A&gt;, &lt;A title=http://blogs.msdn.com/brada/archive/category/2554.aspx href="/brada/archive/category/2554.aspx"&gt;inner workings of the CLR&lt;/A&gt; and &lt;A title=http://blogs.msdn.com/brada/archive/category/2556.aspx href="/brada/archive/category/2556.aspx"&gt;pulling WinFX&lt;/A&gt; together.&amp;nbsp; While I am sure I will still touch on those issues (they didn’t give me a lobotomy after all) I’ll try to focus more on my new team and the new challenges we face.&amp;nbsp; I hope I will not lose too many subscribers as I talk about our new innovations in the UI Frameworks and Services space. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;I am sure many of you are using WinForms, WPF, ASP.NET\Atlas today – I need to get engaged with that community.&amp;nbsp; Where do you suggest I hang out?&amp;nbsp; What blog should I read?&amp;nbsp; What are the biggest issues I should be aware of?&amp;nbsp; I am spending a bunch of time ramping on this stuff, so I would appreciate all the help I can get.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Also, I am taking my first role as a manger of managers, I’d love any advice, comments, books suggestions, horror stories you’d like to &lt;A title=http://blogs.msdn.com/brada/contact.aspx href="/brada/contact.aspx"&gt;&lt;FONT title=http://blogs.msdn.com/brada/contact.aspx color=black&gt;&lt;SPAN title=http://blogs.msdn.com/brada/contact.aspx&gt;&lt;SPAN style="COLOR: windowtext"&gt;share with me&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt;.&amp;nbsp; &amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Thanks!&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;PS –I am lucky enough to enough to have some great folks on my team.. you may know a few of them:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial color=navy size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;A title=http://blogs.msdn.com/dphill/ href="/dphill/"&gt;http://blogs.msdn.com/dphill/&lt;/A&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial color=navy size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;A title=http://blogs.msdn.com/mhendersblog href="/mhendersblog"&gt;http://blogs.msdn.com/mhendersblog&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;a href="http://blogs.msdn.com/jhawk/"&gt;http://blogs.msdn.com/jhawk/&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial color=navy size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;a href="http://blogs.msdn.com/saurabh"&gt;http://blogs.msdn.com/saurabh&lt;/A&gt; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=515055" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/CLR/default.aspx">CLR</category><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category><category domain="http://blogs.msdn.com/brada/archive/tags/.NET+Framework/default.aspx">.NET Framework</category></item><item><title>Where to find ISV-style C# experience</title><link>http://blogs.msdn.com/brada/archive/2006/01/14/513017.aspx</link><pubDate>Sun, 15 Jan 2006 07:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:513017</guid><dc:creator>BradA</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/brada/comments/513017.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=513017</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;I had an opportunity recently to chat briefly to &lt;A href="http://www.google.com/search?hl=en&amp;amp;q=Eric+Hahn&amp;amp;btnG=Google+Search"&gt;Eric Hahn&lt;/A&gt; (of Netscape and &lt;A href="http://g.msn.com/9SE/1?http://www.microsoftmonitor.com/archives/003351.html&amp;amp;&amp;amp;DI=293&amp;amp;IG=e832e098ff724a75a74a4ce69ca1034b&amp;amp;POS=1&amp;amp;CM=WPU&amp;amp;CE=1&amp;amp;CS=AWP&amp;amp;SR=1"&gt;Lookout&lt;/A&gt; fame) about his next interesting project… which btw, will be built in C# just like lookout.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;He mentioned that it was hard to find developers with world class ISV-style experience in C#.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;While there is a healthy market for enterprise developers in C# and VB the ISV developers are harder to find.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;I assured Eric that you are out there… I know, because I have talked to you at the PDC, I have seen you on the blogs and in the community in general asking really hard, pointed questions.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Do you think I am right?&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Any thoughts on where ISV likes Eric might find ISV-style developers with deep C#/CLR experience?&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Oh, and, BTW – here is the plug for Eric’s openings just in case you are interested in them specifically&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;Founder-Level &lt;?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /&gt;&lt;st1:place w:st="on"&gt;Opportunity&lt;/st1:place&gt; for C# Gurus&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;Hi. &amp;nbsp;I’m Eric Hahn, originator of Lookout (100% C#/.Net Outlook search engine, sold in '04 to Microsoft), former CTO of Netscape and accidentally successful industry veteran. &amp;nbsp;We’ve started a way cool new company (disclaimer: I’m biased).&amp;nbsp; Once again we're betting on C#/.Net (why haven’t more start-ups discovered how cool it is?).&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;We're looking for one or two killer C# architects/developers to join the founding team, ideally here in the Bay Area.&amp;nbsp; This is a chance to put your C#/.Net skills to work on a hugely visible, well-funded, mainstream product.&amp;nbsp; If you’re even slightly interested, please send your resume to &lt;A href="mailto:jobs@element30.com"&gt;jobs@element30.com&lt;/A&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;BTW, definitely check out Brad’s book – it is awesome and has become required reading around here.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face=Verdana color=blue size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;Update:&amp;nbsp; I just noticed that Jack has a good post related to ISVs and managed code... &lt;A HREF="/jackg/archive/2006/04/13/576060.aspx"&gt;http://blogs.msdn.com/jackg/archive/2006/04/13/576060.aspx&lt;/A&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=513017" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/CLR/default.aspx">CLR</category><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category><category domain="http://blogs.msdn.com/brada/archive/tags/.NET+Framework/default.aspx">.NET Framework</category></item><item><title>WinFX Nov CTP for use with VS2005 and .NET Framework 2.0 RTM</title><link>http://blogs.msdn.com/brada/archive/2005/11/18/494283.aspx</link><pubDate>Fri, 18 Nov 2005 21:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:494283</guid><dc:creator>BradA</dc:creator><slash:comments>11</slash:comments><comments>http://blogs.msdn.com/brada/comments/494283.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=494283</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;At long last we have a WinFX build to release that works great with “Whidbey” RTM.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Here is the low-down:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL style="MARGIN-TOP: 0in" type=1&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Uninstall any previous release (you can use the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=AAE7FC63-D405-4E13-909F-E85AA9E66146&amp;amp;displaylang=en"&gt;uninstall tool&lt;/A&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Download and install &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=E5376297-DA10-4FC3-967D-38C96F767FC4&amp;amp;displaylang=en"&gt;WinFX Runtime bits&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Download and install &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=0A118D5F-21E7-4A3E-82D9-F30C6CE3F63D&amp;amp;displaylang=en"&gt;the SDK&lt;/A&gt;.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Note this is a rather large ISO image this time, we will make the install experience MUCH better in the future.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;For now we recommend&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;using &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face=Verdana size=1&gt;&lt;SPAN style="FONT-SIZE: 8.5pt; FONT-FAMILY: Verdana"&gt;the &lt;A href="http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe"&gt;&lt;FONT color=#003399&gt;&lt;SPAN style="COLOR: #003399"&gt;Virtual CD-ROM Control Panel for Windows XP&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt; tool to mount the ISO image file virtually as CD-ROM devices without burning the image to a DVD.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Notice, the VS support does require the SDK to be installed.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Download and install the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=2202A637-2B68-40C0-B3AE-9235D60F42C4&amp;amp;displaylang=en"&gt;VS support for WinFX&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;SPAN style="FONT-SIZE: 12pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;SPAN style="FONT-SIZE: 12pt"&gt;Thanks and Enjoy!&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;SPAN style="FONT-SIZE: 12pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=494283" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/CLR/default.aspx">CLR</category><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category></item><item><title>A great Sparkle blog...</title><link>http://blogs.msdn.com/brada/archive/2005/09/18/471058.aspx</link><pubDate>Mon, 19 Sep 2005 07:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:471058</guid><dc:creator>BradA</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/brada/comments/471058.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=471058</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;FYI – one of the designers on Expression Interactive Designer “Sparkle” just started a blog… &lt;A href="http://spaces.msn.com/members/manodesign/"&gt;http://spaces.msn.com/members/manodesign/&lt;/A&gt; &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Should be a good read..&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=471058" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category></item><item><title>PDC2005 WinFX Namespace Poster</title><link>http://blogs.msdn.com/brada/archive/2005/09/15/PDC2005NamespacePoster.aspx</link><pubDate>Thu, 15 Sep 2005 21:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:467675</guid><dc:creator>BradA</dc:creator><slash:comments>8</slash:comments><comments>http://blogs.msdn.com/brada/comments/467675.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=467675</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;The MSDN folks keep giving this morning… They just &lt;A href="http://download.microsoft.com/download/4/1/f/41fa0da9-3fd3-4b35-9d5d-6031f243a140/Windows_WinFX_Poster.zip"&gt;posted a highres version&lt;/A&gt; of the namespace poster we gave out here at the PDC. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;Enjoy!&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;I’d still love to &lt;a href="http://blogs.msdn.com/brada/archive/2005/09/13/465131.aspx"&gt;hear you feedback&lt;/A&gt;… &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=467675" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>Download the WinFX September CTP...</title><link>http://blogs.msdn.com/brada/archive/2005/09/14/466513.aspx</link><pubDate>Thu, 15 Sep 2005 00:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:466513</guid><dc:creator>BradA</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/brada/comments/466513.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=466513</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;You will love this drop of WinFX… it has the Windows Workflow Services stuff in there as well as Windows Presentation Foundation (“Avalon”) and Windows Communication Foundation (“Indigo”)… &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Just a note – it does work only with the BETA2 build of &lt;?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /&gt;&lt;st1:mswterms w:st="on"&gt;.NET&lt;/st1:mswterms&gt; Framework 2.0 and VS 2005… So don’t try to make this work on top of anything more recent.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A href="http://msdn.microsoft.com/winfx/getthebeta/default.aspx"&gt;http://msdn.microsoft.com/winfx/getthebeta/default.aspx&lt;/A&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Have Fun!&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=466513" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category></item><item><title>PDC: What do you think of the updated WinFX poster?</title><link>http://blogs.msdn.com/brada/archive/2005/09/13/465131.aspx</link><pubDate>Wed, 14 Sep 2005 02:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:465131</guid><dc:creator>BradA</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/brada/comments/465131.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=465131</wfw:commentRss><description>&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN&gt;If you check out your attendee bag you will find a couple of posters… One of which is an updated version of the WinFX poster we first did at the 2003 PDC. &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.bluebytesoftware.com/blog/" target=_BLANK&gt;Joe Duffy&lt;/A&gt; and I worked on it (with help from many others)… It was good fun to take a top-down look at the platform and how it is growing and changing. &lt;SPAN&gt;&amp;nbsp;I hope to see this hanging up in developers office when we do the next CLR roadtrip! ;-) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;We focused this poster on the bits that we are giving out at the PDC this year…&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Anyway, love to hear your feedback… for those you not at the PDC, here is a JPEG version&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN&gt;&lt;A href="http://channel9.msdn.com/Showpost.aspx?postid=114855"&gt;http://channel9.msdn.com/Showpost.aspx?postid=114855&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=465131" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/CLR/default.aspx">CLR</category><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>MSDN goodness today: Cool MSDN Vista site launched and WinFX Runtime Beta1</title><link>http://blogs.msdn.com/brada/archive/2005/07/27/443905.aspx</link><pubDate>Wed, 27 Jul 2005 20:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:443905</guid><dc:creator>BradA</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/brada/comments/443905.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=443905</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Check out… we got some coolness going on the &lt;A href="http://msdn.microsoft.com/windowsvista/"&gt;MSDN Vista page&lt;/A&gt; and *&lt;B&gt;ANYONE&lt;/B&gt;* can download the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=CE888B4C-CCBD-452F-9D90-F4B7190CCA24&amp;amp;displaylang=en"&gt;WinFX Runtime Beta1&lt;/A&gt; bits. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;They are very close to the RC we posted a while back, mostly just bugfixes, but good to have it done.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;We are celebrating the launch of WinFX Runtime Beta1 internally by getting the products teams together tomorrow for an all demo powerpoint free event..&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;We are going to get to preview a bunch of great demos people are putting together for the PDC… &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Enjoy!&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=443905" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/CLR/default.aspx">CLR</category><category domain="http://blogs.msdn.com/brada/archive/tags/.NETFx3.0/default.aspx">.NETFx3.0</category></item></channel></rss>