<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Life on Planet Groove &#187; WCF</title>
	<atom:link href="http://www.lifeonplanetgroove.com/blog/index.php/category/tech/wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeonplanetgroove.com/blog</link>
	<description>Adam Toth's Blog</description>
	<lastBuildDate>Thu, 27 May 2010 21:07:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PDC Day 1 &#8211; Lap Around Windows Azure Notes</title>
		<link>http://www.lifeonplanetgroove.com/blog/index.php/2009/11/18/pdc-day-1-lap-around-windows-azure-notes/</link>
		<comments>http://www.lifeonplanetgroove.com/blog/index.php/2009/11/18/pdc-day-1-lap-around-windows-azure-notes/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:02:56 +0000</pubDate>
		<dc:creator>Adam Toth</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[WF]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[cloud computing]]></category>

		<guid isPermaLink="false">http://www.lifeonplanetgroove.com/blog/index.php/2009/11/18/pdc-day-1-lap-around-windows-azure-notes/</guid>
		<description><![CDATA[
Session #1:
Windows Azure Platform:
Windows Azure
SQL Azure
AppFabric
…plus developer tools and &#34;Dallas&#34;
Azure does &#34;Compute&#34; &#34;Management&#34; and &#34;Storage&#34;
SQL Azure is a relational DB as a service.
Demo is of a tickmaster-type application that uses Azure.
TicketDirect Architecture:
&#34;Compute&#34; using Web and Worker roles to process tickets
Using the service bus to communicate with on-premise services.
Storage of data in SQL Azure
Printing of tickets [...]]]></description>
			<content:encoded><![CDATA[<ol>
<p>Session #1:</p>
<p>Windows Azure Platform:</p>
<li>Windows Azure</li>
<li>SQL Azure</li>
<li>AppFabric
<p>…plus developer tools and &quot;Dallas&quot;</p>
<p>Azure does &quot;Compute&quot; &quot;Management&quot; and &quot;Storage&quot;</p>
<p>SQL Azure is a relational DB as a service.</p>
<p>Demo is of a tickmaster-type application that uses Azure.</p>
<p>TicketDirect Architecture:</p>
<p>&quot;Compute&quot; using Web and Worker roles to process tickets</p>
<p>Using the service bus to communicate with on-premise services.</p>
<p>Storage of data in SQL Azure</p>
<p>Printing of tickets is offloaded to the site (i.e. venue).</p>
<p>Site receives a message via service bus to print the ticket for pickup at role call</p>
</li>
</ol>
<p>Another Demo, sample app, of basic CRUD web app.</p>
<p>CRUD is standard ASP.NET SqlDataSource control with SQL commands, that works with SQL Express but runs in the cloud</p>
<p>Demo&#8217;d using Trace.Write which writes out to the development console logger and can also write to the Azure Storage logging subsystem</p>
<p>Migrated to SQL Azure by just changing the connection string</p>
<p><strong>Storage (BLOBs, Tables, and Queues)</strong></p>
<p>NEW &#8211; Add ability to mount Azure storage as NTFS drive</p>
<p>Coming soon &#8211; Ability to manage VMs with admin privileges</p>
<p>Create snapshots of your VMs</p>
<p>When up-scaling, Azure will deploy your app on top of your custom VM image</p>
<p><strong>SQL Azure:</strong></p>
<p>Only pay for what you use</p>
<p>Do not worry about disaster recovery</p>
<p>Change a connection string an have effortless switch to SQL Azure</p>
<p>Sync framework to sync SQL DBs in the cloud with on-premise data</p>
<p><strong>Service Bus:</strong></p>
<p>Securely connect apps (on-premise with cloud)</p>
<p>Tunneling technology</p>
<p>Services bus is a middle man for communication between </p>
<p><strong>Access Control:</strong></p>
<p>Provides outsourcing of claims-based RESTful services</p>
<p>Integrates with ADFS v2</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeonplanetgroove.com/blog/index.php/2009/11/18/pdc-day-1-lap-around-windows-azure-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDC Day 1 KeyNote Notes</title>
		<link>http://www.lifeonplanetgroove.com/blog/index.php/2009/11/18/pdc-day-1-keynote-notes/</link>
		<comments>http://www.lifeonplanetgroove.com/blog/index.php/2009/11/18/pdc-day-1-keynote-notes/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 15:53:55 +0000</pubDate>
		<dc:creator>Adam Toth</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[WF]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[WinForms]]></category>
		<category><![CDATA[appfabric]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[pdc09]]></category>

		<guid isPermaLink="false">http://www.lifeonplanetgroove.com/blog/index.php/2009/11/18/pdc-day-1-keynote-notes/</guid>
		<description><![CDATA[
Windows Azure Improvements since last year:
Support PHP, CGI, Apache, other frameworks
Expose very low-level programming efforts (not just .NET).      Example was a C++ app with pointers exposed as an Azure service
Identity framework (support passing tokens from federated locations i.e. onsite AD instance)


SQL Azure Improvements since last year:
Not just RESTful consumption of [...]]]></description>
			<content:encoded><![CDATA[<ol>
<p>Windows Azure Improvements since last year:</p>
<li>Support PHP, CGI, Apache, other frameworks</li>
<li>Expose very low-level programming efforts (not just .NET).      <br />Example was a C++ app with pointers exposed as an Azure service</li>
<li>Identity framework (support passing tokens from federated locations i.e. onsite AD instance)</li>
</ol>
<ol>
<p>SQL Azure Improvements since last year:</p>
<li>Not just RESTful consumption of services anymore</li>
<li>Works with standard TDS based tools (SQL management studio)</li>
</ol>
<ol>
<p>Microsoft has a vision of &quot;Three screens and a Cloud&quot;.</p>
<p>The screens include:</p>
<li>Mobile devices</li>
<li>Desktop computers</li>
<li>Internet connected TVs
<p>They can all be united by data and services in the cloud.</p>
</li>
</ol>
<p><a href="http://pinpoint.microsoft.com/en-US/Dallas" target="_blank">Public Data in the Cloud (Codename &quot;Dallas&quot;)</a>. </p>
<p>Repository for public data sets that can be consumed in any number of ways (and easily by Azure)</p>
<p>Accessed through Microsoft PinPoint</p>
<p><a href="http://www.microsoft.com/windowsazure/developers/dallas/" target="_blank">Sign up for a CTP key</a></p>
<p>Some data includes NASA mars photos, GIS data, AP News articles</p>
<p><strong>PinPoint</strong>:</p>
<p>Centralized marketplace for partner providers, Azure ISVs and implementers, and gateway to &quot;Dallas&quot; public Data.</p>
<p>&quot;System Center&quot; will plugin to Azure to monitor your Azure instances, check to meet SLAs, and enable you to scale up the Azure instances directly.</p>
<p>2010 will include ability to have the Azure cloud be able to establish a network connection to on-premise resources (i.e. self hosted SQL Server)</p>
<p>WordPress is moving to Windows Azure</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeonplanetgroove.com/blog/index.php/2009/11/18/pdc-day-1-keynote-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
