<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>azuretoolkit Wiki Rss Feed</title><link>http://azuretoolkit.codeplex.com/wikipage</link><description>azuretoolkit Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://azuretoolkit.codeplex.com/wikipage?version=28</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Windows Azure Helpers&lt;/h1&gt;
Welcome to the Windows Azure Helpers. Originally this toolkit was built by &lt;a href="http://www.thuzi.com/" class="externalLink"&gt;Thuzi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in collaboration with Microsoft to give the community a good starter kit for getting Facebook apps up and running in Windows Azure.  Since then we have worked with Microsoft to get the Azure samples running in the Facebook C# SDK  &lt;a href="http://facebooksdk.codeplex.com" class="externalLink"&gt;http://facebooksdk.codeplex.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and have made this toolkit more of a helper library to build Azure applications more quickly. We will have more samples and documentation to come very shortly.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Get a Windows Azure Trial Account&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Try out a free Windows Azure account for 30 days with your Facebook app.&lt;/li&gt;
&lt;li&gt;Go  &lt;a href="http://windowsazurepass.com/?campid=2BBE26EE-3A40-E011-B13A-001F29C8E9A8" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, select &amp;quot;United States&amp;quot; and enter promocode &lt;b&gt;FBPASS&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;You can watch our Channel 9 Videos @:&lt;/b&gt;&lt;br /&gt;Getting started with the Windows Azure Toolkit for Facebook:            &lt;a href="http://bit.ly/getStartedAzureFB" class="externalLink"&gt;http://bit.ly/getStartedAzureFB&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Interview with Jim Zimmerman, CTO Thuzi and author of the Toolkit:  &lt;a href="http://bit.ly/InterviewJimZ" class="externalLink"&gt;http://bit.ly/InterviewJimZ&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;What does this Toolit include?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Windows Azure Toolkit - Simplified library for accessing Message Queues, Table Storage and Sql Server&lt;/li&gt;
&lt;li&gt;Automated build scripts for one-click deployment from TFS 2010 to Azure&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How do I get started?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Set up an Azure Account &lt;a href="http://www.microsoft.com/windowsazure/getstarted/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a database in Sql Azure &lt;a href="http://www.microsoft.com/windowsazure/sqlazure/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a storage account in Azure for Table Storage, Message Queues and Blob Storage&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Setting up Deployment in TFS 2010&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a server ssl certificate to your account in Azure &lt;a href="http://msdn.microsoft.com/en-us/library/ee460782.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check azure cmdlets and documentation of powershell scripts &lt;a href="http://code.msdn.microsoft.com/azurecmdlets" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Modify the TFSBuild.proj file to include your path for where your builds are released on your server&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jimzim</author><pubDate>Wed, 20 Jul 2011 20:06:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110720080659P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://azuretoolkit.codeplex.com/documentation?version=5</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Scheduled Jobs&lt;/b&gt;&lt;br /&gt;&lt;a href="https://gist.github.com/907987" class="externalLink"&gt;Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is an example of how to schedule jobs using MEF as the Common Service Locator.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Common Service Locator&lt;/b&gt;&lt;br /&gt;The &lt;a href="http://commonservicelocator.codeplex.com/" class="externalLink"&gt;Common Service Locator&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is used internally to build objects. You must setup common service locator to use your favorite IoC tool.&lt;br /&gt;&lt;br /&gt;Here is an example using &lt;a href="http://mef.codeplex.com" class="externalLink"&gt;MEF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;var&lt;/span&gt; catalog = &lt;span style="color:Blue;"&gt;new&lt;/span&gt; DirectoryCatalog(AppDomain.CurrentDomain.BaseDirectory);

