<?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>Habib Heydarian's Blog @ Microsoft : Announcements</title><link>http://blogs.msdn.com/habibh/archive/tags/Announcements/default.aspx</link><description>Tags: Announcements</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>RUNTIME turns 100,000!</title><link>http://blogs.msdn.com/habibh/archive/2009/09/28/runtime-turns-100-000.aspx</link><pubDate>Tue, 29 Sep 2009 07:53:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9900600</guid><dc:creator>habibh</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/habibh/comments/9900600.aspx</comments><wfw:commentRss>http://blogs.msdn.com/habibh/commentrss.aspx?PostID=9900600</wfw:commentRss><description>&lt;p&gt;Today represents a huge personal milestone. My car reached a 100,000 miles! There is nothing unique or special about my car except the license plate and the Visual Studio logo on the hood. Most of my friends refer to the car as RUNTIME (for obvious reasons).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/habibh/WindowsLiveWriter/RUNTIMEturns100000_FA27/RUNTIME.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="RUNTIME" border="0" alt="RUNTIME" src="http://blogs.msdn.com/blogfiles/habibh/WindowsLiveWriter/RUNTIMEturns100000_FA27/RUNTIME_thumb.jpg" width="644" height="484" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I purchased it when I first joined Microsoft from my first manager and have had it since then. It's a great little utility truck.&lt;/p&gt;  &lt;p&gt;Habib Heydarian.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9900600" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/habibh/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>How to install IIS 7.5 on Windows 7 using the Command Line</title><link>http://blogs.msdn.com/habibh/archive/2009/08/14/how-to-install-iis-7-5-on-windows-7-using-the-command-line.aspx</link><pubDate>Sat, 15 Aug 2009 01:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9871841</guid><dc:creator>habibh</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/habibh/comments/9871841.aspx</comments><wfw:commentRss>http://blogs.msdn.com/habibh/commentrss.aspx?PostID=9871841</wfw:commentRss><description>&lt;p&gt;On Windows Vista, to install IIS 7.0 from the command line, you can use a tool called the &lt;em&gt;Windows Package Manager (Pkgmgr.exe)&lt;/em&gt;. For example, the command line for installing IIS 7. 0 on Windows Vista might look something like the following depending on how many IIS features you want to install:&lt;/p&gt;  &lt;div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper"&gt;   &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;&lt;/pre&gt;

  &lt;br /&gt;&lt;/div&gt;

&lt;div id="codeSnippetWrapper"&gt;
  &lt;br /&gt;&lt;/div&gt;

&lt;p&gt;This has changed in Windows 7. In Windows 7, the Package Manager is deprecated and replaced with the &lt;strong&gt;Deployment Image Servicing and Management (DISM.exe) &lt;/strong&gt;tool. To install IIS 7.5 on Windows 7, you use DISM.exe to target the running operating system (using the &lt;font face="Courier New"&gt;/Online&lt;/font&gt; switch) and use the&lt;font face="Courier New"&gt; /Enable-Feature&lt;/font&gt; option to enable individual IIS features. Below is the command line for installing all of IIS 7.5 features on Windows 7. &lt;u&gt;NOTE:&lt;/u&gt; I have put each feature on a separate line to make it easier to read. In practice, the entire command line needs to be on a single line.&lt;/p&gt;

