<?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>Dr. Z's Blog : Technology Discussion</title><link>http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/</link><description>Tags: Technology Discussion</description><dc:language>en-US</dc:language><generator>Telligent Community 5.6.583.21163 (Build: 5.6.583.21163)</generator><item><title>Moving Data from SQL Server 2000 to SQL Server 2008</title><link>http://blogs.msdn.com/b/zxue/archive/2010/05/10/moving-data-from-sql-server-2000-to-sql-server-2008.aspx</link><pubDate>Mon, 10 May 2010 18:29:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10010418</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=10010418</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2010/05/10/moving-data-from-sql-server-2000-to-sql-server-2008.aspx#comments</comments><description>&lt;p&gt;I recently helped move data from a small SQL Sever 2000 database to SQL Server 2008 from one hosting environment to a different hosting environment. I tried several approaches and fortunately found one that worked well. You can find the detail in the post.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Approach #1: SQL Server Import/Export Wizard&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;People who were familiar with SQL Server 2000 probably enjoyed the Import and Export wizard that came with SQL Server 2000 Enterprise Manager. I used it all the times to upload a local database to a hosted server and vice versa. The wizard did exactly what it was designed for. However, this wizard doesn’t work with SQL Server 2005 or 2008. In order to import/export or copy an entire database, you will need a different tool available to SQL Server 2005/2008.&lt;/p&gt;  &lt;p&gt;This &lt;a href="http://msdn.microsoft.com/en-us/library/ms141209.aspx" target="_blank"&gt;tool&lt;/a&gt; (DTSWizard.exe) in SQL Server Management Studio allows you to copy data from tables and views only; it doesn’t import/export other objects such as stored procedures. Therefore, this option didn’t work for what I wanted to do.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms141209.aspx" target="_blank"&gt;&lt;img style="display: inline" title="image" alt="image" src="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_3.png" width="520" height="531" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;One quick note about the wizard. By default, the tool doesn’t create identity columns that exist in the source database. In order to create the identity columns, you will need to edit the mappings to open the dialog below and select “Enable identity insert.” Also, if you are running SQL Server Express, Web, or Workgroup edition, you can run the package that the Import and Export Wizard creates, but cannot save it. To save packages that the wizard creates, you must upgrade to SQL Server Standard, Enterprise, Developer or Evaluation.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_5.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_thumb_1.png" width="312" height="209" /&gt;&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_7.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_thumb_2.png" width="205" height="209" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;strong&gt;Approach &lt;/strong&gt;#2: Copy Database Wizard&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;You can use the &lt;a href="http://msdn.microsoft.com/en-us/library/ms188664.aspx" target="_blank"&gt;Copy Database Wizard&lt;/a&gt; in SQL Server Management Studio to upgrade from a SQL Server 2000 database to a SQL Server 2005 or later database. If you are running a SQL Server Express edition, there are two potential issues in using the tool. First, the copy command is not available from the Tasks dropdown menu. Second, the destination server must be SQL Server 2005 or later. This means that you cannot copy a database from a SQL server to your local Express edition.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_11.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_thumb_4.png" width="507" height="351" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;When I tried to use the tool to copy data from one SQL Server 2000 database with one hosting company to a SQL Server 2008 database at a different hosting company, the tool failed due to an error shown below: Object reference not set to an instance of an object.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_13.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_thumb_5.png" width="503" height="111" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I clicked on one of the two icons, and saw a bit more detail on the error. But the information wasn’t very helping in a solution. I tried several times but encountered the same error.&amp;#160; So I decided to move on without wasting too much time. (I would like to find out the cause of the error, and will provide an update in another post if there is any finding I can share with you.)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_15.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_thumb_6.png" width="505" height="381" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;strong&gt;Approach &lt;/strong&gt;#3: Generate Scripts&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;My last resort was to use the “Generate Scripts” option in SQL Server Management Studio and at last, it &lt;em&gt;worked&lt;/em&gt;. When using the script wizard, make sure you set the “Script Data” option to true. If you any triggers and indexes in the source database, set these options to true accordingly. To include stored procedures, you can select it from the “Choose Object Types” screen as shown below.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_19.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_thumb_8.png" width="249" height="226" /&gt;&lt;/a&gt;&amp;#160; &lt;a href="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_23.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_thumb_10.png" width="249" height="225" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Before you complete the script wizard, you can choose to save the script for a file, which I did. You have other two options: script to clipboard or script to a new query window. You can find more detail from this &lt;a href="http://blog.sqlauthority.com/2009/07/29/sql-server-2008-copy-database-with-data-generate-t-sql-for-inserting-data-from-one-table-to-another-table/" target="_blank"&gt;post&lt;/a&gt; by Pinalkumar Dave, a SQL Server MVP and Database Administrator.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_25.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MovingDatafromSQLServer2000toSQLServer20_8151/image_thumb_11.png" width="502" height="389" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The script wizard worked well for small databases. For databases larger than 100 MB or 1GB, you may want to consider another approach: use the copy wizard to get a copy of the original database to your local SQL Server (not the Express edition). You can then copy it to from your local server to another database server. Or, send the database files to your hosting company and ask the tech support administrator there to help you &lt;strong&gt;attach&lt;/strong&gt; the database to the database server assigned to you.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10010418" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category></item><item><title>Watch Microsoft MIX10 Live Keynotes March 15 &amp; 16</title><link>http://blogs.msdn.com/b/zxue/archive/2010/03/14/watch-microsoft-mix10-live-keynotes-march-15-16.aspx</link><pubDate>Mon, 15 Mar 2010 03:11:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9978459</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9978459</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2010/03/14/watch-microsoft-mix10-live-keynotes-march-15-16.aspx#comments</comments><description>&lt;p&gt;Join us to learn what’s new with Microsoft’s web platform and development tools such as Visual Studio 2010, Expression and Silverlight 4, and get the latest about Windows Phone 7 Series!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://live.visitmix.com/News/MIX10-Keynotes-Interviews-and-Sessions-Online" target="_blank"&gt;&lt;img alt="Keynote Streamed Live" src="http://live.visitmix.com/Skins/MIX10/Styles/img/MIX10_Banner_KeynoteLive.jpg" width="501" height="175" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9978459" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Microsoft+Events/">Microsoft Events</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Silverlight/">Silverlight</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Visual+Studio+2010+and+-NET+4-0/">Visual Studio 2010 and .NET 4.0</category></item><item><title>Find Out if Your Word Documents Contain Custom XML Markup</title><link>http://blogs.msdn.com/b/zxue/archive/2010/01/25/find-out-if-your-word-documents-contain-custom-xml-markup.aspx</link><pubDate>Mon, 25 Jan 2010 16:47:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9953041</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9953041</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2010/01/25/find-out-if-your-word-documents-contain-custom-xml-markup.aspx#comments</comments><description>&lt;p&gt;Gray Matter talks about a custom tool that helps detect if any Word documents (.docx and .docm) contain custom xml mark. You can find the detail about the tool and how to use it &lt;a href="http://blogs.technet.com/gray_knowlton/archive/2010/01/20/scanning-tool-to-detect-custom-xml-markup-in-docx-and-docm-files.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9953041" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Microsoft+Product+Information/">Microsoft Product Information</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Something+Interesting/">Something Interesting</category></item><item><title>A Free Antivirus Program: Microsoft Security Essentials</title><link>http://blogs.msdn.com/b/zxue/archive/2010/01/12/a-free-antivirus-program-microsoft-security-essentials.aspx</link><pubDate>Tue, 12 Jan 2010 15:25:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9947128</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9947128</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2010/01/12/a-free-antivirus-program-microsoft-security-essentials.aspx#comments</comments><description>&lt;p&gt;A few months ago Microsoft released a free antivirus program named Microsoft Security Essentials (MSE). It is mainly for consumers and home users. You can download it &lt;a href="http://www.microsoft.com/Security_Essentials/" target="_blank"&gt;here&lt;/a&gt;. To see how MSE works, check out this blog, &lt;a href="http://social.answers.microsoft.com/Forums/en-US/msestart/thread/28d93d23-4b5f-4077-9cd3-d90d1f63af98/" target="_blank"&gt;Introducing Microsoft Security Essentials&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;With MSE, you don’t need to run other antivirus, anti-spyware software products such as McAfee and Symantec (Norton). In fact, you need to uninstall these products first before installing MSE.&lt;/p&gt;  &lt;p&gt;While MSE is not a direct replacement of Microsoft’s Defender, you don’t need to run it either. If you are an XP user, installing MSE will automatically remove Defender. If Defender is not removed, you should manually remove it from the Control panel. If you are a Vista or Windows 7 user, you will NOT be able to remove Defender. However, installing MSE will automatically disable Defender. If for any reason Defender is not disabled, you should manually disable it to prevent from performance degradation.&lt;/p&gt;  &lt;p&gt;It is worth noting that Microsoft Forefront Client Security is another antivirus product from Microsoft. Unlike MSE, Forefront is designed for business customers. It provides a centrally managed interface and is integrated into enterprise IT infrastructure products such as Active Directory. You can find more info on Microsoft Forefront Client Security &lt;a href="http://www.microsoft.com/forefront/en/us/faq.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.microsoft.com/Security_Essentials/" target="_blank"&gt;&lt;img alt="" src="http://wykigq.bay.livefilestore.com/y1pzSbwUo-qD1zcAC90KEI3clLhBpRTVAXv8wgWcF-pQXT3zXCQYGcEjO0JMjvNkxyWA8tuB4bQodMbL-pCpv7EJzR1Y_ju39GB/MSE.png" width="492" height="380" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9947128" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Microsoft+Security/">Microsoft Security</category></item><item><title>Microsoft MultiPoint Server 2010</title><link>http://blogs.msdn.com/b/zxue/archive/2009/12/01/microsoft-multipoint-server-2010.aspx</link><pubDate>Tue, 01 Dec 2009 22:36:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9931125</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9931125</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/12/01/microsoft-multipoint-server-2010.aspx#comments</comments><description>&lt;p&gt;Would it be nice to share a computer simultaneously with multiple users? Yes, when Microsoft MultiPoint Server 2010 becomes available next year. While the new product is useful for many environments, it is ideal for educational institutions that want to provide more teachers and students with access to technology.&lt;/p&gt;  &lt;p&gt;Key features of MultiPoint Server 2010 includes, but is not limited to, the following:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Mapping a USB 2.0 keyboard, mouse, and headset to a monitor to create a student station. &lt;/li&gt;    &lt;li&gt;Providing each station with an individual Windows desktop, similar to the Windows 7 experience. &lt;/li&gt;    &lt;li&gt;Providing a teacher-friendly management user interface, called the MultiPoint Manager, to manage desktops, student accounts, and student sessions. &lt;/li&gt;    &lt;li&gt;Providing a fast and easy way to distribute content to students’ desktops. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MicrosoftMultiPointServer2010forStudents_F6DC/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/MicrosoftMultiPointServer2010forStudents_F6DC/image_thumb.png" width="514" height="132" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;To find more information on the product, visit the &lt;a href="http://www.microsoft.com/windows/multipoint/default.aspx" target="_blank"&gt;Microsoft MultiPoint Server 2010&lt;/a&gt; web site.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9931125" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Windows+7/">Windows 7</category></item><item><title>Introducing SharePoint 2010 (Beta)</title><link>http://blogs.msdn.com/b/zxue/archive/2009/11/17/introducing-sharepoint-2010-beta.aspx</link><pubDate>Tue, 17 Nov 2009 20:21:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9923814</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9923814</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/11/17/introducing-sharepoint-2010-beta.aspx#comments</comments><description>&lt;p&gt;SharePoint Server 2010 Beta provides an extensible platform to rapidly build solutions using familiar tools such as Visual Studio 2010 and SharePoint Designer 2010. Beta is available for download &lt;a href="http://msdn.microsoft.com/en-us/sharepoint/default.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sharepoint2010.microsoft.com/Pages/default.aspx" target="_blank"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/zxue/WindowsLiveWriter/IntroducingSharePoint2010Beta_D7DC/image_3.png" width="505" height="450" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;To learn more about SharePoint 2010, visit &lt;a href="http://sharepoint2010.microsoft.com/Pages/default.aspx" target="_blank"&gt;Microsoft SharePoint web site&lt;/a&gt;. Also, check out David Chappell’s white paper, &lt;a href="http://blogs.msdn.com/innov8showcase/archive/2009/11/07/sharepoint-2010-developer-platform-white-paper-by-david-chappell.aspx" target="_blank"&gt;SharePoint 2010: Developer Platform White Paper&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9923814" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/SharePoint+2010/">SharePoint 2010</category></item><item><title>PDC09 Demo App: Tailspin Travel (Visual Studio 2010)</title><link>http://blogs.msdn.com/b/zxue/archive/2009/11/17/pdc09-demo-app-tailspin-travel-visual-studio-2010.aspx</link><pubDate>Tue, 17 Nov 2009 19:59:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9923798</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9923798</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/11/17/pdc09-demo-app-tailspin-travel-visual-studio-2010.aspx#comments</comments><description>&lt;p&gt;You can now &lt;b&gt;download the Tailspin Travel application &lt;/b&gt;from Codeplex (&lt;a href="http://tailspintravel.codeplex.com/"&gt;download here&lt;/a&gt;). &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;System Requirements:&lt;/strong&gt;&amp;#160; Tailspin was built using Visual Studio 2010 Ultimate, and there are a few features in use in the demo that require that version (e.g. coded-UI tests). If you’re using a different SKU, you’ll still be able to run the solution, but there will be some features you won’t be able to take advantage of. Because we consider the new Windows Server AppFabric a key part to the Tailspin Travel application, we also require that you have it installed. This is what enables the memory-caching, as well as the service/workflow containers, and monitoring support. SQL Server 2008 R2 isn’t a hard requirement, but if you don’t have it installed you won’t be able to deploy the Data-Tier Application (DAC).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://tailspintravel.codeplex.com/" target="_blank"&gt;&lt;img title="Tailspin Travel" alt="Tailspin Travel" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=tailspintravel&amp;amp;DownloadId=93287" width="511" height="333" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In addition to the features that were demoed at PDC keynote, the released version of Tailspin contains many additional scenarios to help developers see a broader view of possibilities with the respective technologies.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9923798" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category></item><item><title>PDC 2009: Announcing Availability of ASP.NET MVC 2 (Beta), WIF (RTM) and AppFabric (Beta)</title><link>http://blogs.msdn.com/b/zxue/archive/2009/11/17/pdc-2009-announcing.aspx</link><pubDate>Tue, 17 Nov 2009 19:48:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9923795</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9923795</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/11/17/pdc-2009-announcing.aspx#comments</comments><description>&lt;p&gt;At &lt;a href="http://microsoftpdc.com" target="_blank"&gt;PDC&lt;/a&gt;’s keynote Bob Muglia announced availability of several products and technologies. Some of them will be available for download shortly.&lt;/p&gt;  &lt;p&gt;a. &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4817cdb2-88ea-4af4-a455-f06b4c90fd2c"&gt;ASP.NET MVC 2 Beta&lt;/a&gt; (for Visual Studio 2008 SP1)&lt;/p&gt;  &lt;p&gt;ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application – the UI logic using the view, user-input handling using the controller, and the domain logic using the model. ASP.NET MVC applications are easily testable using techniques such as test-driven development (TDD).&lt;/p&gt;  &lt;p&gt;The installation package includes templates and tools for Visual Studio 2008 SP 1 to increase productivity when writing ASP.NET MVC applications. For example, the Add View dialog box takes advantage of customizable code generation (T4) templates to generate a view based on a model object. The default project template allows the developer to automatically hook up a unit-test project that is associated with the ASP.NET MVC application.&lt;/p&gt;  &lt;p&gt;Because the ASP.NET MVC framework is built on ASP.NET 3.5 SP 1, developers can take advantage of existing ASP.NET features like authentication and authorization, profile settings, localization, and so on.&lt;/p&gt;  &lt;p&gt;b. &lt;a href="http://msdn.microsoft.com/en-us/evalcenter/dd440951.aspx"&gt;Windows Identity Foundation RTM&lt;/a&gt; (aka “Geneva Framework”)&lt;/p&gt;  &lt;p&gt;Microsoft Windows Identity Foundation helps simplify user access for developers by externalizing user access from applications via claims and reducing development effort with pre-built security logic and integrated .NET tools. Users can benefit through single sign-on and seamless collaboration across organizational boundaries.&lt;/p&gt;  &lt;p&gt;c. &lt;a href="http://msdn.microsoft.com/appfabric"&gt;Windows Server AppFabric Beta&lt;/a&gt; (New product)&lt;/p&gt;  &lt;p&gt;Windows Server AppFabric is a set of integrated technologies that make it easier to build, scale and manage web and composite applications that run on IIS. The Beta 1 of Windows Server AppFabric will be available for download &lt;font color="#ff0000"&gt;shortly&lt;/font&gt;.&lt;/p&gt;  &lt;p&gt;You can watch PDC keynote live broadcast at &lt;a title="http://microsoftpdc.com" href="http://microsoftpdc.com"&gt;http://microsoftpdc.com&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9923795" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category></item><item><title>Facebook Toolkit for .NET Developers</title><link>http://blogs.msdn.com/b/zxue/archive/2009/11/10/facebook-toolkit-for-net-developers.aspx</link><pubDate>Tue, 10 Nov 2009 17:26:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9920278</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9920278</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/11/10/facebook-toolkit-for-net-developers.aspx#comments</comments><description>&lt;p&gt;Microsoft has just released a Facebook SDK that enables .NET developers to quickly and easily leverage the various features of the Facebook Platform. This toolkit has evolved over time with input from the community and from Microsoft. The latest release (v3.0) includes new architectural improvements and provides an asynchronous interface for using the toolkit from Silverlight and from WPF.&lt;/p&gt;  &lt;p&gt;You can find more info on the SDK and detailed instructions about how to create a Fackbook application &lt;a href="http://msdn.microsoft.com/en-us/windows/ee388574.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9920278" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category></item><item><title>The Toolshed Man Starts a New Chapter</title><link>http://blogs.msdn.com/b/zxue/archive/2009/11/06/the-toolshed-man-starts-a-new-chapter.aspx</link><pubDate>Fri, 06 Nov 2009 17:21:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9918684</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9918684</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/11/06/the-toolshed-man-starts-a-new-chapter.aspx#comments</comments><description>&lt;p&gt;A colleague of mine, who I got to know while working out of the Microsoft New England office, decided to start a new chapter after 12 years of service. He is best known as Russ’s&amp;#160; Tool Shed. If you think developing .NET applications can be fun, you are absolutely right. Check out one of his episodes on &lt;a href="http://channel9.msdn.com/shows/toolshed/Toolshed-Episode-5-Its-All-About-The-Tools-TV-Show/" target="_blank"&gt;Channel9&lt;/a&gt;.&lt;/p&gt; &lt;object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="512" height="384"&gt; &lt;param name="source" value="http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap" /&gt; &lt;param name="initParams" value="deferredLoad=true,duration=0,m=http://ecn.channel9.msdn.com/o9/ch9/2/4/5/4/0/5/ItsAllAboutTheToolsEpisode5FinalEdition_2MB_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap, postid=490340" /&gt; &lt;param name="background" value="#00FFFFFF" /&gt; &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"&gt; &lt;img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none" /&gt; &lt;/a&gt; &lt;/object&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9918684" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category></item><item><title>Resources for Developing Windows 7 Applications</title><link>http://blogs.msdn.com/b/zxue/archive/2009/10/28/resources-for-developing-windows-7-applications.aspx</link><pubDate>Wed, 28 Oct 2009 20:01:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9914296</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9914296</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/10/28/resources-for-developing-windows-7-applications.aspx#comments</comments><description>&lt;p&gt;Microsoft has put together a list of online resources to help developers get started with creating Windows 7 applications, including links to application compatibility tool, Windows SDK, managed code for Windows 7 APIs, and the training kit. See more detail &lt;a href="http://msdn.microsoft.com/en-us/windows/ee532070.aspx"&gt;here&lt;/a&gt;. The training kit includes many sample Windows 7 applications and presentations. &lt;/p&gt;  &lt;p&gt;Also, you can download and run a reference Windows 7 application called “PhotoView” at the &lt;a href="http://code.msdn.microsoft.com/XP2Win7"&gt;MSDN&lt;/a&gt; site. The application features the Image Viewer, a WPF application that runs on XP. But when you run the same application on Windows 7, it unlocks new technologies such as Taskbar, the Sensors and Location Platform, and Multitouch, as well as “old” Vista friends such as Application Recovery and Windows Search. &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:685a4c84-5a56-4f2b-a46f-40a8f6041095" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Windows+7" rel="tag"&gt;Windows 7&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Application+Development" rel="tag"&gt;Application Development&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Training+Kit" rel="tag"&gt;Training Kit&lt;/a&gt;,&lt;a href="http://technorati.com/tags/PhotoViewer" rel="tag"&gt;PhotoViewer&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9914296" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Windows+7/">Windows 7</category></item><item><title>Intel CEO Paul Otellini Speaks about Windows 7 and PC Refresh Cycle at FoxBusiness</title><link>http://blogs.msdn.com/b/zxue/archive/2009/10/19/intel-ceo-paul-otellini-speaks-about-windows-7-and-pc-refresh-cycle-at-foxbusiness.aspx</link><pubDate>Mon, 19 Oct 2009 22:11:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9909475</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9909475</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/10/19/intel-ceo-paul-otellini-speaks-about-windows-7-and-pc-refresh-cycle-at-foxbusiness.aspx#comments</comments><description>&lt;p&gt;(Starting at 2'50&amp;quot; of the video clip) &lt;/p&gt;  &lt;p&gt;Why asked by FoxBusiness reporters why businesses may not put off upgrading to Windows 7 this time, Intel CEO Paul Otellini responds by saying that three are &lt;em&gt;three&lt;/em&gt; things coming together. Most corporations are using XP. That's been almost ten years old now. Most computers are four to five years old; they are costing corporations more to keep than to buy the new one. CFOs are now seeing the light at the end of the tunnel in terms of business improving for 2010. That could start the refresh cycle again.&lt;/p&gt; &lt;script type="text/javascript" src="http://video.foxbusiness.com/embed.js?id=10816601&amp;amp;w=400&amp;amp;h=249"&gt;&lt;/script&gt;&lt;noscript&gt;&lt;/noscript&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9909475" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Windows+7/">Windows 7</category></item><item><title>Visual Studio 2010 and .NET Framework 4 Beta 2 Available</title><link>http://blogs.msdn.com/b/zxue/archive/2009/10/19/visual-studio-2010-and-net-framework-4-beta-2-available.aspx</link><pubDate>Mon, 19 Oct 2009 17:50:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9909267</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9909267</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/10/19/visual-studio-2010-and-net-framework-4-beta-2-available.aspx#comments</comments><description>&lt;p&gt;The Visual Studio 2010 and .NET Framework Beta 2 is available to MSDN subscribers on Monday, October 19th, with general availability on October 21st.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Visual Studio 2010 and .NET Framework 4 Beta 2&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://msdn.microsoft.com/en-us/vstudio/dd441784.aspx" href="http://msdn.microsoft.com/en-us/vstudio/dd441784.aspx"&gt;http://msdn.microsoft.com/en-us/vstudio/dd441784.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Visual Studio 2010 and .NET Framework 4 Beta 2 Walkthroughs&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://msdn.microsoft.com/en-us/vstudio/dd441784.aspx" href="http://msdn.microsoft.com/en-us/vstudio/dd441784.aspx"&gt;http://msdn.microsoft.com/en-us/vstudio/dd441784.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9909267" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Visual+Studio+2010+and+-NET+4-0/">Visual Studio 2010 and .NET 4.0</category></item><item><title>Setting Beautiful Bing Pictures as your Windows 7 Background</title><link>http://blogs.msdn.com/b/zxue/archive/2009/10/16/setting-beautiful-bing-pictures-as-your-windows-7-background.aspx</link><pubDate>Fri, 16 Oct 2009 14:51:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9908210</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9908210</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/10/16/setting-beautiful-bing-pictures-as-your-windows-7-background.aspx#comments</comments><description>&lt;p&gt;To set beautiful Bing pictures as your Windows 7 desktop background, download the custom &lt;a href="http://img.blogsolute.com/Bing.theme" target="_blank"&gt;theme&lt;/a&gt; file, install it on your Windows 7 computer and optionally modify the setting. A &lt;a href="http://www.blogsolute.com/2009/08/set-bing-images-desktop-wallpapers.html" target="_blank"&gt;blog&lt;/a&gt; post outlines the three steps in detail. &lt;/p&gt;  &lt;p&gt;If you are curious about how the custom theme works behind the scenes, and how the Bing images are downloaded to your computer via an RSS feed, read this &lt;a href="http://www.makeuseof.com/tag/how-to-set-a-bing-wallpaper-desktop-slideshow-in-windows-7/" target="_blank"&gt;blog&lt;/a&gt; post. Amazing!&lt;/p&gt;  &lt;p&gt;For Windows XP users: the custom theme will not work on XP. However, you still can enjoy Windows 7 themes on your XP if you like. Watch this interesting youtube video to find out how.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/7xpGckErgio&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/7xpGckErgio&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;  &lt;p&gt;Note: A Windows desktop theme is a combination of pictures, colors, and sounds on your computer. It includes a desktop background, a screen saver, a window border color, and a sound scheme. Some themes might also include desktop icons and mouse pointers. Windows comes with several themes including Aero themes you can choose from. Click &lt;a href="http://windows.microsoft.com/en-us/windows7/what-is-a-theme" target="_blank"&gt;here&lt;/a&gt; to learn more about Windows theme and how to change and customize your desktop theme. You can download additional themes from &lt;a href="http://windows.microsoft.com/en-us/windows/downloads/personalize" target="_blank"&gt;Microsoft.com&lt;/a&gt; and other web sites.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9908210" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Windows+7/">Windows 7</category></item><item><title>Insights to Six Concerns Over Windows Azure</title><link>http://blogs.msdn.com/b/zxue/archive/2009/10/14/insights-to-six-concerns-over-windows-azure.aspx</link><pubDate>Wed, 14 Oct 2009 17:26:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9907247</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9907247</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/10/14/insights-to-six-concerns-over-windows-azure.aspx#comments</comments><description>&lt;p&gt;In his blog &lt;a href="http://vlele.wordpress.com/2009/10/14/outlook-for-azure-scattered-clouds-but-generally-sunny/" target="_blank"&gt;post&lt;/a&gt; titled “Outlook for Azure – scattered clouds but generally sunny”, &lt;a href="http://www.appliedis.com/leadership.html" target="_blank"&gt;Vishwas Lele&lt;/a&gt;, CTO of Applied Information Sciences, addresses concerns over pricing, scalability, performance, remote desktop access and applicability of Windows Azure, and offers his insights based on his knowledge of and hands-on experience with Windows Azure in its pre-release versions. &lt;/p&gt;  &lt;p&gt;In his closing mark, he states that while the Azure product team is working hard to address and improve some technical aspects of the Azure platform, “&lt;em&gt;for the rest of us, who want to build cloud application using the .NET building blocks we know and the VS.NET based tools we love, work is cut out for us as well …&lt;/em&gt;”&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9907247" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Windows+Azure/">Windows Azure</category></item><item><title>An Architect’s perspective on Silverlight 3</title><link>http://blogs.msdn.com/b/zxue/archive/2009/10/13/an-architect-s-perspective-on-silverlight-3.aspx</link><pubDate>Tue, 13 Oct 2009 15:56:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9906676</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9906676</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/10/13/an-architect-s-perspective-on-silverlight-3.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;October 27, 2009 at 11:00am – 12:30pm PST&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Title: An Architect’s perspective on Silverlight 3&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Presenter: Tim Heuer&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Abstract:&lt;/b&gt;&lt;i&gt; Many .NET developers are becoming more and more interested in the Rich Internet Application development space, and in particular Silverlight.&amp;#160; In this session we will step back from a detailed implementation technology and take a higher level look at Silverlight from the architect’s perspective.&amp;#160; We will discuss the types of applications where Silverlight makes sense and some scenarios where Silverlight may not be the appropriate technology.&amp;#160; We will also delve into some of the architectural decisions that the architect must consider when writing applications for this platform and where some of the tradeoffs may lie.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Tim Heuer&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;I currently work for Microsoft as a program manager for Microsoft &lt;a href="http://silverlight.net"&gt;Silverlight&lt;/a&gt;, a web technology aimed at delivering rich internet experiences to users.&amp;#160; Before this current role, I was a developer evangelist for Microsoft serving the Arizona, Nevada, New Mexico, Colorado, Montana and Utah areas aiming to strengthen and support communities and software developers in these geographies. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Event ID: 1032427862&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Link to Register: &lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032427862&amp;amp;Culture=en-US"&gt;An Architect’s perspective on Silverlight 3&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9906676" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Silverlight/">Silverlight</category></item><item><title>Deploying Windows 7 from an Infrastructure Architect’s Perspective</title><link>http://blogs.msdn.com/b/zxue/archive/2009/10/13/deploying-windows-7-from-an-infrastructure-architect-s-perspective.aspx</link><pubDate>Tue, 13 Oct 2009 15:54:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9906673</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9906673</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/10/13/deploying-windows-7-from-an-infrastructure-architect-s-perspective.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;October 28, 2009 at 11:00am – 12:30pm PST&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Title: Deploying Windows 7 from an Infrastructure Architect’s Perspective&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Presenter: Doug Klokow&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Abstract:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;We’ll discuss 5 key areas centered on deploying Windows 7: &lt;u&gt;Developing business justification&lt;/u&gt; – Evaluate the capabilities provided by Windows 7 and develop a plan for how to realize business value from these solutions; &lt;u&gt;Where are you today&lt;/u&gt; – Explore the differences of preparing for Windows 7 based on your current desktop operating system; &lt;u&gt;Application readiness&lt;/u&gt; – Explore the tools and resources available to gain insight into your readiness to deploy Windows 7, Internet Explorer 8, and/or Office 2007/2010; &lt;u&gt;Deployment readiness&lt;/u&gt; – Explore the tools and resources available to create a design and deployment solution for your enterprise; &lt;u&gt;Training your employees &lt;/u&gt;– Discuss available resources for training your IT Staff and End Users.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Doug Klokow&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Part of Microsoft Consulting Services for 9 years focused on client desktop deployment solutions. He is part of the Virtual Deployment Practice that is focused on driving early customer deployment on Microsoft client technologies and is also supporting Microsoft’s Desktop Virtualization capabilities and service offerings. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Event ID: 1032427863&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Link to Register: &lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032427863&amp;amp;Culture=en-US"&gt;Deploying Windows 7 from an Infrastructure Architect’s Perspective&lt;/a&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9906673" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Windows+7/">Windows 7</category></item><item><title>Choosing the Right Version of Windows 7</title><link>http://blogs.msdn.com/b/zxue/archive/2009/10/05/choosing-the-right-version-of-windows-7.aspx</link><pubDate>Mon, 05 Oct 2009 19:35:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9903315</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9903315</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/10/05/choosing-the-right-version-of-windows-7.aspx#comments</comments><description>&lt;p&gt;While Microsoft has made great effort to simplify the choice of the latest operating system -- Windows 7, there are still confusions among consumers and users as to which version of Windows 7 is the best for them. The Microsoft web site lists 3 versions, with retail pricing and high-level feature comparisons: &lt;strong&gt;Home Premium&lt;/strong&gt;, &lt;strong&gt;Professional&lt;/strong&gt; and &lt;strong&gt;Ultimate&lt;/strong&gt;.&amp;#160; A detailed comparison, feature by feature, is documented by this &lt;a href="http://en.wikipedia.org/wiki/Windows_7_editions" target="_blank"&gt;article&lt;/a&gt; at Wikipedia.&lt;/p&gt;  &lt;p&gt;For home users, the Home Premium edition is the typical choice. For business users, the Professional edition is recommended. If you need some advanced features such as virtual disk boot (virtualization) and DirectAccess (a VPN-like solution), Ultimate is your best bit whether you are a home user or business user.&lt;/p&gt;  &lt;p&gt;There are several variations to the three editions that may offer additional choices for you.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows 7 &lt;strong&gt;Starter&lt;/strong&gt; edition is for netbooks only and comes with very basic features. &lt;/li&gt;    &lt;li&gt;Windows 7 &lt;strong&gt;Home Basic&lt;/strong&gt; will be available in emerging markets and will not be available in several countries including the United States. &lt;/li&gt;    &lt;li&gt;Windows 7 &lt;strong&gt;Enterprise&lt;/strong&gt; edition. This edition, which contains the same features as Windows 7 Ultimate, is a volume licensing option for enterprise customers. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;European&lt;/strong&gt; alternative editions and &lt;strong&gt;South Korea&lt;/strong&gt; alternative editions. More detail to come. &lt;/li&gt;    &lt;li&gt;All editions except the Starter edition support both &lt;strong&gt;32-bit and 64-bit&lt;/strong&gt;. If your PC hardware supports 64-bit architecture, you may choose the 64-bit version of your selected Windows 7 edition. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Molly Wood and Ina Fried at CNET recently interviewed Microsoft CEO Steve Ballmer and asked him about Windows 7 editions, and other questions concerning Windows Mobile 6.5, Courier Tablet, Apple Tablet, Bing vs. Google, and Zune HD. Check out the &lt;a href="http://news.cnet.com/8301-30966_3-10366826-262.html?tag=newsLeadStoriesArea.1" target="_blank"&gt;video&lt;/a&gt; if interested.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9903315" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Windows+7/">Windows 7</category></item><item><title>Microsoft SQL Azure Database Community Technology Preview (CTP) Just Released</title><link>http://blogs.msdn.com/b/zxue/archive/2009/08/19/microsoft-sql-azure-database-community-technology-preview-ctp-just-released.aspx</link><pubDate>Wed, 19 Aug 2009 23:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9875943</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9875943</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/08/19/microsoft-sql-azure-database-community-technology-preview-ctp-just-released.aspx#comments</comments><description>&lt;P&gt;&lt;B&gt;The &lt;A href="http://msdn.microsoft.com/en-us/sqlserver/dataservices/default.aspx" mce_href="http://msdn.microsoft.com/en-us/sqlserver/dataservices/default.aspx"&gt;SQL Azure &lt;/A&gt;&lt;/B&gt;&lt;A href="http://msdn.microsoft.com/en-us/sqlserver/dataservices/default.aspx" mce_href="http://msdn.microsoft.com/en-us/sqlserver/dataservices/default.aspx"&gt;Database CTP&lt;/A&gt; includes:&lt;/P&gt;
&lt;P&gt;· Relational data model supporting &lt;A href="http://msdn.microsoft.com/en-us/library/ms189826.aspx" target=_blank&gt;Transact-SQL (T-SQL)&lt;/A&gt;, including T-SQL stored procedures. Access SQL Azure with familiar data access APIs such as ODBC, OLE DB, ADO.Net, PHP, etc.&amp;nbsp;&amp;nbsp; The high degree of compatibility with SQL Server enables easy migration of existing Line of Business (LOB) or Web applications to the cloud.&lt;/P&gt;
&lt;P&gt;· Self-provisioning, auto-healing and disaster recovery, with high availability and no physical database administration. Self service provisioning means you can provision any number of databases and not have to worry about machines, disks, or server configuration.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Pay-as-you-grow multi-tenant scalable service model. 
&lt;LI&gt;Efficiencies from an enterprise class data center without the administrative overhead. 
&lt;LI&gt;Support for familiar tools so developers can leverage existing skills to speed time to solution 
&lt;LI&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=ccdf728b-1ea0-48a8-a84a-5052214caad9" mce_href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=ccdf728b-1ea0-48a8-a84a-5052214caad9"&gt;SQL Server Driver for PHP CTP&lt;/A&gt; will include:&lt;/B&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Support for SQL Azure, PHP version 5.3, and UTF-8 
&lt;LI&gt;Support for Scrollable results and row count 
&lt;LI&gt;Migration to the SQL Server 2008 Native Client framework with enhanced performance &lt;/LI&gt;&lt;/UL&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9875943" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category></item><item><title>Windows Azure Platform Training Kit - August Update</title><link>http://blogs.msdn.com/b/zxue/archive/2009/08/17/windows-azure-platform-training-kit-august-update.aspx</link><pubDate>Mon, 17 Aug 2009 17:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9872365</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9872365</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/08/17/windows-azure-platform-training-kit-august-update.aspx#comments</comments><description>&lt;P&gt;&lt;SPAN&gt;The Windows Azure Platform Training Kit includes a comprehensive set of technical content including hands-on labs, presentations, and demos that are designed to help you learn how to use the Windows Azure platform including: Windows Azure, SQL Azure and .NET Services. You can download it &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=413E88F8-5966-4A83-B309-53B7B77EDF78&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=413E88F8-5966-4A83-B309-53B7B77EDF78&amp;amp;displaylang=en"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9872365" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category></item><item><title>Windows 7: Application Compatibility and Windows XP Mode</title><link>http://blogs.msdn.com/b/zxue/archive/2009/08/05/windows-7-application-compatibility-and-windows-xp-mode.aspx</link><pubDate>Wed, 05 Aug 2009 18:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9858151</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9858151</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/08/05/windows-7-application-compatibility-and-windows-xp-mode.aspx#comments</comments><description>&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Many commercial and custom developed applications running on Windows XP and Vista should just work on Windows 7. However, it is highly recommended that customers test the applications before moving them to Windows 7. Microsoft provides many &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/en-us/windows/aa904987.aspx" mce_href="http://msdn.microsoft.com/en-us/windows/aa904987.aspx"&gt;&lt;FONT size=3 face=Calibri&gt;resources&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt; on application compatibility testing including &lt;A href="http://msdn.microsoft.com/en-us/library/dd371778(VS.85).aspx" mce_href="http://msdn.microsoft.com/en-us/library/dd371778(VS.85).aspx"&gt;Windows 7 and Windows Server 2008 R2 Application Quality Cookbook&lt;/A&gt; and&amp;nbsp;the &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=24da89e9-b581-47b0-b45e-492dd6da2971&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=24da89e9-b581-47b0-b45e-492dd6da2971&amp;amp;displaylang=en"&gt;&lt;FONT size=3 face=Calibri&gt;Microsoft Application Compatibility Toolkit&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt; (free download). You can watch a series of videos on how ACT works and how to use it&amp;nbsp;at the &lt;A href="http://technet.microsoft.com/en-us/appcompat/default.aspx" mce_href="http://technet.microsoft.com/en-us/appcompat/default.aspx"&gt;TechNet&lt;/A&gt; site.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;For a small set of Windows XP applications that are not compatible with Windows 7, customers can continue to run these applications using the XP mode of Windows 7. Customers can either install the Windows XP mode manually or get it from new PCs that have it pre-installed. The Windows XP mode for Windows 7 (release candidate) is available for &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/windows/virtual-pc/download.aspx" mce_href="http://www.microsoft.com/windows/virtual-pc/download.aspx"&gt;&lt;FONT size=3 face=Calibri&gt;download&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt;. &lt;I style="mso-bidi-font-style: normal"&gt;Note that Windows Virtual PC requires a CPU with the Intel Virtualization Technology or AMD-V feature turned on&lt;/I&gt;. For details on how to enable, visit the &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/windows/virtual-pc/support/configure-bios.aspx" mce_href="http://www.microsoft.com/windows/virtual-pc/support/configure-bios.aspx"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;Configure BIOS&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt; page or check with your computer manufacturer. &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;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9858151" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category></item><item><title>Adding Microsoft Bing to your Web Site</title><link>http://blogs.msdn.com/b/zxue/archive/2009/07/31/adding-microsoft-bing-to-your-web-site.aspx</link><pubDate>Fri, 31 Jul 2009 18:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9854510</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9854510</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/07/31/adding-microsoft-bing-to-your-web-site.aspx#comments</comments><description>&lt;P&gt;TechFlash reports that &lt;A class="" href="http://www.techflash.com/microsoft/Washington_state_goes_with_Bing_52091987.html" mce_href="http://www.techflash.com/microsoft/Washington_state_goes_with_Bing_52091987.html"&gt;Washington state goes with Bing&lt;/A&gt;. You can test how the Bing search engine works at the &lt;A href="http://access.wa.gov/"&gt;official website&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;If you are interested to add Bing search box to your own web site, it is rather easy to do so. The detailed instructions are provided at &lt;A href="http://www.bing.com/siteowner"&gt;http://www.bing.com/siteowner&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;U&gt;Add a basic search box to search the Web from your website&lt;/U&gt; &lt;/P&gt;
&lt;P mce_keep="true"&gt;For a list of code-page values for all languages, see the Code Pages Supported by Windows webpage.&lt;/P&gt;
&lt;P mce_keep="true"&gt;To let your visitors search the Web from your website, add the following code to your webpage:&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;lt;!-- Web search from Bing--&amp;gt;&lt;BR&gt;&amp;lt;form method="get" action="&lt;A href="http://www.bing.com/search"&gt;http://www.bing.com/search&lt;/A&gt;"&amp;gt;&lt;BR&gt;&amp;lt;input type="hidden" name="cp" value="1252" /&amp;gt;&lt;BR&gt;&amp;lt;input type="hidden" name="FORM" value="FREEWS" /&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;table bgcolor="#FFFFFF"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a href="&lt;A href="http://www.bing.com/"&gt;http://www.bing.com/&lt;/A&gt;"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;img src="&lt;A href="http://www.bing.com/siteowner/s/siteowner/Logo_51x19_Dark.png"&gt;http://www.bing.com/siteowner/s/siteowner/Logo_51x19_Dark.png&lt;/A&gt;" border="0" ALT="bing" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/a&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="text" name="q" size="30" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="submit" value="Search Web" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;/table&amp;gt;&lt;BR&gt;&amp;lt;/form&amp;gt;&lt;BR&gt;&amp;lt;!-- Web Search from Bing --&amp;gt; &lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;U&gt;Add a basic search box to search just your website&lt;/U&gt;&lt;BR&gt;&lt;BR&gt;Note: You need to replace the domain name "&lt;STRONG&gt;xyzdomain.com&lt;/STRONG&gt;" with your own domain. Do not include prefix "www". &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;lt;!-- Site search from Bing--&amp;gt;&lt;BR&gt;&amp;lt;form method="get" action="&lt;A href="http://www.bing.com/search"&gt;http://www.bing.com/search&lt;/A&gt;"&amp;gt;&lt;BR&gt;&amp;lt;input type="hidden" name="cp" value="1252" /&amp;gt;&lt;BR&gt;&amp;lt;input type="hidden" name="FORM" value="FREESS" /&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;table bgcolor="#FFFFFF"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a href="&lt;A href="http://www.bing.com/"&gt;http://www.bing.com/&lt;/A&gt;"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;img src="&lt;A href="http://www.bing.com/siteowner/s/siteowner/Logo_51x19_Dark.png"&gt;http://www.bing.com/siteowner/s/siteowner/Logo_51x19_Dark.png&lt;/A&gt;" border="0" ALT="Bing" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/a&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="text" name="q" size="30" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="submit" value="Search Site" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="q1" value="site:&lt;STRONG&gt;xyzdomain.com&lt;/STRONG&gt;" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;/table&amp;gt;&lt;BR&gt;&amp;lt;/form&amp;gt;&lt;BR&gt;&amp;lt;!-- Site Search from Bing --&amp;gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9854510" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category></item><item><title>Windows 7 RTM Schedule</title><link>http://blogs.msdn.com/b/zxue/archive/2009/07/23/windows-7-rtm-schedule.aspx</link><pubDate>Thu, 23 Jul 2009 18:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9846518</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9846518</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/07/23/windows-7-rtm-schedule.aspx#comments</comments><description>&lt;P&gt;The&lt;A href="http://windowsteamblog.com/blogs/windows7/archive/2009/07/21/when-will-you-get-windows-7-rtm.aspx" mce_href="http://windowsteamblog.com/blogs/windows7/archive/2009/07/21/when-will-you-get-windows-7-rtm.aspx"&gt; Windows 7 Blog&lt;/A&gt; announced the following Win7 release schedule.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ISV (Independent software vendor) and IHV (Independent hardware vendor) Partners will be able to download Windows 7 RTM from Microsoft Connect or MSDN on &lt;STRONG&gt;August 6th, 2009&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;If you are a Volume License (VL) customer with an existing Software Assurance (SA) license&lt;B&gt; &lt;/B&gt;you will be able to download Windows 7 RTM in English starting &lt;STRONG&gt;August 7th&lt;/STRONG&gt; via the Volume License Service Center (VLSC). The rest of the languages for Windows 7 RTM should be available within a couple of weeks after that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are a few ways you can get Windows 7 RTM. IT Professionals with TechNet Subscriptions will be able to download Windows 7 RTM in English on &lt;STRONG&gt;August 6th&lt;/STRONG&gt; and remaining languages by October 1st. &lt;/P&gt;
&lt;P&gt;Developers with MSDN Subscriptions will be able to download Windows 7 RTM in English on &lt;STRONG&gt;August 6th&lt;/STRONG&gt; and remaining languages by October 1st. &lt;/P&gt;
&lt;P&gt;Windows 7 will be in retail stores and shipping on new PCs starting &lt;STRONG&gt;October 22nd&lt;/STRONG&gt;. If you pre-ordered Windows 7, it should be delivered sometime around the October 22nd timeframe (depends on the retailer).&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9846518" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category></item><item><title>Microsoft Windows Azure Pricing Announced</title><link>http://blogs.msdn.com/b/zxue/archive/2009/07/14/microsoft-windows-azure-pricing-announced.aspx</link><pubDate>Tue, 14 Jul 2009 17:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9833180</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9833180</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/07/14/microsoft-windows-azure-pricing-announced.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Calibri&gt;Windows Azure, SQL Azure and .NET Services will be commercially available at the Professional Developer Conference 2009 and we hope you will continue building on the Community Technology Preview (CTP) at no cost today.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;See &lt;A class="" href="http://blogs.msdn.com/windowsazure/archive/2009/07/14/confirming-commercial-availability-and-announcing-business-model.aspx" mce_href="http://blogs.msdn.com/windowsazure/archive/2009/07/14/confirming-commercial-availability-and-announcing-business-model.aspx"&gt;detail&lt;/A&gt; here.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9833180" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category></item><item><title>Microsoft Silverlight 3 and Microsoft Expression Studio 3</title><link>http://blogs.msdn.com/b/zxue/archive/2009/07/10/microsoft-silverlight-3-and-microsoft-expression-studio-3.aspx</link><pubDate>Fri, 10 Jul 2009 21:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9828975</guid><dc:creator>zxue</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/zxue/rsscomments.aspx?WeblogPostID=9828975</wfw:commentRss><comments>http://blogs.msdn.com/b/zxue/archive/2009/07/10/microsoft-silverlight-3-and-microsoft-expression-studio-3.aspx#comments</comments><description>&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'; FONT-SIZE: 9pt; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'"&gt;&lt;FONT size=3&gt;The Silverlight 3 RTW and the Release Candidate of Expression Blend 3 are now available on the &lt;/FONT&gt;&lt;A href="http://www.silverlight.net/" target=_blank&gt;&lt;FONT color=#0000ff size=3&gt;Silverlight&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt; and &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/expression" target=_blank&gt;&lt;FONT color=#0000ff size=3&gt;Expression&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt; sites. T&lt;/FONT&gt;&lt;SPAN style="FONT-FAMILY: 'Segoe UI','sans-serif'"&gt;&lt;FONT size=3&gt;he RTM of the entire Expression 3 suite is slated to come out shortly.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9828975" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/zxue/archive/tags/Technology+Discussion/">Technology Discussion</category></item></channel></rss>