ServiceLocator.SetLocatorProvider(() =&amp;gt;
{
	&lt;span style="color:Blue;"&gt;var&lt;/span&gt; container = &lt;span style="color:Blue;"&gt;new&lt;/span&gt; CompositionContainer(catalog);
	&lt;span style="color:Blue;"&gt;return&lt;/span&gt; &lt;span style="color:Blue;"&gt;new&lt;/span&gt; MefServiceLocator(container);
});
&lt;/pre&gt;&lt;/div&gt;You must set the Common Service Locator before you use anything in the CloudEngine. Note: You generally only need to do this for your worker role. The Azure Toolkit generally doesn&amp;#39;t use the Common Service Locator for anything in a web role or other type of client application. You can find all the service locators that will work with your favorite IoC tool &lt;a href="http://commonservicelocator.codeplex.com/" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; under the heading &amp;quot;Service locator adapter implementations&amp;quot;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Queue Commands&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Adding Messages Queues&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Table Storage&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Blob Storage&lt;/b&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ntotten</author><pubDate>Thu, 07 Apr 2011 15:35:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110407033513P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://azuretoolkit.codeplex.com/documentation?version=4</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Scheduled Jobs&lt;/b&gt;&lt;br /&gt;&lt;a href="https://gist.github.com/907987" class="externalLink"&gt;Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is an example of how to schedule jobs using MEF as the Common Service Locator.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Common Service Locator&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Queue Commands&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Adding Messages Queues&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Table Storage&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Blob Storage&lt;/b&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ntotten</author><pubDate>Thu, 07 Apr 2011 15:25:29 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110407032529P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://azuretoolkit.codeplex.com/documentation?version=3</link><description>&lt;div class="wikidoc"&gt;&lt;a href="http://azuretoolkit.codeplex.com/wikipage?title=Scheduled%20Jobs&amp;referringTitle=Documentation"&gt;Scheduled Jobs&lt;/a&gt;&lt;br /&gt;&lt;a href="http://azuretoolkit.codeplex.com/wikipage?title=Common%20Service%20Locator&amp;referringTitle=Documentation"&gt;Common Service Locator&lt;/a&gt;&lt;br /&gt;&lt;a href="http://azuretoolkit.codeplex.com/wikipage?title=Queue%20Commands&amp;referringTitle=Documentation"&gt;Queue Commands&lt;/a&gt;&lt;br /&gt;&lt;a href="http://azuretoolkit.codeplex.com/wikipage?title=Adding%20Messages%20Queues&amp;referringTitle=Documentation"&gt;Adding Messages Queues&lt;/a&gt;&lt;br /&gt;&lt;a href="http://azuretoolkit.codeplex.com/wikipage?title=Table%20Storage&amp;referringTitle=Documentation"&gt;Table Storage&lt;/a&gt;&lt;br /&gt;&lt;a href="http://azuretoolkit.codeplex.com/wikipage?title=Blob%20Storage&amp;referringTitle=Documentation"&gt;Blob Storage&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ntotten</author><pubDate>Thu, 07 Apr 2011 15:22:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110407032249P</guid></item><item><title>New Comment on "Documentation"</title><link>http://azuretoolkit.codeplex.com/documentation?&amp;ANCHOR#C19058</link><description>I downloaded the repository. It&amp;#39;s great software and exactly what I am looking for. I guess hundred and hundreds of hours must have gone into its development. However please can you add some samples on how we can use the software. The only documentation I see does not do your great product justice and looking at the documentation alone I would never use your code. &amp;#10;&amp;#10;I managed to get some ideas on how to create a table and add a record to a table but please please can you create some examples on how we can get data from a table using IAzureTable&amp;#60;&amp;#62; get&amp;#40;&amp;#41; or getall&amp;#40;&amp;#41; .. &amp;#10;&amp;#10;Thanks</description><author>RichardAlan</author><pubDate>Sun, 27 Mar 2011 15:55:17 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20110327035517P</guid></item><item><title>Updated Wiki: Home</title><link>http://azuretoolkit.codeplex.com/wikipage?version=27</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Windows Azure Toolkit&lt;/h1&gt;
Welcome to the Windows Azure Toolkit. Originally this toolkit was built by &lt;a href="http://www.thuzi.com/" class="externalLink"&gt;Thuzi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in collaboration with Microsoft to give the community a good starter kit for getting Facebook apps up and running in Windows Azure.  Since then we have worked with Microsoft to get the Azure samples running in the Facebook C# SDK  &lt;a href="http://facebooksdk.codeplex.com" class="externalLink"&gt;http://facebooksdk.codeplex.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and have made this toolkit more of a helper library to build Azure applications more quickly. We will have more samples and documentation to come very shortly.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Get a Windows Azure Trial Account&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Try out a free Windows Azure account for 30 days with your Facebook app.&lt;/li&gt;
&lt;li&gt;Go  &lt;a href="http://windowsazurepass.com/?campid=2BBE26EE-3A40-E011-B13A-001F29C8E9A8" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, select &amp;quot;United States&amp;quot; and enter promocode &lt;b&gt;FBPASS&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;You can watch our Channel 9 Videos @:&lt;/b&gt;&lt;br /&gt;Getting started with the Windows Azure Toolkit for Facebook:            &lt;a href="http://bit.ly/getStartedAzureFB" class="externalLink"&gt;http://bit.ly/getStartedAzureFB&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Interview with Jim Zimmerman, CTO Thuzi and author of the Toolkit:  &lt;a href="http://bit.ly/InterviewJimZ" class="externalLink"&gt;http://bit.ly/InterviewJimZ&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;What does this Toolit include?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Windows Azure Toolkit - Simplified library for accessing Message Queues, Table Storage and Sql Server&lt;/li&gt;
&lt;li&gt;Automated build scripts for one-click deployment from TFS 2010 to Azure&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How do I get started?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Set up an Azure Account &lt;a href="http://www.microsoft.com/windowsazure/getstarted/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a database in Sql Azure &lt;a href="http://www.microsoft.com/windowsazure/sqlazure/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a storage account in Azure for Table Storage, Message Queues and Blob Storage&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Setting up Deployment in TFS 2010&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a server ssl certificate to your account in Azure &lt;a href="http://msdn.microsoft.com/en-us/library/ee460782.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check azure cmdlets and documentation of powershell scripts &lt;a href="http://code.msdn.microsoft.com/azurecmdlets" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Modify the TFSBuild.proj file to include your path for where your builds are released on your server&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jimzim</author><pubDate>Fri, 25 Feb 2011 16:50:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110225045051P</guid></item><item><title>Updated Wiki: Home</title><link>http://azuretoolkit.codeplex.com/wikipage?version=26</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Windows Azure Toolkit&lt;/h1&gt;
Welcome to the Windows Azure Toolkit. Originally this toolkit was built by &lt;a href="http://www.thuzi.com/" class="externalLink"&gt;Thuzi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in collaboration with Microsoft to give the community a good starter kit for getting Facebook apps up and running in Windows Azure.  Since then we have worked with Microsoft to get the Azure samples running in the Facebook C# SDK  &lt;a href="http://facebooksdk.codeplex.com" class="externalLink"&gt;http://facebooksdk.codeplex.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and have made this toolkit more of a helper library to build Azure applications more quickly. We will have more samples and documentation to come very shortly.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;You can watch our Channel 9 Videos @:&lt;/b&gt;&lt;br /&gt;Getting started with the Windows Azure Toolkit for Facebook:            &lt;a href="http://bit.ly/getStartedAzureFB" class="externalLink"&gt;http://bit.ly/getStartedAzureFB&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Interview with Jim Zimmerman, CTO Thuzi and author of the Toolkit:  &lt;a href="http://bit.ly/InterviewJimZ" class="externalLink"&gt;http://bit.ly/InterviewJimZ&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Get a Windows Azure Trial Account&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Try out a free Windows Azure account for 30 days with your Facebook app.&lt;/li&gt;
&lt;li&gt;Go  &lt;a href="http://windowsazurepass.com/?campid=2BBE26EE-3A40-E011-B13A-001F29C8E9A8" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, select &amp;quot;United States&amp;quot; and enter promocode &lt;b&gt;FBPASS&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;What does this Toolit include?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Windows Azure Toolkit - Simplified library for accessing Message Queues, Table Storage and Sql Server&lt;/li&gt;
&lt;li&gt;Automated build scripts for one-click deployment from TFS 2010 to Azure&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How do I get started?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Set up an Azure Account &lt;a href="http://www.microsoft.com/windowsazure/getstarted/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a database in Sql Azure &lt;a href="http://www.microsoft.com/windowsazure/sqlazure/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a storage account in Azure for Table Storage, Message Queues and Blob Storage&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Setting up Deployment in TFS 2010&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a server ssl certificate to your account in Azure &lt;a href="http://msdn.microsoft.com/en-us/library/ee460782.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check azure cmdlets and documentation of powershell scripts &lt;a href="http://code.msdn.microsoft.com/azurecmdlets" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Modify the TFSBuild.proj file to include your path for where your builds are released on your server&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jimzim</author><pubDate>Fri, 25 Feb 2011 16:49:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110225044940P</guid></item><item><title>Updated Wiki: Home</title><link>http://azuretoolkit.codeplex.com/wikipage?version=25</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Windows Azure Toolkit&lt;/h1&gt;
Welcome to the Windows Azure Toolkit. Originally this toolkit was built by &lt;a href="http://www.thuzi.com/" class="externalLink"&gt;Thuzi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in collaboration with Microsoft to give the community a good starter kit for getting Facebook apps up and running in Windows Azure.  Since then we have worked with Microsoft to get the Azure samples running in the Facebook C# SDK  &lt;a href="http://facebooksdk.codeplex.com" class="externalLink"&gt;http://facebooksdk.codeplex.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and have made this toolkit more of a helper library to build Azure applications more quickly. We will have more samples and documentation to come very shortly.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;You can watch our Channel 9 Videos @:&lt;/b&gt;&lt;br /&gt;Getting started with the Windows Azure Toolkit for Facebook:            &lt;a href="http://bit.ly/getStartedAzureFB" class="externalLink"&gt;http://bit.ly/getStartedAzureFB&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Interview with Jim Zimmerman, CTO Thuzi and author of the Toolkit:  &lt;a href="http://bit.ly/InterviewJimZ" class="externalLink"&gt;http://bit.ly/InterviewJimZ&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;What does this Toolit include?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Windows Azure Toolkit - Simplified library for accessing Message Queues, Table Storage and Sql Server&lt;/li&gt;
&lt;li&gt;Automated build scripts for one-click deployment from TFS 2010 to Azure&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How do I get started?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Set up an Azure Account &lt;a href="http://www.microsoft.com/windowsazure/getstarted/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a database in Sql Azure &lt;a href="http://www.microsoft.com/windowsazure/sqlazure/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a storage account in Azure for Table Storage, Message Queues and Blob Storage&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Setting up Deployment in TFS 2010&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a server ssl certificate to your account in Azure &lt;a href="http://msdn.microsoft.com/en-us/library/ee460782.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check azure cmdlets and documentation of powershell scripts &lt;a href="http://code.msdn.microsoft.com/azurecmdlets" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Modify the TFSBuild.proj file to include your path for where your builds are released on your server&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jimzim</author><pubDate>Wed, 05 Jan 2011 06:24:16 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110105062416A</guid></item><item><title>Updated Wiki: Home</title><link>http://azuretoolkit.codeplex.com/wikipage?version=24</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Windows Azure Toolkit&lt;/h1&gt;
&lt;h1&gt;We are in the process of migrating the facebook example to the Facebook C# SDK and making this library all about Azure helpers.&lt;/h1&gt;
Welcome to the Windows Azure Toolkit for Facebook. This toolkit was built by &lt;a href="http://www.thuzi.com/" class="externalLink"&gt;Thuzi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in collaboration with Microsoft to give the community a good starter kit for getting Facebook apps up and running in Windows Azure.  Facebook apps hosted in Azure provide a flexible and scalable cloud computing platform for the smallest and largest of Facebook applications. Whether you have millions of users or just a few thousand, the Facebook Azure Toolit helps you to build your app correctly so that if your app is virally successful, you won&amp;#39;t have to architect it again. You will just need to increase the number of instances you are using, then you are done scaling. :) &lt;br /&gt;&lt;br /&gt;DISCLAIMER: This toolkit does not demonstrate how to create a facebook application.  It is assumed that you already know how to do that or are willing to learn how to do that.  there are plenty of links below on how to do this.  Here is one,  &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that is also listed below that helps explain how to set up an app and there are plenty of sample in the Facebook Developers Toolkit.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;You can watch our Channel 9 Videos @:&lt;/b&gt;&lt;br /&gt;Getting started with the Windows Azure Tollkit for Facebook:            &lt;a href="http://bit.ly/getStartedAzureFB" class="externalLink"&gt;http://bit.ly/getStartedAzureFB&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Interview with Jim Zimmerman, CTO Thuzi abd author of the Toolkit:  &lt;a href="http://bit.ly/InterviewJimZ" class="externalLink"&gt;http://bit.ly/InterviewJimZ&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;What does this Toolit include?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Asp.Net MVC 2 &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Windows Azure Software Development Kit (February 2010) &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=dba6a576-468d-4ef6-877e-b14e3c865d3a&amp;amp;displaylang=en" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;AutoMapper &lt;a href="http://automapper.codeplex.com/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Azure Toolkit - Simplified library for accessing Message Queues, Table Storage and Sql Server&lt;/li&gt;
&lt;li&gt;Automated build scripts for one-click deployment from TFS 2010 to Azure&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How do I get started?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Set up a facebook developers account  &lt;a href="http://www.facebook.com/developers" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an iframe facebook application &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an Azure Account &lt;a href="http://www.microsoft.com/windowsazure/getstarted/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a database in Sql Azure &lt;a href="http://www.microsoft.com/windowsazure/sqlazure/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a storage account in Azure for Table Storage, Message Queues and Blob Storage&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Getting Setup and Running Locally&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Create local database using the dbscript.sql found in the AzureFacebook.Data.Sql project&lt;/li&gt;
&lt;li&gt;Change connection strings in the app.config in AzureFacebook.WorkerRole.csproj and AzureFacebook.Data.Sql.csproj&lt;/li&gt;
&lt;li&gt;Set up facebook app and have callback url point to http://localhost:81/  127.0.0.1 will not be accepted in facebook.&lt;/li&gt;
&lt;li&gt;Open up the web.config and modify the following keys in the appSettings to match what is in your facebook app: APIKey, Secret, Callback, Suffix, and AppUrl&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Setting up Deployment in TFS 2010&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a server ssl certificate to your account in Azure &lt;a href="http://msdn.microsoft.com/en-us/library/ee460782.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check azure cmdlets and documentation of powershell scripts &lt;a href="http://code.msdn.microsoft.com/azurecmdlets" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Modify the TFSBuild.proj file to include your path for where your builds are released on your server&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jimzim</author><pubDate>Sat, 20 Nov 2010 06:17:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101120061749A</guid></item><item><title>Updated Wiki: Home</title><link>http://azuretoolkit.codeplex.com/wikipage?version=23</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Windows Azure Toolkit for Facebook&lt;/h1&gt;
&amp;lt;b&amp;gt;We are in the process of migrating the facebook example to the Facebook C# SDK and making this library all about Azure helpers.&amp;lt;/b&amp;gt;&lt;br /&gt;&lt;br /&gt;Welcome to the Windows Azure Toolkit for Facebook. This toolkit was built by &lt;a href="http://www.thuzi.com/" class="externalLink"&gt;Thuzi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in collaboration with Microsoft to give the community a good starter kit for getting Facebook apps up and running in Windows Azure.  Facebook apps hosted in Azure provide a flexible and scalable cloud computing platform for the smallest and largest of Facebook applications. Whether you have millions of users or just a few thousand, the Facebook Azure Toolit helps you to build your app correctly so that if your app is virally successful, you won&amp;#39;t have to architect it again. You will just need to increase the number of instances you are using, then you are done scaling. :) &lt;br /&gt;&lt;br /&gt;DISCLAIMER: This toolkit does not demonstrate how to create a facebook application.  It is assumed that you already know how to do that or are willing to learn how to do that.  there are plenty of links below on how to do this.  Here is one,  &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that is also listed below that helps explain how to set up an app and there are plenty of sample in the Facebook Developers Toolkit.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;You can watch our Channel 9 Videos @:&lt;/b&gt;&lt;br /&gt;Getting started with the Windows Azure Tollkit for Facebook:            &lt;a href="http://bit.ly/getStartedAzureFB" class="externalLink"&gt;http://bit.ly/getStartedAzureFB&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Interview with Jim Zimmerman, CTO Thuzi abd author of the Toolkit:  &lt;a href="http://bit.ly/InterviewJimZ" class="externalLink"&gt;http://bit.ly/InterviewJimZ&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;What does this Toolit include?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Asp.Net MVC 2 &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Windows Azure Software Development Kit (February 2010) &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=dba6a576-468d-4ef6-877e-b14e3c865d3a&amp;amp;displaylang=en" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;AutoMapper &lt;a href="http://automapper.codeplex.com/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Azure Toolkit - Simplified library for accessing Message Queues, Table Storage and Sql Server&lt;/li&gt;
&lt;li&gt;Automated build scripts for one-click deployment from TFS 2010 to Azure&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How do I get started?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Set up a facebook developers account  &lt;a href="http://www.facebook.com/developers" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an iframe facebook application &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an Azure Account &lt;a href="http://www.microsoft.com/windowsazure/getstarted/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a database in Sql Azure &lt;a href="http://www.microsoft.com/windowsazure/sqlazure/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a storage account in Azure for Table Storage, Message Queues and Blob Storage&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Getting Setup and Running Locally&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Create local database using the dbscript.sql found in the AzureFacebook.Data.Sql project&lt;/li&gt;
&lt;li&gt;Change connection strings in the app.config in AzureFacebook.WorkerRole.csproj and AzureFacebook.Data.Sql.csproj&lt;/li&gt;
&lt;li&gt;Set up facebook app and have callback url point to http://localhost:81/  127.0.0.1 will not be accepted in facebook.&lt;/li&gt;
&lt;li&gt;Open up the web.config and modify the following keys in the appSettings to match what is in your facebook app: APIKey, Secret, Callback, Suffix, and AppUrl&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Setting up Deployment in TFS 2010&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a server ssl certificate to your account in Azure &lt;a href="http://msdn.microsoft.com/en-us/library/ee460782.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check azure cmdlets and documentation of powershell scripts &lt;a href="http://code.msdn.microsoft.com/azurecmdlets" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Modify the TFSBuild.proj file to include your path for where your builds are released on your server&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jimzim</author><pubDate>Sat, 20 Nov 2010 06:17:21 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101120061721A</guid></item><item><title>Updated Wiki: Home</title><link>http://azuretoolkit.codeplex.com/wikipage?version=22</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Windows Azure Toolkit for Facebook&lt;/h1&gt;
Welcome to the Windows Azure Toolkit for Facebook. This toolkit was built by &lt;a href="http://www.thuzi.com/" class="externalLink"&gt;Thuzi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in collaboration with Microsoft to give the community a good starter kit for getting Facebook apps up and running in Windows Azure.  Facebook apps hosted in Azure provide a flexible and scalable cloud computing platform for the smallest and largest of Facebook applications. Whether you have millions of users or just a few thousand, the Facebook Azure Toolit helps you to build your app correctly so that if your app is virally successful, you won&amp;#39;t have to architect it again. You will just need to increase the number of instances you are using, then you are done scaling. :) &lt;br /&gt;&lt;br /&gt;DISCLAIMER: This toolkit does not demonstrate how to create a facebook application.  It is assumed that you already know how to do that or are willing to learn how to do that.  there are plenty of links below on how to do this.  Here is one,  &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that is also listed below that helps explain how to set up an app and there are plenty of sample in the Facebook Developers Toolkit.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;You can watch our Channel 9 Videos @:&lt;/b&gt;&lt;br /&gt;Getting started with the Windows Azure Tollkit for Facebook:            &lt;a href="http://bit.ly/getStartedAzureFB" class="externalLink"&gt;http://bit.ly/getStartedAzureFB&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Interview with Jim Zimmerman, CTO Thuzi abd author of the Toolkit:  &lt;a href="http://bit.ly/InterviewJimZ" class="externalLink"&gt;http://bit.ly/InterviewJimZ&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;What does this Toolit include?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Asp.Net MVC 2 &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Windows Azure Software Development Kit (February 2010) &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=dba6a576-468d-4ef6-877e-b14e3c865d3a&amp;amp;displaylang=en" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;AutoMapper &lt;a href="http://automapper.codeplex.com/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Azure Toolkit - Simplified library for accessing Message Queues, Table Storage and Sql Server&lt;/li&gt;
&lt;li&gt;Automated build scripts for one-click deployment from TFS 2010 to Azure&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How do I get started?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Set up a facebook developers account  &lt;a href="http://www.facebook.com/developers" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an iframe facebook application &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an Azure Account &lt;a href="http://www.microsoft.com/windowsazure/getstarted/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a database in Sql Azure &lt;a href="http://www.microsoft.com/windowsazure/sqlazure/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a storage account in Azure for Table Storage, Message Queues and Blob Storage&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Getting Setup and Running Locally&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Create local database using the dbscript.sql found in the AzureFacebook.Data.Sql project&lt;/li&gt;
&lt;li&gt;Change connection strings in the app.config in AzureFacebook.WorkerRole.csproj and AzureFacebook.Data.Sql.csproj&lt;/li&gt;
&lt;li&gt;Set up facebook app and have callback url point to http://localhost:81/  127.0.0.1 will not be accepted in facebook.&lt;/li&gt;
&lt;li&gt;Open up the web.config and modify the following keys in the appSettings to match what is in your facebook app: APIKey, Secret, Callback, Suffix, and AppUrl&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Setting up Deployment in TFS 2010&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a server ssl certificate to your account in Azure &lt;a href="http://msdn.microsoft.com/en-us/library/ee460782.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check azure cmdlets and documentation of powershell scripts &lt;a href="http://code.msdn.microsoft.com/azurecmdlets" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Modify the TFSBuild.proj file to include your path for where your builds are released on your server&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jimzim</author><pubDate>Sat, 20 Nov 2010 06:14:22 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101120061422A</guid></item><item><title>Updated Wiki: Home</title><link>http://facebookazuretoolkit.codeplex.com/wikipage?version=21</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Windows Azure Toolkit for Facebook&lt;/h1&gt;
Welcome to the Windows Azure Toolkit for Facebook. This toolkit was built by &lt;a href="http://www.thuzi.com/" class="externalLink"&gt;Thuzi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in collaboration with Microsoft to give the community a good starter kit for getting Facebook apps up and running in Windows Azure.  Facebook apps hosted in Azure provide a flexible and scalable cloud computing platform for the smallest and largest of Facebook applications. Whether you have millions of users or just a few thousand, the Facebook Azure Toolit helps you to build your app correctly so that if your app is virally successful, you won&amp;#39;t have to architect it again. You will just need to increase the number of instances you are using, then you are done scaling. :) &lt;br /&gt;&lt;br /&gt;DISCLAIMER: This toolkit does not demonstrate how to create a facebook application.  It is assumed that you already know how to do that or are willing to learn how to do that.  there are plenty of links below on how to do this.  Here is one,  &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that is also listed below that helps explain how to set up an app and there are plenty of sample in the Facebook Developers Toolkit.&lt;br /&gt;&lt;br /&gt;NOTE: You must use Visual Studio 2010 RC to open the project.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;You can watch our Channel 9 Videos @:&lt;/b&gt;&lt;br /&gt;Getting started with the Windows Azure Tollkit for Facebook:            &lt;a href="http://bit.ly/getStartedAzureFB" class="externalLink"&gt;http://bit.ly/getStartedAzureFB&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Interview with Jim Zimmerman, CTO Thuzi abd author of the Toolkit:  &lt;a href="http://bit.ly/InterviewJimZ" class="externalLink"&gt;http://bit.ly/InterviewJimZ&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;What does this Toolit include?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Facebook Developers Toolkit &lt;a href="http://www.codeplex.com/FacebookToolkit" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ninject 2.0 for Dependency Injection &lt;a href="http://ninject.org" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Asp.Net MVC 2 &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Windows Azure Software Development Kit (February 2010) &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=dba6a576-468d-4ef6-877e-b14e3c865d3a&amp;amp;displaylang=en" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;AutoMapper &lt;a href="http://automapper.codeplex.com/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Azure Toolkit - Simplified library for accessing Message Queues, Table Storage and Sql Server&lt;/li&gt;
&lt;li&gt;Automated build scripts for one-click deployment from TFS 2010 to Azure&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How do I get started?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Set up a facebook developers account  &lt;a href="http://www.facebook.com/developers" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an iframe facebook application &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an Azure Account &lt;a href="http://www.microsoft.com/windowsazure/getstarted/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a database in Sql Azure &lt;a href="http://www.microsoft.com/windowsazure/sqlazure/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a storage account in Azure for Table Storage, Message Queues and Blob Storage&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Getting Setup and Running Locally&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Create local database using the dbscript.sql found in the AzureFacebook.Data.Sql project&lt;/li&gt;
&lt;li&gt;Change connection strings in the app.config in AzureFacebook.WorkerRole.csproj and AzureFacebook.Data.Sql.csproj&lt;/li&gt;
&lt;li&gt;Set up facebook app and have callback url point to http://localhost:81/  127.0.0.1 will not be accepted in facebook.&lt;/li&gt;
&lt;li&gt;Open up the web.config and modify the following keys in the appSettings to match what is in your facebook app: APIKey, Secret, Callback, Suffix, and AppUrl&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Setting up Deployment in TFS 2010&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a server ssl certificate to your account in Azure &lt;a href="http://msdn.microsoft.com/en-us/library/ee460782.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check azure cmdlets and documentation of powershell scripts &lt;a href="http://code.msdn.microsoft.com/azurecmdlets" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Modify the TFSBuild.proj file to include your path for where your builds are released on your server&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>GuntherL</author><pubDate>Tue, 15 Jun 2010 20:47:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100615084741P</guid></item><item><title>Updated Wiki: Home</title><link>http://facebookazuretoolkit.codeplex.com/wikipage?version=20</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Windows Azure Toolkit for Facebook&lt;/h1&gt;
Welcome to the Windows Azure Toolkit for Facebook. This toolkit was built by &lt;a href="http://www.thuzi.com/" class="externalLink"&gt;Thuzi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in collaboration with Microsoft to give the community a good starter kit for getting Facebook apps up and running in Windows Azure.  Facebook apps hosted in Azure provide a flexible and scalable cloud computing platform for the smallest and largest of Facebook applications. Whether you have millions of users or just a few thousand, the Facebook Azure Toolit helps you to build your app correctly so that if your app is virally successful, you won&amp;#39;t have to architect it again. You will just need to increase the number of instances you are using, then you are done scaling. :) &lt;br /&gt;&lt;br /&gt;DISCLAIMER: This toolkit does not demonstrate how to create a facebook application.  It is assumed that you already know how to do that or are willing to learn how to do that.  there are plenty of links below on how to do this.  Here is one,  &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that is also listed below that helps explain how to set up an app and there are plenty of sample in the Facebook Developers Toolkit.&lt;br /&gt;&lt;br /&gt;NOTE: You must use Visual Studio 2010 RC to open the project.&lt;br /&gt;
&lt;h2&gt;What does this Toolit include?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Facebook Developers Toolkit &lt;a href="http://www.codeplex.com/FacebookToolkit" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ninject 2.0 for Dependency Injection &lt;a href="http://ninject.org" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Asp.Net MVC 2 &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Windows Azure Software Development Kit (February 2010) &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=dba6a576-468d-4ef6-877e-b14e3c865d3a&amp;amp;displaylang=en" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;AutoMapper &lt;a href="http://automapper.codeplex.com/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Azure Toolkit - Simplified library for accessing Message Queues, Table Storage and Sql Server&lt;/li&gt;
&lt;li&gt;Automated build scripts for one-click deployment from TFS 2010 to Azure&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How do I get started?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Set up a facebook developers account  &lt;a href="http://www.facebook.com/developers" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an iframe facebook application &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an Azure Account &lt;a href="http://www.microsoft.com/windowsazure/getstarted/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a database in Sql Azure &lt;a href="http://www.microsoft.com/windowsazure/sqlazure/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a storage account in Azure for Table Storage, Message Queues and Blob Storage&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Getting Setup and Running Locally&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Create local database using the dbscript.sql found in the AzureFacebook.Data.Sql project&lt;/li&gt;
&lt;li&gt;Change connection strings in the app.config in AzureFacebook.WorkerRole.csproj and AzureFacebook.Data.Sql.csproj&lt;/li&gt;
&lt;li&gt;Set up facebook app and have callback url point to http://localhost:81/  127.0.0.1 will not be accepted in facebook.&lt;/li&gt;
&lt;li&gt;Open up the web.config and modify the following keys in the appSettings to match what is in your facebook app: APIKey, Secret, Callback, Suffix, and AppUrl&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Setting up Deployment in TFS 2010&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a server ssl certificate to your account in Azure &lt;a href="http://msdn.microsoft.com/en-us/library/ee460782.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check azure cmdlets and documentation of powershell scripts &lt;a href="http://code.msdn.microsoft.com/azurecmdlets" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Modify the TFSBuild.proj file to include your path for where your builds are released on your server&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>GuntherL</author><pubDate>Thu, 03 Jun 2010 19:28:54 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100603072854P</guid></item><item><title>Updated Wiki: Home</title><link>http://facebookazuretoolkit.codeplex.com/wikipage?version=19</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://contentpreview.teamzonesports.com/images/codeplex/azurelogo.png" /&gt;  &lt;img src="http://contentpreview.teamzonesports.com/images/codeplex/facebook-logo-small.png" /&gt;
&lt;h1&gt;Windows Azure Toolkit for Facebook&lt;/h1&gt;
Welcome to the Windows Azure Toolkit for Facebook. This toolkit was built by &lt;a href="http://www.thuzi.com/" class="externalLink"&gt;Thuzi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in collaboration with Microsoft to give the community a good starter kit for getting Facebook apps up and running in Windows Azure.  Facebook apps hosted in Azure provide a flexible and scalable cloud computing platform for the smallest and largest of Facebook applications. Whether you have millions of users or just a few thousand, the Facebook Azure Toolit helps you to build your app correctly so that if your app is virally successful, you won&amp;#39;t have to architect it again. You will just need to increase the number of instances you are using, then you are done scaling. :) &lt;br /&gt;&lt;br /&gt;DISCLAIMER: This toolkit does not demonstrate how to create a facebook application.  It is assumed that you already know how to do that or are willing to learn how to do that.  there are plenty of links below on how to do this.  Here is one,  &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that is also listed below that helps explain how to set up an app and there are plenty of sample in the Facebook Developers Toolkit.&lt;br /&gt;&lt;br /&gt;NOTE: You must use Visual Studio 2010 RC to open the project.&lt;br /&gt;
&lt;h2&gt;What does this Toolit include?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Facebook Developers Toolkit &lt;a href="http://www.codeplex.com/FacebookToolkit" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ninject 2.0 for Dependency Injection &lt;a href="http://ninject.org" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Asp.Net MVC 2 &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Windows Azure Software Development Kit (February 2010) &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=dba6a576-468d-4ef6-877e-b14e3c865d3a&amp;amp;displaylang=en" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;AutoMapper &lt;a href="http://automapper.codeplex.com/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Azure Toolkit - Simplified library for accessing Message Queues, Table Storage and Sql Server&lt;/li&gt;
&lt;li&gt;Automated build scripts for one-click deployment from TFS 2010 to Azure&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How do I get started?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Set up a facebook developers account  &lt;a href="http://www.facebook.com/developers" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an iframe facebook application &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an Azure Account &lt;a href="http://www.microsoft.com/windowsazure/getstarted/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a database in Sql Azure &lt;a href="http://www.microsoft.com/windowsazure/sqlazure/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a storage account in Azure for Table Storage, Message Queues and Blob Storage&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Getting Setup and Running Locally&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Create local database using the dbscript.sql found in the AzureFacebook.Data.Sql project&lt;/li&gt;
&lt;li&gt;Change connection strings in the app.config in AzureFacebook.WorkerRole.csproj and AzureFacebook.Data.Sql.csproj&lt;/li&gt;
&lt;li&gt;Set up facebook app and have callback url point to http://localhost:81/  127.0.0.1 will not be accepted in facebook.&lt;/li&gt;
&lt;li&gt;Open up the web.config and modify the following keys in the appSettings to match what is in your facebook app: APIKey, Secret, Callback, Suffix, and AppUrl&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Setting up Deployment in TFS 2010&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a server ssl certificate to your account in Azure &lt;a href="http://msdn.microsoft.com/en-us/library/ee460782.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check azure cmdlets and documentation of powershell scripts &lt;a href="http://code.msdn.microsoft.com/azurecmdlets" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Modify the TFSBuild.proj file to include your path for where your builds are released on your server&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>GuntherL</author><pubDate>Mon, 22 Mar 2010 18:44:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100322064432P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://facebookazuretoolkit.codeplex.com/documentation?version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Examples&lt;/h1&gt;
Here is an example of how to use the TableRepository&amp;lt;T&amp;gt;.  When you initialize the class, it will automagically create your table in table storage if it is not already created.  It will use the name of the entity class and create the table with that name and properties of that class.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;  public class AddCommentCommand
    {
        const string PartitionKey = &amp;quot;HelloAzure&amp;quot;;

        readonly TableRepository&amp;lt;CommentEntity&amp;gt; _commentRepository;
        public AddCommentCommand()
        {
            _commentRepository = new TableRepository&amp;lt;CommentEntity&amp;gt;();
        }

        public void Execute(Comment comment)
        {
            _commentRepository.Insert(comment.MapToTableData());
            _commentRepository.Commit();

        }

   }
    &lt;/pre&gt;}&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jimzim</author><pubDate>Sat, 13 Mar 2010 17:38:17 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100313053817P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://facebookazuretoolkit.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;Here is an example of how to use the TableRepository&amp;lt;T&amp;gt;.  When you initialize the class, it will automagically create your table in table storage if it is not already created.  It will use the name of the entity class and create the table with that name and properties of that class.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;  public class AddCommentCommand
    {
        const string PartitionKey = &amp;quot;HelloAzure&amp;quot;;

        readonly TableRepository&amp;lt;CommentEntity&amp;gt; _commentRepository;
        public AddCommentCommand()
        {
            _commentRepository = new TableRepository&amp;lt;CommentEntity&amp;gt;();
        }

        public void Execute(Comment comment)
        {
            _commentRepository.Insert(comment.MapToTableData());
            _commentRepository.Commit();

        }

   }
    &lt;/pre&gt;}&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jimzim</author><pubDate>Sat, 13 Mar 2010 17:37:28 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100313053728P</guid></item><item><title>Updated Wiki: Home</title><link>http://facebookazuretoolkit.codeplex.com/wikipage?version=18</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://contentpreview.teamzonesports.com/images/codeplex/azurelogo.png" /&gt;  &lt;img src="http://contentpreview.teamzonesports.com/images/codeplex/facebook-logo-small.png" /&gt;
