<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>wp7guide Wiki Rss Feed</title><link>http://wp7guide.codeplex.com/</link><description>wp7guide Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=22</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;&lt;br /&gt;
&lt;h2&gt;Live on MSDN!&lt;/h2&gt;We dramatically updated our &lt;a href="http://msdn.microsoft.com/en-us/library/gg477144.aspx"&gt;guidance around Windows Phone development&lt;/a&gt;. Beyond recompiling our previous guidance against the Mango SDK, the latest guidance takes advantage of many Mango features such as fast app switching, background tasks, and new sensor APIs. We also did a fair amount of work showing how to create a layer of abstraction on top of the Windows Phone APIs that facilitates unit testing. &lt;br /&gt;&lt;br /&gt;We split up our guidance into three parts:
&lt;ul&gt;&lt;li&gt;Developing a Windows Phone Application using the MVVM Pattern&lt;/li&gt;&lt;/ul&gt;
This guidance walks you through building a simple Windows Phone application using CodeBehind files. The guidance then shows you how the same app can be much more unit testable when built using the MVVM pattern. 
&lt;ul&gt;&lt;li&gt;A Case Study for Building Advanced Windows Phone Applications&lt;/li&gt;&lt;/ul&gt;
This guidance takes an in-depth look at how to write an advanced Windows Phone application, using many features of Mango. Unit testability was an important factor that guided the design of this application.
&lt;ul&gt;&lt;li&gt;Building Testable Windows Phone Applications&lt;/li&gt;&lt;/ul&gt;
Taking the work on unit testability from the above guidance, this guidance provides shorter samples of how to build unit testable Windows Phone applications.&lt;br /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx"&gt;Windows Phone 7 Developer Guide&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Windows Phone 7 Test Guidance Survey&lt;/h2&gt;The Windows Phone 7 Guidance team has posted a very short, 10 question survey that centers on testing of Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.surveymonkey.com/s/NBZ3FS8"&gt;http://www.surveymonkey.com/s/NBZ3FS8&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This survey will be used to drive the second phase of our current project. &lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx"&gt;Windows Phone 7 Developer Guide&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fcheung</author><pubDate>Tue, 03 Apr 2012 06:32:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120403063257A</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=21</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;&lt;br /&gt;
&lt;h2&gt;Live on MSDN&lt;/h2&gt;We dramatically updated our &lt;a href="http://msdn.microsoft.com/en-us/library/gg477144.aspx"&gt;guidance around Windows Phone development&lt;/a&gt;. Beyond recompiling our previous guidance against the Mango SDK, the latest guidance takes advantage of many Mango features such as fast app switching, background tasks, and new sensor APIs. We also did a fair amount of work showing how to create a layer of abstraction on top of the Windows Phone APIs that facilitates unit testing. &lt;br /&gt;&lt;br /&gt;We split up our guidance into three parts:
&lt;ul&gt;&lt;li&gt;Developing a Windows Phone Application using the MVVM Pattern&lt;/li&gt;&lt;/ul&gt;
This guidance walks you through building a simple Windows Phone application using CodeBehind files. The guidance then shows you how the same app can be much more unit testable when built using the MVVM pattern. 
&lt;ul&gt;&lt;li&gt;A Case Study for Building Advanced Windows Phone Applications&lt;/li&gt;&lt;/ul&gt;
This guidance takes an in-depth look at how to write an advanced Windows Phone application, using many features of Mango. Unit testability was an important factor that guided the design of this application.
&lt;ul&gt;&lt;li&gt;Building Testable Windows Phone Applications&lt;/li&gt;&lt;/ul&gt;
Taking the work on unit testability from the above guidance, this guidance provides shorter samples of how to build unit testable Windows Phone applications.&lt;br /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx"&gt;Windows Phone 7 Developer Guide&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Windows Phone 7 Test Guidance Survey&lt;/h2&gt;The Windows Phone 7 Guidance team has posted a very short, 10 question survey that centers on testing of Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.surveymonkey.com/s/NBZ3FS8"&gt;http://www.surveymonkey.com/s/NBZ3FS8&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This survey will be used to drive the second phase of our current project. &lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx"&gt;Windows Phone 7 Developer Guide&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fcheung</author><pubDate>Tue, 03 Apr 2012 06:32:39 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120403063239A</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=20</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;&lt;br /&gt;&lt;br /&gt;!!Live on MSDN&lt;br /&gt;We dramatically updated our &lt;a href="http://msdn.microsoft.com/en-us/library/gg477144.aspx"&gt;guidance around Windows Phone development&lt;/a&gt;. Beyond recompiling our previous guidance against the Mango SDK, the latest guidance takes advantage of many Mango features such as fast app switching, background tasks, and new sensor APIs. We also did a fair amount of work showing how to create a layer of abstraction on top of the Windows Phone APIs that facilitates unit testing. &lt;br /&gt;&lt;br /&gt;We split up our guidance into three parts:
&lt;ul&gt;&lt;li&gt;Developing a Windows Phone Application using the MVVM Pattern&lt;/li&gt;&lt;/ul&gt;
This guidance walks you through building a simple Windows Phone application using CodeBehind files. The guidance then shows you how the same app can be much more unit testable when built using the MVVM pattern. 
&lt;ul&gt;&lt;li&gt;A Case Study for Building Advanced Windows Phone Applications&lt;/li&gt;&lt;/ul&gt;
This guidance takes an in-depth look at how to write an advanced Windows Phone application, using many features of Mango. Unit testability was an important factor that guided the design of this application.
&lt;ul&gt;&lt;li&gt;Building Testable Windows Phone Applications&lt;/li&gt;&lt;/ul&gt;
Taking the work on unit testability from the above guidance, this guidance provides shorter samples of how to build unit testable Windows Phone applications.&lt;br /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx"&gt;Windows Phone 7 Developer Guide&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Windows Phone 7 Test Guidance Survey&lt;/h2&gt;The Windows Phone 7 Guidance team has posted a very short, 10 question survey that centers on testing of Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.surveymonkey.com/s/NBZ3FS8"&gt;http://www.surveymonkey.com/s/NBZ3FS8&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This survey will be used to drive the second phase of our current project. &lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx"&gt;Windows Phone 7 Developer Guide&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fcheung</author><pubDate>Tue, 03 Apr 2012 05:39:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120403053907A</guid></item><item><title>Updated Wiki: privacy</title><link>http://wp7guide.codeplex.com/wikipage?title=privacy&amp;version=3</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Privacy Policy&lt;/h1&gt;The location data from the Location Service API will be used just to validate that location data is being sent from the Tailspin phone client application to the Tailspin Azure services. This data will not be shared with anyone outside of the Microsoft patterns &amp;amp; practices team. &lt;br /&gt;&lt;br /&gt;If the user does not wish to share his/her location data, he/she can turn the location services off from the Settings page in the Tailspin application.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fcheung</author><pubDate>Wed, 21 Dec 2011 01:36:37 GMT</pubDate><guid isPermaLink="false">Updated Wiki: privacy 20111221013637A</guid></item><item><title>Updated Wiki: privacy</title><link>http://wp7guide.codeplex.com/wikipage?title=privacy&amp;version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Privacy Policy&lt;/h1&gt;The location data from the Location Service API will be used just to validate that location data is being sent from the Tailspin phone client application to the Tailspin Azure services. This data will not be shared with anyone outside of the Microsoft patterns &amp;amp; practices team. &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fcheung</author><pubDate>Tue, 20 Dec 2011 23:57:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: privacy 20111220115740P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=19</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;
&lt;h3&gt;Current Drop&lt;/h3&gt;You can download the current project drop &lt;a href="http://wp7guide.codeplex.com/releases/view/79089" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Windows Phone 7 Test Guidance Survey&lt;/h2&gt;The Windows Phone 7 Guidance team has posted a very short, 10 question survey that centers on testing of Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.surveymonkey.com/s/NBZ3FS8" class="externalLink"&gt;http://www.surveymonkey.com/s/NBZ3FS8&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This survey will be used to drive the second phase of our current project. &lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fcheung</author><pubDate>Tue, 20 Dec 2011 23:27:17 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111220112717P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=18</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;
&lt;h3&gt;Current Drop&lt;/h3&gt;You can download the current project drop &lt;a href="http://wp7guide.codeplex.com/releases/view/79089" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Windows Phone 7 Test Guidance Survey&lt;/h2&gt;The Windows Phone 7 Guidance team has posted a very short, 10 question survey that centers on testing of Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.surveymonkey.com/s/NBZ3FS8" class="externalLink"&gt;http://www.surveymonkey.com/s/NBZ3FS8&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This survey will be used to drive the second phase of our current project. &lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;br /&gt;
&lt;h2&gt;Location Services &lt;a href="http://wp7guide.codeplex.com/wikipage?title=privacy&amp;referringTitle=Home"&gt;privacy&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fcheung</author><pubDate>Tue, 20 Dec 2011 23:26:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111220112612P</guid></item><item><title>Updated Wiki: privacy</title><link>http://wp7guide.codeplex.com/wikipage?title=privacy&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Privacy Policy&lt;/h1&gt;The location data from the Location Service API will be used just to validate that location data is being sent from the Tailspin phone client application to the Tailspin Azure services. This data will not be shared with any one outside of the Microsoft patterns &amp;amp; practices team. &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fcheung</author><pubDate>Tue, 20 Dec 2011 23:22:04 GMT</pubDate><guid isPermaLink="false">Updated Wiki: privacy 20111220112204P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=17</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;
&lt;h3&gt;Current Drop&lt;/h3&gt;You can download the current project drop &lt;a href="http://wp7guide.codeplex.com/releases/view/79089" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Windows Phone 7 Test Guidance Survey&lt;/h2&gt;The Windows Phone 7 Guidance team has posted a very short, 10 question survey that centers on testing of Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.surveymonkey.com/s/NBZ3FS8" class="externalLink"&gt;http://www.surveymonkey.com/s/NBZ3FS8&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This survey will be used to drive the second phase of our current project. &lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fcheung</author><pubDate>Mon, 19 Dec 2011 19:39:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111219073927P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=16</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;
&lt;h3&gt;Current Drop&lt;/h3&gt;You can download the current project drop &lt;a href="http://wp7guide.codeplex.com/releases/view/74386" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Windows Phone 7 Test Guidance Survey&lt;/h2&gt;The Windows Phone 7 Guidance team has posted a very short, 10 question survey that centers on testing of Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.surveymonkey.com/s/NBZ3FS8" class="externalLink"&gt;http://www.surveymonkey.com/s/NBZ3FS8&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This survey will be used to drive the second phase of our current project. &lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>eugeniop</author><pubDate>Wed, 09 Nov 2011 22:58:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111109105807P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=15</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;
&lt;h3&gt;Current Drop&lt;/h3&gt;You can download the current project drop &lt;a href="http://wp7guide.codeplex.com/releases/view/74386" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Windows Phone 7 Test Guidance Survey&lt;/h2&gt;The Windows Phone 7 Guidance team has posted a very short, 10 question survey that centers on testing of Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.surveymonkey.com/s/NBZ3FS8" class="externalLink"&gt;http://www.surveymonkey.com/s/NBZ3FS8&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This survey will be used to drive the second phase of our current project. &lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wp7guide.codeplex.com/wikipage?title=privacy&amp;referringTitle=Home"&gt;privacy&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>eugeniop</author><pubDate>Wed, 09 Nov 2011 22:57:36 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111109105736P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=14</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;
&lt;h3&gt;Current Drop&lt;/h3&gt;You can download the current project drop &lt;a href="http://wp7guide.codeplex.com/releases/view/74386" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Windows Phone 7 Test Guidance Survey&lt;/h2&gt;The Windows Phone 7 Guidance team has posted a very short, 10 question survey that centers on testing of Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.surveymonkey.com/s/NBZ3FS8" class="externalLink"&gt;http://www.surveymonkey.com/s/NBZ3FS8&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This survey will be used to drive the second phase of our current project. &lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Karl_Shifflett</author><pubDate>Tue, 04 Oct 2011 01:05:55 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111004010555A</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=13</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Windows Phone 7 Test Guidance Survey&lt;/h2&gt;The Windows Phone 7 Guidance team has posted a very short, 10 question survey that centers on testing of Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.surveymonkey.com/s/NBZ3FS8" class="externalLink"&gt;http://www.surveymonkey.com/s/NBZ3FS8&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This survey will be used to drive the second phase of our current project. &lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Karl_Shifflett</author><pubDate>Tue, 04 Oct 2011 00:10:00 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111004121000A</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=12</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/gg490765.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Karl_Shifflett</author><pubDate>Mon, 03 Oct 2011 23:29:39 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111003112939P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=11</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/ff966499.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/ff966499.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Karl_Shifflett</author><pubDate>Mon, 03 Oct 2011 23:09:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111003110920P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=10</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/ff966499.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/ff966499.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Application.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;   4. Updating Prism Phone Library to Windows Phone 7 Mango&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Karl_Shifflett</author><pubDate>Fri, 30 Sep 2011 23:06:16 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110930110616P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/ff966499.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/ff966499.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance have been renamed to Case Study: TailSpin Windows Phone 7 Survey Applicaiton.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;   4. Updating Prism Phone Library to Windows Phone 7 Mango&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Karl_Shifflett</author><pubDate>Fri, 30 Sep 2011 23:05:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110930110530P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287555" alt="wp7_logo.png" title="wp7_logo.png" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287554" alt="wAzure_logo.png" title="wAzure_logo.png" /&gt;
&lt;h2&gt;Overview&lt;/h2&gt;Windows Phone 7 Mango provides an exciting opportunity for companies and developers to build applications that travel with users, are interactive and attractive, and are available whenever and wherever users want to work with them. &lt;br /&gt;&lt;br /&gt;By combining Windows Phone 7 Mango applications with on-premises services and applications, or remote services and applications that run in the cloud (such as those using the Windows Azure™ technology platform), developers can create highly scalable, reliable, and powerful applications that extend the functionality beyond the traditional desktop or laptop; and into a truly portable and much more accessible environment. &lt;br /&gt;&lt;br /&gt;This guide describes a scenario around a fictitious company named Tailspin that has decided to encompass Windows Phone 7 Mango as a client device for their existing cloud-based application. Their Windows Azure-based application named Surveys is described in detail in a previous book in this series, Developing Applications for the Cloud on the Microsoft Windows Azure Platform. For more information about that book, see the page by the same name on MSDN&amp;#174; at &lt;a href="http://msdn.microsoft.com/en-us/library/ff966499.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In addition to describing the client application, its integration with the remote services, and the decisions made during its design and implementation, this book discusses related factors, such as the design patterns used, the capabilities and use of Windows Phone 7, and the ways that the application could be extended or modified for other scenarios. &lt;br /&gt;&lt;br /&gt;The result is that, after reading this case study, you will be familiar with how to design and implement applications for Windows Phone 7 Mango that take advantage of remote services to obtain and upload data while providing a great user experience on the device.&lt;br /&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;This project updates the current Windows&amp;#174; Phone 7.0 Guidance published on MSDN at &lt;a href="http://msdn.microsoft.com/en-us/library/ff966499.aspx" class="externalLink"&gt;Windows Phone 7 Developer Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to Windows Phone 7.5 Mango while at the same time reducing the written guidance down to a case study of the TailSpin application. This case study will also examine and provide additional guidance for unit testing Windows Phone 7 applications.&lt;br /&gt;&lt;br /&gt;This project and the written guidance has been renamed to Case Study: TailSpin Windows Phone 7 Survey Applicaiton.&lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 Mango client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;   3. Unit testing for Windows Phone 7 Mango client applications&lt;br /&gt;   4. Updating Prism Phone Library to Windows Phone 7 Mango&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=wp7guide&amp;DownloadId=287664" alt="TailSpinCaseStudy.png" title="TailSpinCaseStudy.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Karl_Shifflett</author><pubDate>Fri, 30 Sep 2011 23:03:22 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110930110322P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=wp7guide&amp;DownloadId=138791" alt="Wp7logo.jpg" title="Wp7logo.jpg" /&gt;&lt;br /&gt;
&lt;h1&gt;Welcome to patterns &amp;amp; practices Windows Phone 7 Developer Guide community site&lt;/h1&gt;
This new guide from patterns &amp;amp; practices will help you design and build applications that target the new Windows Phone 7 platform. &lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;&lt;br /&gt;As usual, we&amp;#39;ll periodically publish early versions of our deliverable on this site. Stay tuned!&lt;br /&gt;
&lt;h3&gt;Just released! The guide Release candidate is now available for download &lt;a href="http://wp7guide.codeplex.com/releases/view/53822" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h3&gt;Project &lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/07/15/what-s-next-tailspin-goes-mobile.aspx" class="externalLink"&gt;Overview&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h3&gt;High level &lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/02/tailspin-surveys-windows-phone-7-edition.aspx" class="externalLink"&gt;Architecture&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h3&gt;UI &lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/03/tailspin-surveys-windows-phone-7-ui-mockups.aspx" class="externalLink"&gt;Mockups&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=wp7guide&amp;DownloadId=152729" alt="Preface-Tube-map.gif" title="Preface-Tube-map.gif" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h1&gt;Team members blogs&lt;/h1&gt;
&lt;h2&gt;Scott Densmore&lt;/h2&gt;&lt;a href="http://scottdensmore.typepad.com" class="externalLink"&gt;http://scottdensmore.typepad.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;David Hill&lt;/h2&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;David Hill's WebLog News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/dphill/archive/2010/06/08/updated-prism-template-pack-for-visual-studio-2010-rtm.aspx"&gt;Updated Prism Template Pack for Visual Studio 2010 RTM&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, June 08, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/dphill/rss.xml"&gt;David Hill's WebLog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/dphill/archive/2010/04/28/prism-4-0-have-your-say.aspx"&gt;Prism 4.0 – Have Your Say!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 28, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/dphill/rss.xml"&gt;David Hill's WebLog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/dphill/archive/2010/03/25/prism-template-pack-for-visual-studio-2010.aspx"&gt;Prism Template Pack for Visual Studio 2010&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 25, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/dphill/rss.xml"&gt;David Hill's WebLog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/dphill/archive/2010/03/15/prism-a-look-ahead.aspx"&gt;Prism – A Look Ahead&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 15, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/dphill/rss.xml"&gt;David Hill's WebLog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/dphill/archive/2009/12/24/custom-content-loaders-in-silverlight-4-0.aspx"&gt;Custom Content Loaders in Silverlight 4.0&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, December 24, 2009&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/dphill/rss.xml"&gt;David Hill's WebLog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;David Hill's WebLog News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;h2&gt;Alex Homer&lt;/h2&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Writing ... or Just Practicing? News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/alexhomer/archive/2010/10/10/monuments-to-our-brief-moment-in-time.aspx"&gt;Monuments To Our Brief Moment In Time?&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Sunday, October 10, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/alexhomer/rss.xml"&gt;Writing ... or Just Practicing?&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/alexhomer/archive/2010/10/03/The-Only-Place-I-Can-Phone-Is-Home.aspx"&gt;The Only Place I Can Phone Is Home&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Sunday, October 03, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/alexhomer/rss.xml"&gt;Writing ... or Just Practicing?&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/alexhomer/archive/2010/09/26/Reference-to-the-Universe-Class.aspx"&gt;Reference for the Universe Class &lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Sunday, September 26, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/alexhomer/rss.xml"&gt;Writing ... or Just Practicing?&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/alexhomer/archive/2010/09/19/It_2700_s-Cornwall_2C00_-So-It-Must-Be-Thursday.aspx"&gt;It's Cornwall, So It Must Be Thursday&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Sunday, September 19, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/alexhomer/rss.xml"&gt;Writing ... or Just Practicing?&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/alexhomer/archive/2010/09/12/TOC-Tick.aspx"&gt;TOC Tick&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Sunday, September 12, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/alexhomer/rss.xml"&gt;Writing ... or Just Practicing?&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Writing ... or Just Practicing? News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;h2&gt;Masashi Narumoto&lt;/h2&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Masashi Narumoto's Blog News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/masashi_narumoto/archive/2010/04/23/windows-azure-instance-limits.aspx"&gt;Windows Azure Instance limits&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, April 22, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/masashi_narumoto/rss.xml"&gt;Masashi Narumoto's Blog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/masashi_narumoto/archive/2010/04/03/trick-in-windows-azure-deployment.aspx"&gt;Trick in Windows Azure deployment&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Saturday, April 03, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/masashi_narumoto/rss.xml"&gt;Masashi Narumoto's Blog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/masashi_narumoto/archive/2010/04/03/worker-roles-don-t-rush.aspx"&gt;Worker Roles – Don’t rush!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Saturday, April 03, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/masashi_narumoto/rss.xml"&gt;Masashi Narumoto's Blog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/masashi_narumoto/archive/2010/03/26/visual-studio-web-test.aspx"&gt;Visual Studio Web Test&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 26, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/masashi_narumoto/rss.xml"&gt;Masashi Narumoto's Blog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/masashi_narumoto/archive/2010/03/25/weird-errors-in-upgrading-a-package.aspx"&gt;Weird errors when upgrading a package&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 25, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/masashi_narumoto/rss.xml"&gt;Masashi Narumoto's Blog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Masashi Narumoto's Blog News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;h2&gt;Eugenio Pace&lt;/h2&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Eugenio Pace News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/05/tailspin-surveys-mobile-an-early-screenshot.aspx"&gt;Tailspin Surveys Mobile - An early screenshot&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, August 05, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/eugeniop/rss.xml"&gt;Eugenio Pace&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/03/tailspin-surveys-windows-phone-7-edition-a-guide-to-the-guide.aspx"&gt;Tailspin Surveys–Windows Phone 7 edition–A guide to the Guide&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, August 04, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/eugeniop/rss.xml"&gt;Eugenio Pace&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/03/tailspin-surveys-windows-phone-7-ui-mockups.aspx"&gt;Tailspin Surveys–Windows Phone 7– UI Mockups&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, August 04, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/eugeniop/rss.xml"&gt;Eugenio Pace&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/02/tailspin-surveys-windows-phone-7-edition.aspx"&gt;Tailspin Surveys–Windows Phone 7 edition&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 03, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/eugeniop/rss.xml"&gt;Eugenio Pace&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/02/claims-identity-guide-samples-updated.aspx"&gt;Claims Identity Guide samples updated&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 03, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/eugeniop/rss.xml"&gt;Eugenio Pace&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Eugenio Pace News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt; &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>eugeniop</author><pubDate>Fri, 15 Oct 2010 21:36:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101015093620P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7guide.codeplex.com/wikipage?version=6</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=wp7guide&amp;DownloadId=138791" alt="Wp7logo.jpg" title="Wp7logo.jpg" /&gt;&lt;br /&gt;
&lt;h1&gt;Welcome to patterns &amp;amp; practices Windows Phone 7 Developer Guide community site&lt;/h1&gt;
This new guide from patterns &amp;amp; practices will help you design and build applications that target the new Windows Phone 7 platform. &lt;br /&gt;&lt;br /&gt;The key themes for these projects are: &lt;br /&gt;&lt;br /&gt;   1. A Windows Phone 7 client application&lt;br /&gt;   2. A Windows Azure backend for the system&lt;br /&gt;&lt;br /&gt;As usual, we&amp;#39;ll periodically publish early versions of our deliverable on this site. Stay tuned!&lt;br /&gt;
&lt;h3&gt;Just released! The guide Relese candidate is now available for download &lt;a href="http://wp7guide.codeplex.com/releases/view/53822" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h3&gt;Project &lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/07/15/what-s-next-tailspin-goes-mobile.aspx" class="externalLink"&gt;Overview&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h3&gt;High level &lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/02/tailspin-surveys-windows-phone-7-edition.aspx" class="externalLink"&gt;Architecture&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h3&gt;UI &lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/03/tailspin-surveys-windows-phone-7-ui-mockups.aspx" class="externalLink"&gt;Mockups&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h2&gt;Project&amp;#39;s scope&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=wp7guide&amp;DownloadId=152729" alt="Preface-Tube-map.gif" title="Preface-Tube-map.gif" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h1&gt;Team members blogs&lt;/h1&gt;
&lt;h2&gt;Scott Densmore&lt;/h2&gt;&lt;a href="http://scottdensmore.typepad.com" class="externalLink"&gt;http://scottdensmore.typepad.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;David Hill&lt;/h2&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;David Hill's WebLog News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/dphill/archive/2010/06/08/updated-prism-template-pack-for-visual-studio-2010-rtm.aspx"&gt;Updated Prism Template Pack for Visual Studio 2010 RTM&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, June 08, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/dphill/rss.xml"&gt;David Hill's WebLog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/dphill/archive/2010/04/28/prism-4-0-have-your-say.aspx"&gt;Prism 4.0 – Have Your Say!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 28, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/dphill/rss.xml"&gt;David Hill's WebLog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/dphill/archive/2010/03/25/prism-template-pack-for-visual-studio-2010.aspx"&gt;Prism Template Pack for Visual Studio 2010&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 25, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/dphill/rss.xml"&gt;David Hill's WebLog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/dphill/archive/2010/03/15/prism-a-look-ahead.aspx"&gt;Prism – A Look Ahead&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 15, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/dphill/rss.xml"&gt;David Hill's WebLog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/dphill/archive/2009/12/24/custom-content-loaders-in-silverlight-4-0.aspx"&gt;Custom Content Loaders in Silverlight 4.0&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, December 24, 2009&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/dphill/rss.xml"&gt;David Hill's WebLog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;David Hill's WebLog News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;h2&gt;Alex Homer&lt;/h2&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Writing ... or Just Practicing? News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/alexhomer/archive/2010/10/10/monuments-to-our-brief-moment-in-time.aspx"&gt;Monuments To Our Brief Moment In Time?&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Sunday, October 10, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/alexhomer/rss.xml"&gt;Writing ... or Just Practicing?&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/alexhomer/archive/2010/10/03/The-Only-Place-I-Can-Phone-Is-Home.aspx"&gt;The Only Place I Can Phone Is Home&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Sunday, October 03, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/alexhomer/rss.xml"&gt;Writing ... or Just Practicing?&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/alexhomer/archive/2010/09/26/Reference-to-the-Universe-Class.aspx"&gt;Reference for the Universe Class &lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Sunday, September 26, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/alexhomer/rss.xml"&gt;Writing ... or Just Practicing?&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/alexhomer/archive/2010/09/19/It_2700_s-Cornwall_2C00_-So-It-Must-Be-Thursday.aspx"&gt;It's Cornwall, So It Must Be Thursday&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Sunday, September 19, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/alexhomer/rss.xml"&gt;Writing ... or Just Practicing?&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/alexhomer/archive/2010/09/12/TOC-Tick.aspx"&gt;TOC Tick&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Sunday, September 12, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/alexhomer/rss.xml"&gt;Writing ... or Just Practicing?&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Writing ... or Just Practicing? News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;h2&gt;Masashi Narumoto&lt;/h2&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Masashi Narumoto's Blog News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/masashi_narumoto/archive/2010/04/23/windows-azure-instance-limits.aspx"&gt;Windows Azure Instance limits&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, April 22, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/masashi_narumoto/rss.xml"&gt;Masashi Narumoto's Blog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/masashi_narumoto/archive/2010/04/03/trick-in-windows-azure-deployment.aspx"&gt;Trick in Windows Azure deployment&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Saturday, April 03, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/masashi_narumoto/rss.xml"&gt;Masashi Narumoto's Blog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/masashi_narumoto/archive/2010/04/03/worker-roles-don-t-rush.aspx"&gt;Worker Roles – Don’t rush!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Saturday, April 03, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/masashi_narumoto/rss.xml"&gt;Masashi Narumoto's Blog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/masashi_narumoto/archive/2010/03/26/visual-studio-web-test.aspx"&gt;Visual Studio Web Test&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 26, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/masashi_narumoto/rss.xml"&gt;Masashi Narumoto's Blog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/masashi_narumoto/archive/2010/03/25/weird-errors-in-upgrading-a-package.aspx"&gt;Weird errors when upgrading a package&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 25, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/masashi_narumoto/rss.xml"&gt;Masashi Narumoto's Blog&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Masashi Narumoto's Blog News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;h2&gt;Eugenio Pace&lt;/h2&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Eugenio Pace News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/05/tailspin-surveys-mobile-an-early-screenshot.aspx"&gt;Tailspin Surveys Mobile - An early screenshot&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, August 05, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/eugeniop/rss.xml"&gt;Eugenio Pace&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/03/tailspin-surveys-windows-phone-7-edition-a-guide-to-the-guide.aspx"&gt;Tailspin Surveys–Windows Phone 7 edition–A guide to the Guide&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, August 04, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/eugeniop/rss.xml"&gt;Eugenio Pace&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/03/tailspin-surveys-windows-phone-7-ui-mockups.aspx"&gt;Tailspin Surveys–Windows Phone 7– UI Mockups&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, August 04, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/eugeniop/rss.xml"&gt;Eugenio Pace&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/02/tailspin-surveys-windows-phone-7-edition.aspx"&gt;Tailspin Surveys–Windows Phone 7 edition&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 03, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/eugeniop/rss.xml"&gt;Eugenio Pace&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://blogs.msdn.com/b/eugeniop/archive/2010/08/02/claims-identity-guide-samples-updated.aspx"&gt;Claims Identity Guide samples updated&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 03, 2010&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://blogs.msdn.com/eugeniop/rss.xml"&gt;Eugenio Pace&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Eugenio Pace News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt; &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>eugeniop</author><pubDate>Tue, 12 Oct 2010 21:27:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101012092752P</guid></item></channel></rss>