&lt;div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper"&gt;
  &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;START /WAIT DISM /Online /Enable-Feature&lt;br /&gt;/FeatureName:IIS-ApplicationDevelopment&lt;br /&gt;/FeatureName:IIS-ASP&lt;br /&gt;/FeatureName:IIS-ASPNET&lt;br /&gt;/FeatureName:IIS-BasicAuthentication&lt;br /&gt;/FeatureName:IIS-CGI&lt;br /&gt;/FeatureName:IIS-ClientCertificateMappingAuthentication&lt;br /&gt;/FeatureName:IIS-CommonHttpFeatures&lt;br /&gt;/FeatureName:IIS-CustomLogging&lt;br /&gt;/FeatureName:IIS-DefaultDocument&lt;br /&gt;/FeatureName:IIS-DigestAuthentication&lt;br /&gt;/FeatureName:IIS-DirectoryBrowsing&lt;br /&gt;/FeatureName:IIS-FTPExtensibility&lt;br /&gt;/FeatureName:IIS-FTPServer&lt;br /&gt;/FeatureName:IIS-FTPSvc&lt;br /&gt;/FeatureName:IIS-HealthAndDiagnostics&lt;br /&gt;/FeatureName:IIS-HostableWebCore&lt;br /&gt;/FeatureName:IIS-HttpCompressionDynamic&lt;br /&gt;/FeatureName:IIS-HttpCompressionStatic&lt;br /&gt;/FeatureName:IIS-HttpErrors&lt;br /&gt;/FeatureName:IIS-HttpLogging&lt;br /&gt;/FeatureName:IIS-HttpRedirect&lt;br /&gt;/FeatureName:IIS-HttpTracing&lt;br /&gt;/FeatureName:IIS-IIS6ManagementCompatibility&lt;br /&gt;/FeatureName:IIS-IISCertificateMappingAuthentication&lt;br /&gt;/FeatureName:IIS-IPSecurity&lt;br /&gt;/FeatureName:IIS-ISAPIExtensions&lt;br /&gt;/FeatureName:IIS-ISAPIFilter&lt;br /&gt;/FeatureName:IIS-LegacyScripts&lt;br /&gt;/FeatureName:IIS-LegacySnapIn&lt;br /&gt;/FeatureName:IIS-LoggingLibraries&lt;br /&gt;/FeatureName:IIS-ManagementConsole&lt;br /&gt;/FeatureName:IIS-ManagementScriptingTools&lt;br /&gt;/FeatureName:IIS-ManagementService&lt;br /&gt;/FeatureName:IIS-Metabase&lt;br /&gt;/FeatureName:IIS-NetFxExtensibility&lt;br /&gt;/FeatureName:IIS-ODBCLogging&lt;br /&gt;/FeatureName:IIS-Performance&lt;br /&gt;/FeatureName:IIS-RequestFiltering&lt;br /&gt;/FeatureName:IIS-RequestMonitor&lt;br /&gt;/FeatureName:IIS-Security&lt;br /&gt;/FeatureName:IIS-ServerSideIncludes&lt;br /&gt;/FeatureName:IIS-StaticContent&lt;br /&gt;/FeatureName:IIS-URLAuthorization&lt;br /&gt;/FeatureName:IIS-WebDAV&lt;br /&gt;/FeatureName:IIS-WebServer&lt;br /&gt;/FeatureName:IIS-WebServerManagementTools&lt;br /&gt;/FeatureName:IIS-WebServerRole&lt;br /&gt;/FeatureName:IIS-WindowsAuthentication&lt;br /&gt;/FeatureName:IIS-WMICompatibility&lt;br /&gt;/FeatureName:WAS-ConfigurationAPI&lt;br /&gt;/FeatureName:WAS-NetFxEnvironment&lt;br /&gt;/FeatureName:WAS-ProcessModel&lt;br /&gt;/FeatureName:WAS-WindowsActivationService&lt;/pre&gt;

  &lt;br /&gt;&lt;/div&gt;