&lt;h1&gt;Facebook Azure Toolkit&lt;/h1&gt;
Welcome to the Facebook Azure Toolit. This toolkit was built by &lt;a href="http://www.thuzi.com/" class="externalLink"&gt;Thuzi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in collaboration with Microsoft to give the community a good starter kit for getting Facebook apps up and running in Windows Azure.  Facebook apps hosted in Azure provide a flexible and scalable cloud computing platform for the smallest and largest of Facebook applications. Whether you have millions of users or just a few thousand, the Facebook Azure Toolit helps you to build your app correctly so that if your app is virally successful, you won&amp;#39;t have to architect it again. You will just need to increase the number of instances you are using, then you are done scaling. :) &lt;br /&gt;&lt;br /&gt;DISCLAIMER: This toolkit does not demonstrate how to create a facebook application.  It is assumed that you already know how to do that or are willing to learn how to do that.  there are plenty of links below on how to do this.  Here is one,  &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that is also listed below that helps explain how to set up an app and there are plenty of sample in the Facebook Developers Toolkit.&lt;br /&gt;&lt;br /&gt;NOTE: You must use Visual Studio 2010 RC to open the project.&lt;br /&gt;
&lt;h2&gt;What does this Toolit include?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Facebook Developers Toolkit &lt;a href="http://www.codeplex.com/FacebookToolkit" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ninject 2.0 for Dependency Injection &lt;a href="http://ninject.org" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Asp.Net MVC 2 &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Windows Azure Software Development Kit (February 2010) &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=dba6a576-468d-4ef6-877e-b14e3c865d3a&amp;amp;displaylang=en" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;AutoMapper &lt;a href="http://automapper.codeplex.com/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Azure Toolkit - Simplified library for accessing Message Queues, Table Storage and Sql Server&lt;/li&gt;
&lt;li&gt;Automated build scripts for one-click deployment from TFS 2010 to Azure&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How do I get started?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Set up a facebook developers account  &lt;a href="http://www.facebook.com/developers" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an iframe facebook application &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an Azure Account &lt;a href="http://www.microsoft.com/windowsazure/getstarted/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a database in Sql Azure &lt;a href="http://www.microsoft.com/windowsazure/sqlazure/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a storage account in Azure for Table Storage, Message Queues and Blob Storage&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Getting Setup and Running Locally&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Create local database using the dbscript.sql found in the AzureFacebook.Data.Sql project&lt;/li&gt;
&lt;li&gt;Change connection strings in the app.config in AzureFacebook.WorkerRole.csproj and AzureFacebook.Data.Sql.csproj&lt;/li&gt;
&lt;li&gt;Set up facebook app and have callback url point to http://localhost:81/  127.0.0.1 will not be accepted in facebook.&lt;/li&gt;
&lt;li&gt;Open up the web.config and modify the following keys in the appSettings to match what is in your facebook app: APIKey, Secret, Callback, Suffix, and AppUrl&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Setting up Deployment in TFS 2010&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a server ssl certificate to your account in Azure &lt;a href="http://msdn.microsoft.com/en-us/library/ee460782.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check azure cmdlets and documentation of powershell scripts &lt;a href="http://code.msdn.microsoft.com/azurecmdlets" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Modify the TFSBuild.proj file to include your path for where your builds are released on your server&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jimzim</author><pubDate>Sat, 13 Mar 2010 17:28:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100313052856P</guid></item><item><title>Updated Wiki: Home</title><link>http://facebookazuretoolkit.codeplex.com/wikipage?version=17</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://contentpreview.teamzonesports.com/images/codeplex/azurelogo.png" /&gt;  &lt;img src="http://contentpreview.teamzonesports.com/images/codeplex/facebook-logo-small.png" /&gt;
&lt;h1&gt;Facebook Azure Toolkit&lt;/h1&gt;
Welcome to the Facebook Azure Toolit. This toolkit was built by &lt;a href="http://www.thuzi.com/" class="externalLink"&gt;Thuzi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in collaboration with Microsoft to give the community a good starter kit for getting Facebook apps up and running in Windows Azure.  Facebook apps hosted in Azure provide a flexible and scalable cloud computing platform for the smallest and largest of Facebook applications. Whether you have millions of users or just a few thousand, the Facebook Azure Toolit helps you to build your app correctly so that if your app is virally successful, you won&amp;#39;t have to architect it again. You will just need to increase the number of instances you are using, then you are done scaling. :) &lt;br /&gt;&lt;br /&gt;DISCLAIMER: This toolkit does not demonstrate how to create a facebook application.  It is assumed that you already know how to do that or are willing to learn how to do that.  there are plenty of links below on how to do this.  Here is one,  &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that is also listed below that helps explain how to set up an app and there are plenty of sample in the Facebook Developers Toolkit.&lt;br /&gt;
&lt;h2&gt;What does this Toolit include?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Facebook Developers Toolkit &lt;a href="http://www.codeplex.com/FacebookToolkit" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ninject 2.0 for Dependency Injection &lt;a href="http://ninject.org" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Asp.Net MVC 2 &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Windows Azure Software Development Kit (February 2010) &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=dba6a576-468d-4ef6-877e-b14e3c865d3a&amp;amp;displaylang=en" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;AutoMapper &lt;a href="http://automapper.codeplex.com/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Azure Toolkit - Simplified library for accessing Message Queues, Table Storage and Sql Server&lt;/li&gt;
&lt;li&gt;Automated build scripts for one-click deployment from TFS 2010 to Azure&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How do I get started?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Set up a facebook developers account  &lt;a href="http://www.facebook.com/developers" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an iframe facebook application &lt;a href="http://msdn.microsoft.com/en-us/windows/ee695841.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up an Azure Account &lt;a href="http://www.microsoft.com/windowsazure/getstarted/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a database in Sql Azure &lt;a href="http://www.microsoft.com/windowsazure/sqlazure/" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set up a storage account in Azure for Table Storage, Message Queues and Blob Storage&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Getting Setup and Running Locally&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Create local database using the dbscript.sql found in the AzureFacebook.Data.Sql project&lt;/li&gt;
&lt;li&gt;Change connection strings in the app.config in AzureFacebook.WorkerRole.csproj and AzureFacebook.Data.Sql.csproj&lt;/li&gt;
&lt;li&gt;Set up facebook app and have callback url point to http://localhost:81/  127.0.0.1 will not be accepted in facebook.&lt;/li&gt;
&lt;li&gt;Open up the web.config and modify the following keys in the appSettings to match what is in your facebook app: APIKey, Secret, Callback, Suffix, and AppUrl&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Setting up Deployment in TFS 2010&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Add a server ssl certificate to your account in Azure &lt;a href="http://msdn.microsoft.com/en-us/library/ee460782.aspx" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check azure cmdlets and documentation of powershell scripts &lt;a href="http://code.msdn.microsoft.com/azurecmdlets" class="externalLink"&gt;Link&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Modify the TFSBuild.proj file to include your path for where your builds are released on your server&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jimzim</author><pubDate>Sat, 13 Mar 2010 16:48:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100313044846P</guid></item></channel></rss>