&lt;p&gt;Habib Heydarian.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9871841" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/habibh/archive/tags/Announcements/default.aspx">Announcements</category><category domain="http://blogs.msdn.com/habibh/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Getting Windows Mobile Device Center to work on Windows Server 2008 R2</title><link>http://blogs.msdn.com/habibh/archive/2009/08/13/getting-windows-mobile-device-center-to-work-on-windows-server-2008-r2.aspx</link><pubDate>Thu, 13 Aug 2009 10:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9867834</guid><dc:creator>habibh</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/habibh/comments/9867834.aspx</comments><wfw:commentRss>http://blogs.msdn.com/habibh/commentrss.aspx?PostID=9867834</wfw:commentRss><description>&lt;p&gt;When you try to install Windows Mobile Device Center 6.1 (drvupdate-amd64.exe) on Windows Server 2008 R2, you'll probably end up with the following cryptic error message which isn't very helpful:&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;Windows Mobile Device Center Driver Update     &lt;br /&gt;------------------------------------------ &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;The update could not be installed because at least one     &lt;br /&gt;Windows component required by Windows Mobile Device Center      &lt;br /&gt;is missing &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;[OK]&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;The root cause of this problem is that on Windows Server 2008 R2, the &lt;strong&gt;Desktop Experience&lt;/strong&gt; server feature is disabled by default and Windows Mobile Device Center requires the Desktop Experience feature in order to work.&lt;/p&gt;  &lt;p&gt;To enable Desktop Experience, start &lt;em&gt;Server Manager&lt;/em&gt; and select the &lt;em&gt;Features&lt;/em&gt; node from the left hand side of the Server Manager. In the Features pane click the &amp;quot;Add Features&amp;quot; link which will display the &lt;em&gt;Select Features&lt;/em&gt; dialog, shown below. On the Select Features dialog, check the &amp;quot;Desktop Experience&amp;quot; node and click the [Install] button. After installing the feature, you'll be asked to restart your computer.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Select Features dialog." border="0" alt="Select Features dialog." src="http://blogs.msdn.com/blogfiles/habibh/WindowsLiveWriter/GettingWindowsMobileDeviceCentertoworkon_63E/image_3.png" width="783" height="576" /&gt; &lt;/p&gt;  &lt;p&gt;Habib Heydarian.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9867834" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/habibh/archive/tags/Announcements/default.aspx">Announcements</category><category domain="http://blogs.msdn.com/habibh/archive/tags/Technology/default.aspx">Technology</category></item><item><title>Just released: Patch to make NetCFSvcUtil.exe work on Windows 7 (and other operating systems)</title><link>http://blogs.msdn.com/habibh/archive/2009/08/10/just-released-patch-to-make-netcfsvcutil-exe-work-on-windows-7-and-other-operating-systems.aspx</link><pubDate>Mon, 10 Aug 2009 10:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9860246</guid><dc:creator>habibh</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/habibh/comments/9860246.aspx</comments><wfw:commentRss>http://blogs.msdn.com/habibh/commentrss.aspx?PostID=9860246</wfw:commentRss><description>&lt;p&gt;In an earlier blog &lt;a href="http://blogs.msdn.com/habibh/archive/2009/06/26/netcfsvcutil-exe-and-windows-7.aspx"&gt;post&lt;/a&gt;, I mentioned that NetCFSvcUtil.exe (available as part of Power Toys for .NET Compact Framework 3.5) is broken on the following operating systems:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Window 7 RTM &lt;/li&gt;    &lt;li&gt;Windows Server 2008 R2 &lt;/li&gt;    &lt;li&gt;Windows Vista SP2 &lt;/li&gt;    &lt;li&gt;Windows Server 2008 SP2 &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Specifically, when you try to run NetCFSvcUtil.exe on these operating systems, you might see the following error message:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Error: An error occurred in the tool.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Error: Error in the application.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;The good news is that the Windows Mobile Developer team released a patch today that fixes this problem. You can download the new version of NetCFSvcUtil from &lt;a href="http://download.microsoft.com/download/6/2/0/6205ED05-E435-44FC-AA82-B763CA5F8B1A/NetCFSvcUtil.exe"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Habib Heydarian.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9860246" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/habibh/archive/tags/Announcements/default.aspx">Announcements</category><category domain="http://blogs.msdn.com/habibh/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category></item><item><title>PDC 2009: Developing Quality Software using Visual Studio Team System 2010</title><link>http://blogs.msdn.com/habibh/archive/2009/08/05/pdc-2009-developing-quality-software-using-visual-studio-team-system-2010.aspx</link><pubDate>Wed, 05 Aug 2009 10:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9857757</guid><dc:creator>habibh</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/habibh/comments/9857757.aspx</comments><wfw:commentRss>http://blogs.msdn.com/habibh/commentrss.aspx?PostID=9857757</wfw:commentRss><description>&lt;p&gt;Software quality is a subject that is near and dear to my heart. At PDC 2009 this year, there is full day workshop on how to use Visual Studio Team System 2010 to &lt;a href="http://microsoftpdc.com/Sessions/Developing-Quality-Software-using-Visual-Studio-Team-System-2010"&gt;develop high quality software&lt;/a&gt;. I'm really excited about this workshop since it covers a lot of the features that my team works on including the debugger, profiler, code analysis, Historical Debugger, code coverage, etc.&lt;/p&gt;  &lt;p&gt;By the way, if you are heading down to PDC09, feel free to drop by the Visual Studio Team System booth for a chat. Who knows, I might also be giving a talk or two on the new developer features in Team System 2010.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/habibh/WindowsLiveWriter/PDC2009DevelopingQualitySoftwareusingVis_14AF8/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="PDC09" border="0" alt="PDC09" src="http://blogs.msdn.com/blogfiles/habibh/WindowsLiveWriter/PDC2009DevelopingQualitySoftwareusingVis_14AF8/image_thumb.png" width="242" height="242" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Habib Heydarian.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9857757" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/habibh/archive/tags/Team+System+2010/default.aspx">Team System 2010</category><category domain="http://blogs.msdn.com/habibh/archive/tags/Announcements/default.aspx">Announcements</category><category domain="http://blogs.msdn.com/habibh/archive/tags/VSTS+Developing/default.aspx">VSTS Developing</category></item><item><title>New VSTS "Pep Talk" Videos</title><link>http://blogs.msdn.com/habibh/archive/2009/02/17/new-vsts-pep-talk-videos.aspx</link><pubDate>Wed, 18 Feb 2009 05:05:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9429444</guid><dc:creator>habibh</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/habibh/comments/9429444.aspx</comments><wfw:commentRss>http://blogs.msdn.com/habibh/commentrss.aspx?PostID=9429444</wfw:commentRss><description>&lt;p&gt;Today, our marketing team released a set of very funny VSTS &amp;quot;pep talk&amp;quot; videos. Here is one of them.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/visualstudio/en-us/products/teamsystem/default.mspx?pt_id=690_2" href="http://www.microsoft.com/visualstudio/en-us/products/teamsystem/default.mspx?pt_id=690_2"&gt;http://www.microsoft.com/visualstudio/en-us/products/teamsystem/default.mspx?pt_id=690_2&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Thanks,&lt;/p&gt;  &lt;p&gt;HabibH.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9429444" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/habibh/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>Where to Download "The Goods" for PDC 2008</title><link>http://blogs.msdn.com/habibh/archive/2008/11/03/where-to-download-the-goods-for-pdc-2008.aspx</link><pubDate>Tue, 04 Nov 2008 00:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9035145</guid><dc:creator>habibh</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/habibh/comments/9035145.aspx</comments><wfw:commentRss>http://blogs.msdn.com/habibh/commentrss.aspx?PostID=9035145</wfw:commentRss><description>&lt;p&gt;At last week’s PDC conference, the attendees were given a 160 GB USB External HDD that contains a slew of content which includes a number of SDKs, whitepapers, etc. This content is collectively known as &amp;quot;The Goods&amp;quot;. The great news is that most of this content is available for download. Below, I have listed what is included in &amp;quot;The Goods&amp;quot; and where you can download it.&lt;/p&gt;  &lt;p&gt;&lt;img title="PDC2008 &amp;quot;The Goods&amp;quot; HDD" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="233" alt="PDC2008 &amp;quot;The Goods&amp;quot; HDD" src="http://blogs.msdn.com/blogfiles/habibh/WindowsLiveWriter/WheretoDownloadTheGoodsforPDC2008_A82D/clip_image001_3.jpg" width="156" border="0" /&gt;&lt;/p&gt;  &lt;h3&gt;.NET Micro Framework SDK v3.0&lt;/h3&gt;  &lt;p&gt;.NET Micro Framework SDK for embedded development, includes device emulator.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=9356ed6f-f1f0-43ef-b21a-4644dd089b4a&amp;amp;displayLang=en#"&gt;Microsoft .NET Micro Framework SDK Version 3.0&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;.NET Services SDK&lt;/h3&gt;  &lt;p&gt;The .NET Services SDK includes APIs, libraries, samples, and documentation for building applications with the three .NET Services: the Access Control Service, the Service Bus and the Workflow Service.&lt;/p&gt;  &lt;p&gt;&amp;lt;Download Location Placeholder&amp;gt;&lt;/p&gt;  &lt;h3&gt;Azure Services Training Kit&lt;/h3&gt;  &lt;p&gt;Azure Services Training Kit includes hands-on labs, presentations, and samples to help you understand how to utilize Azure Services. Please note: The content in this kit requires you to have registered developer accounts for the Azure Services.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=413E88F8-5966-4A83-B309-53B7B77EDF78&amp;amp;displaylang=en"&gt;Azure Services Training Kit - PDC Preview&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;Microsoft Blueprints&lt;/h3&gt;  &lt;p&gt;Microsoft Blueprints are collections of process and resources to help you produce a specific type of deliverable such as a library, framework or application; you can think them as task-specific SDKs which will be provided by Microsoft as well as you can build your own.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.codeplex.com/blueprints"&gt;Microsoft Blueprints&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;Highly Productive Computing: Developing for the Windows HPC Server 2008 Platform&lt;/h3&gt;  &lt;p&gt;Whitepaper on developer technologies for the Windows HPC Server 2008 platform.&lt;/p&gt;  &lt;p&gt;&amp;lt;Download Location Placeholder&amp;gt;&lt;/p&gt;  &lt;h3&gt;Live Framework Tools for Microsoft Visual Studio and the Live Framework SDK&lt;/h3&gt;  &lt;p&gt;The Live Framework SDK provides developers with documentation, samples, tools and APIs needed to build rich, connected, data-sharing applications using Live Services. The Live Framework Tools extend Visual Studio 2008 to enable the creation, building, debugging, running and packaging of Mesh Applications that utilize the Live Framework.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://dev.live.com/resources/downloads.aspx"&gt;Windows Live Framework&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D7C6DF11-2283-4CAC-9723-172F5C33EFBB&amp;amp;displaylang=en"&gt;Windows Live Tools for Microsoft Visual Studio&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;Microsoft® Windows® Software Development Kit (SDK) for Windows 7 and .NET Framework 3.5 Service Pack 1: Pre-Beta&lt;/h3&gt;  &lt;p&gt;The Windows SDK contains documentation, samples, headers, libraries, and tools designed to help you develop Windows applications.&lt;/p&gt;  &lt;p&gt;&amp;lt;Download Location Placeholder&amp;gt;&lt;/p&gt;  &lt;h3&gt;OEM Ready Tools&lt;/h3&gt;  &lt;p&gt;Software Qualification Tools for the OEM Ready Program.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ff6f5ff8-5655-4244-9f75-4d9909e5aec2&amp;amp;displaylang=en"&gt;OEM Ready Program Tools and Documentation&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;Microsoft Robotics Developer Studio 2008 Express Edition&lt;/h3&gt;  &lt;p&gt;Microsoft® Robotics Developer Studio 2008 Express Edition is a freely available .NET-based programming environment for building robotics applications. The Express Edition is fully functional version but has a feature set that better targets the non-professional developer and hobbyist.&lt;/p&gt;  &lt;p&gt;&amp;lt;Download Location&amp;gt;&lt;/p&gt;  &lt;h3&gt;Silverlight Tools for Visual Studio 2008 SP1&lt;/h3&gt;  &lt;p&gt;Add-on for Visual Studio 2008 SP1 for developing Silverlight 2 applications.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=c22d6a7b-546f-4407-8ef6-d60c8ee221ed&amp;amp;displaylang=en"&gt;Microsoft Silverlight Tools for Visual Studio 2008 SP1&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Taking Parallelism Mainstream    &lt;br /&gt;Microsoft Visual Studio 2010 leads the first wave of developer tools to simplify the mainstream transition to parallel software development. &lt;/p&gt;  &lt;h3&gt;Visual Studio 2010 &amp;amp; .NET Framework 4.0 CTP&lt;/h3&gt;  &lt;p&gt;The Visual Studio 2010 &amp;amp; .NET Framework 4.0 CTP Virtual PC Image &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=922B4655-93D0-4476-BDA4-94CF5F8D4814&amp;amp;displaylang=en"&gt;Microsoft Pre-release Software Visual Studio 2010 and .NET Framework 4.0 Community Technology Preview (CTP)&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;Visual Web Developer 2008 Express Edition with Service Pack 1&lt;/h3&gt;  &lt;p&gt;An easy-to-use environment for dynamic Web application development.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/express/download/"&gt;Visual Web Developer 2008 Express Edition with Service Pack 1&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;WCF and WF 4.0, “Oslo”, &amp;amp; “Dublin” PDC08 Virtual Machine&lt;/h3&gt;  &lt;p&gt;Applications and supporting materials that demonstrate the innovations in WCF and WF 4.0, “Oslo” modeling platform and the Windows Application Server enhancements codenamed “Dublin”.&lt;/p&gt;  &lt;p&gt;&amp;lt;Download Location Placeholder&amp;gt;&lt;/p&gt;  &lt;h3&gt;Microsoft WCF LOB Adapters SDK 2.0&lt;/h3&gt;  &lt;p&gt;WCF LOB Adapter SDK 2.0 (ASDK V2) is the WCF-service model based framework for writing WCF-based adapters for line-of-business (LOB) systems like SAP. The BizTalk Adapter Pack 2.5, which is built on top of WCF LOB Adapter SDK 2.0, constitutes the SAP adapter to create SAP services which in turn can be consumed by .NET applications.&lt;/p&gt;  &lt;p&gt;&amp;lt;Download Location Placeholder&amp;gt;&lt;/p&gt;  &lt;h3&gt;WCF REST Starter Kit Community Technology Preview&lt;/h3&gt;  &lt;p&gt;WCF REST Starter Kit provides features and guidance to enable quickly developing RESTful Services using WCF.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.codeplex.com/aspnet/Wiki/View.aspx?title=WCF%20REST"&gt;WCF REST Starter Kit&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;Windows 7 Ultimate ISO&lt;/h3&gt;  &lt;p&gt;Burn your own Windows 7 Ultimate DVD using these 32bit &amp;amp; 64bit ISO files.&lt;/p&gt;  &lt;p&gt;&amp;lt;Download Location Placeholder&amp;gt;&lt;/p&gt;  &lt;h3&gt;Windows 7 Whitepapers&lt;/h3&gt;  &lt;p&gt;These collection of whitepapers will help you get started developing on Windows 7.&lt;/p&gt;  &lt;p&gt;&amp;lt;Download Location Placeholder&amp;gt;&lt;/p&gt;  &lt;h3&gt;Windows Azure Tools for Microsoft Visual Studio and the Windows Azure SDK&lt;/h3&gt;  &lt;p&gt;Windows Azure SDK provides developers APIs, tools, documentation and samples needed to develop applications for internet scale on Windows Azure. Windows Azure Tools for Microsoft Visual Studio extend Visual Studio to enable the creation, building, debugging, running and packaging of scalable services on Windows Azure.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=BB893FB0-AD04-4FE8-BB04-0C5E4278D3E9&amp;amp;displaylang=en"&gt;Windows Azure Software Development Kit (October 2008 CTP)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=63D0D248-1B08-4F7D-ABDE-62EB75CB1E69&amp;amp;displaylang=en"&gt;Windows Azure Tools for Microsoft Visual Studio October 2008 CTP&lt;/a&gt; &lt;/p&gt;  &lt;h3&gt;Windows Media Center Software Development Kit&lt;/h3&gt;  &lt;p&gt;Documentation, tools and sample code for developing Windows Media Center applications and services.&lt;/p&gt;  &lt;p&gt;&amp;lt;Download Location Placeholder&amp;gt;&lt;/p&gt;  &lt;h3&gt;Windows Server 2008 R2 ISO&lt;/h3&gt;  &lt;p&gt;Pre-Beta release of Windows Server 2008 R2 for testing purposes only.&lt;/p&gt;  &lt;p&gt;&amp;lt;Download Location Placeholder&amp;gt;&lt;/p&gt;  &lt;h3&gt;SharePoint Developer Introductory Hands on Labs on a Virtual Machine&lt;/h3&gt;  &lt;p&gt;A set of hands on labs for .NET developer that provide an introduction to SharePoint Development.&lt;/p&gt;  &lt;p&gt;&amp;lt;Download Location Placeholder&amp;gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Habib Heydarian.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9035145" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/habibh/archive/tags/Announcements/default.aspx">Announcements</category></item></channel></rss>