<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Cloud Computing for Developers</title><link>http://blogs.msdn.com/alejandv/default.aspx</link><description>Alejandro Villanueva's Blog</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Atom Publishing Protocol (AtomPub) in the Live Platform</title><link>http://blogs.msdn.com/alejandv/archive/2008/08/10/atom-publishing-protocol-atompub-as-the-future-direction.aspx</link><pubDate>Sun, 10 Aug 2008 06:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8845607</guid><dc:creator>alejandvi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/alejandv/comments/8845607.aspx</comments><wfw:commentRss>http://blogs.msdn.com/alejandv/commentrss.aspx?PostID=8845607</wfw:commentRss><description>&lt;P&gt;&lt;A href="http://www.microsoft.com/presspass/exec/treadwell/default.mspx"&gt;David Treadwell&lt;/A&gt;&amp;nbsp;in his &lt;A href="http://dev.live.com/blogs/devlive/archive/2008/02/27/213.aspx"&gt;news and updates&lt;/A&gt;&amp;nbsp;on the&amp;nbsp;Live Platform Services, announced that Microsoft is unifying&amp;nbsp;its developer platform protocols for services on the open, standards-based Atom format (&lt;A href="http://www.ietf.org/rfc/rfc4287.txt" target=_blank mce_href="http://www.ietf.org/rfc/rfc4287.txt"&gt;RFC 4287&lt;/A&gt;) and the Atom Publishing Protocol (&lt;A href="http://www.ietf.org/rfc/rfc5023.txt" target=_blank mce_href="http://www.ietf.org/rfc/rfc5023.txt"&gt;RFC 5023&lt;/A&gt;).&amp;nbsp;Adopting the standardized Atom Publishing Protocol is in line with Microsoft's&amp;nbsp; &lt;A href="http://www.microsoft.com/presspass/presskits/interoperability/default.mspx"&gt;new interoperability principles&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The Atom Publishing Protocol (AtomPub or APP)&amp;nbsp;is a simple &lt;A class=mw-redirect title=HTTP href="http://en.wikipedia.org/wiki/HTTP"&gt;HTTP&lt;/A&gt;-based protocol for creating and updating web resources. AtomPub builds&amp;nbsp;on top of the&amp;nbsp; &lt;A href="http://atompub.org/rfc4287.html"&gt;Atom Syndication Format&lt;/A&gt;, an&amp;nbsp;formalizes many of the mechanisms required for the exchange of rich and meaningful content via a process known as Representational State Transfer - &lt;A href="http://en.wikipedia.org/wiki/Representational_State_Transfer"&gt;REST&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are new Live services with AtomPub endpoints which enable any HTTP-aware application to easily consume Atom feeds of photos and for unstructured application storage.&amp;nbsp;You can also use any Atom-aware public tools or libraries, such as &lt;A href="http://msdn2.microsoft.com/en-us/library/bb412202.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/bb412202.aspx"&gt;.NET WCF Syndication&lt;/A&gt; to read or write these cloud service-based feeds.&lt;/P&gt;
&lt;P&gt;AtomPub will also be supported in &lt;A href="http://astoria.mslivelabs.com/"&gt;ADO.NET Data Services&lt;/A&gt; ("Project Astoria"). See Pablo Castro's post about &lt;A href="http://blogs.msdn.com/astoriateam/archive/2008/02/13/atompub-support-in-the-ado-net-data-services-framework.aspx"&gt;APP support in Astoria&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Therefore, it's important to understand the fundamentals of Atom Publishing Protocol (AtomPub) if you want to&amp;nbsp;leverage services offered by Microsoft on the Web. Many Web 2.0 sites as well, now implement AtomPub.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What is AtomPub?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;An application-level protocol for publishing and editing Web resources using HTTP and XML.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;The AtomPub Model&lt;/STRONG&gt;&lt;/P&gt;
&lt;P id=rfc.section.4.p.1&gt;AtomPub&amp;nbsp;operates on &lt;STRONG&gt;collections&lt;/STRONG&gt; of Web resources. All collections&amp;nbsp;and their resources support the same basic interactions. The interactions are based on the common HTTP verbs.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;GET is used to retrieve a representation of a resource or perform a read-only query. 
&lt;LI&gt;POST is used to create a new, dynamically-named resource. 
&lt;LI&gt;PUT is used to update a known resource. 
&lt;LI&gt;DELETE is used to remove a resource.&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;What can be done with AtomPub?&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Ask the server for a list of available resources.&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Collections “folders” or “directories”&lt;/LI&gt;
&lt;LI&gt;Entries e.g. blogs or web pages&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;Request the server to perform CRUD&amp;nbsp;(Create, Read, Update, Delete) operations.&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;Learn more&lt;/STRONG&gt; about the Atom Publishing Protocol &lt;A href="http://bitworking.org/projects/atom/draft-ietf-atompub-protocol-04.html"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8845607" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/alejandv/archive/tags/Live+Platform/default.aspx">Live Platform</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/Atom/default.aspx">Atom</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/AtomPub/default.aspx">AtomPub</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/REST/default.aspx">REST</category></item><item><title>Build Social Networks with Windows Live Contacts</title><link>http://blogs.msdn.com/alejandv/archive/2008/08/09/build-social-networks-with-windows-live-contacts.aspx</link><pubDate>Sat, 09 Aug 2008 05:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8844681</guid><dc:creator>alejandvi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/alejandv/comments/8844681.aspx</comments><wfw:commentRss>http://blogs.msdn.com/alejandv/commentrss.aspx?PostID=8844681</wfw:commentRss><description>&lt;P&gt;People&amp;nbsp;can use their Windows Live &lt;STRONG&gt;contact information&lt;/STRONG&gt; with your site, while keeping complete control of their data. This includes Hotmail, Messenger, and Mobile contacts.&lt;/P&gt;
&lt;P&gt;&lt;SPAN id=ctl00_ctl00_bscr_bcr_bucket2_title&gt;You can build Social Networks using:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/bb463989.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/bb463989.aspx"&gt;&lt;STRONG&gt;Contacts API&lt;/STRONG&gt; (Beta)&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN id=ctl00_ctl00_bscr_bcr_bucket2_text&gt;. A RESTful API that works on Address Book objects. It allows users to grant and revoke permission to their data on a site-by-site basis. The protocols to manage the permissioning process are provided by &lt;A href="http://dev.live.com/liveid/" mce_href="http://dev.live.com/liveid/"&gt;Windows Live ID Delegated Auth&lt;/A&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN id=ctl00_ctl00_bscr_bcr_bucket1_title&gt;&lt;A href="http://dev.live.com/contactscontrol/"&gt;&lt;STRONG&gt;Contacts Control&lt;/STRONG&gt; (Beta)&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN id=ctl00_ctl00_bscr_bcr_bucket1_text&gt;.&amp;nbsp;This control allows users to sign in to Windows Live from your site and conduct a one-time transfer of contacts data. The control requires the user to select and approve contacts for transfer.&lt;/LI&gt;&lt;/SPAN&gt;&lt;/UL&gt;
&lt;DIV class=title xmlns:msxsl="urn:schemas-microsoft-com:xslt"&gt;&lt;STRONG&gt;Windows Live Contacts API&lt;/STRONG&gt; - Beta 1.0 &lt;/DIV&gt;&lt;!--Content type: DocStudio. Transform: msdneditorial2mtps.xslt.--&gt;
&lt;DIV class=left id=mainSection&gt;
&lt;DIV id=mainBody&gt;&lt;SPAN style="COLOR: darkgray"&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN id=changeHistory&gt;&lt;/SPAN&gt;
&lt;P&gt;This is an HTTP-based service that enables developers to programmatically submit queries to, and retrieve results from, the Windows Live Contacts Address Book database service.&lt;/P&gt;
&lt;P&gt;Windows Live Contacts API provides :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Full contact management interface for a Windows Live user's address book&lt;/LI&gt;
&lt;LI&gt;View to a subset of the Contact data for the purposes of sending Invitations.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The owner of the data controls each view and set of abilities.&lt;/P&gt;
&lt;DIV class=MTPS_CollapsibleRegion id=ctl00_rs1_mainContentContainer_cpe507282 xmlns:msxsl="urn:schemas-microsoft-com:xslt"&gt;
&lt;DIV class=CollapseRegionLink id=ctl00_rs1_mainContentContainer_cpe507282_h&gt;&lt;U&gt;Delegated Authentication&lt;/U&gt;. To gain access to a Windows Live user's data in the Live Contacts service, a third-party developer first must ask the owner for permission,&amp;nbsp;presenting the&amp;nbsp;user with a Consent page. The&amp;nbsp;request&amp;nbsp;provides the Windows Live ID Delegated Authentication service with an offer ID unique to the data being requested. The Windows Live user can accept or decline the request after signing into Windows Live. If the user accepts the request, then the consent is stored, and a consent token is returned to the calling third party.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;P class=left&gt;The Windows Live Contacts Web service is exposed to clients in a HTTP/GET request interface with XML response.&lt;/P&gt;
&lt;P class=left mce_keep="true"&gt;&lt;A href="http://dev.live.com/livedata/sdk/" mce_href="http://dev.live.com/livedata/sdk/"&gt;Try out the Interactive SDK&lt;/A&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;A href="http://dev.live.com/mashups/trycontactscontrol/"&gt;Try out the Contacts Control (Beta)&lt;/A&gt;&lt;/P&gt;
&lt;P class=left mce_keep="true"&gt;&lt;A id=ctl00_rs1_mainContentContainer_ctl01 onclick="javascript:Track('ctl00_rs1_mainContentContainer_ctl00|ctl00_rs1_mainContentContainer_ctl01',this);" href="http://msdn.microsoft.com/en-us/library/bb463941.aspx"&gt;About the Windows Live Contacts API&lt;/A&gt;&lt;/P&gt;
&lt;P class=left mce_keep="true"&gt;Contacts Control Mashups samples:&lt;/P&gt;
&lt;LI&gt;&lt;A href="http://dev.live.com/mashups/partycrasher/"&gt;Crash a Party&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://dev.live.com/mashups/contactmap/"&gt;Map Your Contacts&lt;/A&gt; &lt;/LI&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8844681" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/alejandv/archive/tags/Live+Platform/default.aspx">Live Platform</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/Contacts+API/default.aspx">Contacts API</category></item><item><title>Basics of SQL Server Data Services (SSDS) Query Model</title><link>http://blogs.msdn.com/alejandv/archive/2008/08/05/querying-sql-server-data-services.aspx</link><pubDate>Tue, 05 Aug 2008 06:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8832883</guid><dc:creator>alejandvi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/alejandv/comments/8832883.aspx</comments><wfw:commentRss>http://blogs.msdn.com/alejandv/commentrss.aspx?PostID=8832883</wfw:commentRss><description>&lt;DIV class=majorTitle&gt;In SQL Server Data Services (SSDS)&amp;nbsp;an authority stores containers, and a container stores entities. &lt;/DIV&gt;
&lt;P&gt;When you query the service, you first choose the scope over which you wish to query, and then you provide a query expression to filter the flexible entities in the scope. The syntax that begins the query operation is (?q=).&amp;nbsp;For example, to query for entities, specify a container scope, followed by the query expression:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; https://{authority}.data.beta.mssds.com/v1/{container}?q={query}&lt;/CODE&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You cannot retrieve entity objects today by searching at the authority level, the widest scope for any entity search is the Container. There is no cross-container search (in the current implementation). &lt;/P&gt;
&lt;P&gt;However, if you want to query for container metadata, specify an authority scope, followed by the query expression:&lt;BR&gt;&lt;/P&gt;&lt;PRE class=libCScode id=ctl00_rs1_mainContentContainer_ctl01other space="preserve"&gt;     https://&amp;lt;authority_id&amp;gt;.data.beta.mssds.com/v1/?q={query}&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;The Query Language&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=MTPS_CollapsibleRegion id=ctl00_rs1_mainContentContainer_cpe464970&gt;
&lt;DIV class=MTPS_CollapsibleSection id=ctl00_rs1_mainContentContainer_cpe464970_c style="DISPLAY: block; OVERFLOW: visible; WIDTH: auto; HEIGHT: auto"&gt;
&lt;P class=MTPS_CollapsibleSection style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; DISPLAY: block; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none"&gt;The LINQ-like syntax of the query language that is supported in this release is as follows:&lt;/P&gt;
&lt;DIV class="" id=ctl00_rs1_mainContentContainer_ctl09_other style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; DISPLAY: block; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none"&gt;
&lt;DIV class=CodeSnippetTitleBar&gt;
&lt;DIV class=CodeDisplayLanguage&gt;&lt;/DIV&gt;
&lt;DIV class=CopyCodeButton&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from e in entities [where condition] select e&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;P class=MTPS_CollapsibleSection style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; DISPLAY: block; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none"&gt;The query iterates over the set of flexible entities in the specified scope and returns only those items that satisfy the specified condition in the optional where clause.&amp;nbsp;In the &lt;TT&gt;where&lt;/TT&gt; clause, you can specify a simple condition or a compound condition (multiple conditions combined by using logical operators).&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV class=MTPS_CollapsibleRegion id=ctl00_rs1_mainContentContainer_cpe464971&gt;
&lt;DIV class=CollapseRegionLink id=ctl00_rs1_mainContentContainer_cpe464971_h&gt;You can perform only simple selects today.&amp;nbsp; There are no joins, group by, ordering, etc.There is no projection today.&amp;nbsp; There is only the return of the complete entity as the entity is both the unit of storage&amp;nbsp;as well as the unit of return.&amp;nbsp;&lt;/DIV&gt;
&lt;P class=MTPS_CollapsibleSection style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; DISPLAY: block; OVERFLOW: visible; BORDER-LEFT: medium none; WIDTH: auto; BORDER-BOTTOM: medium none; HEIGHT: auto"&gt;The syntax allows you to distinguish between querying metadata (system) properties and querying flexible properties (anything you added). When you query metadata properties, you use the '.' notation. In the following query, the condition in the where clause references the &lt;TT&gt;Id&lt;/TT&gt; metadata property. The query retrieves a Flexible Entity with a specific &lt;TT&gt;Id&lt;/TT&gt; value.&lt;BR&gt;&lt;/P&gt;
&lt;P class=MTPS_CollapsibleSection style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; DISPLAY: block; OVERFLOW: visible; BORDER-LEFT: medium none; WIDTH: auto; BORDER-BOTTOM: medium none; HEIGHT: auto"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from e in entities where e.Id == "someId" select e&lt;/P&gt;
&lt;P class=MTPS_CollapsibleSection style="DISPLAY: block; OVERFLOW: visible; WIDTH: auto; HEIGHT: auto"&gt;The flexible properties are stored in the &lt;TT&gt;Properties&lt;/TT&gt; collection of the entity. When you query over these properties, you specify the property name by using Indexer syntax. The following query retrieves all entities whose &lt;TT&gt;Age&lt;/TT&gt; flexible property value is 32:&lt;BR&gt;&lt;/P&gt;
&lt;DIV class=CodeSnippetTitleBar&gt;
&lt;DIV class=CodeDisplayLanguage&gt;&lt;/DIV&gt;
&lt;DIV class=CopyCodeButton&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=CopyCodeButton&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from e in entities where e["Age"] == 32 select e&lt;/DIV&gt;
&lt;DIV class=CopyCodeButton&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=CopyCodeButton&gt;You&amp;nbsp;can tie together multiple expressions using the &amp;amp;&amp;amp; (AND), &lt;STRONG&gt;||&lt;/STRONG&gt; (OR), and &lt;STRONG&gt;!&lt;/STRONG&gt; (NOT) logical operators.&amp;nbsp; Precedence can be set using parentheses ().&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV class=MTPS_CollapsibleRegion id=ctl00_rs1_mainContentContainer_cpe464972&gt;
&lt;DIV class=CollapseRegionLink&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=CollapseRegionLink&gt;You can specify queries in applications using SOAP or REST interfaces. You may even write queries directly in a Web browser.&lt;/DIV&gt;
&lt;DIV class=CollapseRegionLink&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=CollapseRegionLink&gt;&lt;A id=ctl00_rs1_mainContentContainer_ctl24 onclick="javascript:Track('ctl00_rs1_mainContentContainer_cpe464972_c|ctl00_rs1_mainContentContainer_ctl24',this);" href="http://msdn.microsoft.com/en-us/library/cc512386.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc512386.aspx"&gt;&lt;FONT color=#0033cc&gt;Specifying Queries Using SOAP&lt;/FONT&gt;&lt;/A&gt; &lt;/DIV&gt;
&lt;DIV class=CollapseRegionLink&gt;&lt;A id=ctl00_rs1_mainContentContainer_ctl25 onclick="javascript:Track('ctl00_rs1_mainContentContainer_cpe464972_c|ctl00_rs1_mainContentContainer_ctl25',this);" href="http://msdn.microsoft.com/en-us/library/cc512431.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc512431.aspx"&gt;&lt;FONT color=#0033cc&gt;Specifying Queries Using REST or the Browser&lt;/FONT&gt;&lt;/A&gt; &lt;/DIV&gt;
&lt;DIV class=CollapseRegionLink&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8832883" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/alejandv/archive/tags/LINQ+to+SSDS/default.aspx">LINQ to SSDS</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/SSDS/default.aspx">SSDS</category></item><item><title>4 New Quick Applications for the Windows Live Platform</title><link>http://blogs.msdn.com/alejandv/archive/2008/08/04/4-new-quick-applications-released.aspx</link><pubDate>Mon, 04 Aug 2008 21:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8831889</guid><dc:creator>alejandvi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/alejandv/comments/8831889.aspx</comments><wfw:commentRss>http://blogs.msdn.com/alejandv/commentrss.aspx?PostID=8831889</wfw:commentRss><description>&lt;DIV class=BlogPostArea&gt;
&lt;H4 class=BlogPostHeader&gt;
&lt;DIV style="DISPLAY: none"&gt;&lt;/DIV&gt;&lt;/H4&gt;
&lt;P class=BlogPostContent&gt;There are four new Quick Applications - Retail, Team Builder, Field Manager, and Contoso Riders - all of which offer community-based Web sites integrating Windows Live services. Quick Applications are fully customizable and developed around specific Web scenarios. Quick Apps are typically developed by Microsoft Partners or customers, and occasionally in-house.&lt;/P&gt;
&lt;P class=BlogPostContent&gt;The source code has been released to Codeplex, which means anyone can download, modify, and resell the code (see &lt;A href="http://www.codeplex.com/WLQuickApps/license" mce_href="http://www.codeplex.com/WLQuickApps/license"&gt;MS-PL License&lt;/A&gt; for all the details).&lt;/P&gt;
&lt;P class=BlogPostContent&gt;What are Quick Applications used for? Angus Logan &lt;A href="http://blogs.msdn.com/angus_logan/archive/2008/07/25/announcement-more-quick-apps-launched-the-great-wall-of-videos.aspx" mce_href="http://blogs.msdn.com/angus_logan/archive/2008/07/25/announcement-more-quick-apps-launched-the-great-wall-of-videos.aspx"&gt;writes in his blog&lt;/A&gt; that&lt;/P&gt;
&lt;BLOCKQUOTE class=BlogPostContent&gt;
&lt;P&gt;The &lt;A href="http://codeplex.com/wlquickapps" mce_href="http://codeplex.com/wlquickapps"&gt;Quick Apps&lt;/A&gt; have 3 purposes&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Examples of what is possible &lt;/STRONG&gt;– use them, play with them, get ideas! 
&lt;LI&gt;&lt;STRONG&gt;Technical reference &lt;/STRONG&gt;– if you want to use a Live Platform API, there is a good chance it will be in a Quick App, &lt;A href="http://codeplex.com/wlquickapps" mce_href="http://codeplex.com/wlquickapps"&gt;check out the code&lt;/A&gt; to see how it was implemented. 
&lt;LI&gt;&lt;STRONG&gt;Starting point – &lt;/STRONG&gt;these end-to-end applications are licensed under a fairly liberal (OSI approved) license, you can use them as starting points for your own applications. &lt;/LI&gt;&lt;/OL&gt;&lt;/BLOCKQUOTE&gt;
&lt;P class=BlogPostContent&gt;&lt;STRONG&gt;Get the Quick Applications&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class=BlogPostContent&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.codeplex.com/WLQuickApps/Release/ProjectReleases.aspx" mce_href="http://www.codeplex.com/WLQuickApps/Release/ProjectReleases.aspx"&gt;Download the bundled code&lt;/A&gt; for all Quick Applications at Codeplex. &lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;A href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Retail" target=_blank mce_href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Retail"&gt;Retail&lt;/A&gt; (&lt;A href="http://retail.mslivelabs.com/" mce_href="http://retail.mslivelabs.com/"&gt;demo&lt;/A&gt;)&amp;nbsp;Develop an e-commerce site that uses videos to display products. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Retail" mce_href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Retail"&gt;&lt;IMG height=192 alt=retail src="http://dev.live.com/img/devlive/3NewQuickApplicationsReleasedTeamBuilder_E8A4/retail_thumb.jpg" width=244 border=0 mce_src="http://dev.live.com/img/devlive/3NewQuickApplicationsReleasedTeamBuilder_E8A4/retail_thumb.jpg"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Team%20Builder&amp;amp;referringTitle=Home" mce_href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Team%20Builder&amp;amp;referringTitle=Home"&gt;Team Builder&lt;/A&gt; (&lt;A href="http://teambuilder.mslivelabs.com/" mce_href="http://teambuilder.mslivelabs.com/"&gt;demo&lt;/A&gt;)&amp;nbsp;Develop a community around a group or team. Add photos, upload videos, and start conversations with other members.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Team%20Builder&amp;amp;referringTitle=Home" mce_href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Team%20Builder&amp;amp;referringTitle=Home"&gt;&lt;IMG height=171 alt=teambuilder src="http://dev.live.com/img/devlive/3NewQuickApplicationsReleasedTeamBuilder_E8A4/teambuilder_thumb.jpg" width=244 border=0 mce_src="http://dev.live.com/img/devlive/3NewQuickApplicationsReleasedTeamBuilder_E8A4/teambuilder_thumb.jpg"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Field%20Manager&amp;amp;referringTitle=Home" mce_href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Field%20Manager&amp;amp;referringTitle=Home"&gt;Field Manager&lt;/A&gt; (&lt;A href="http://fieldmanager.mslivelabs.com/" mce_href="http://fieldmanager.mslivelabs.com/"&gt;demo&lt;/A&gt;) Manage fields and leagues for sporting events. Create leagues, see up-to-date weather conditions for fields, add and view notes about field conditions. &lt;BR&gt;&lt;A href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Field%20Manager&amp;amp;referringTitle=Home" mce_href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Field%20Manager&amp;amp;referringTitle=Home"&gt;&lt;IMG height=173 alt=fieldmanager src="http://dev.live.com/img/devlive/3NewQuickApplicationsReleasedTeamBuilder_E8A4/fieldmanager_thumb.jpg" width=244 border=0 mce_src="http://dev.live.com/img/devlive/3NewQuickApplicationsReleasedTeamBuilder_E8A4/fieldmanager_thumb.jpg"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Contoso%20Riders&amp;amp;referringTitle=Home" mce_href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Contoso%20Riders&amp;amp;referringTitle=Home"&gt;Contoso Riders&lt;/A&gt; (&lt;A href="http://contosobicycleclubv3.mslivelabs.com/" mce_href="http://contosobicycleclubv3.mslivelabs.com/"&gt;demo&lt;/A&gt;)&amp;nbsp;Allows members to create bike rides and events. Share photos, add interactive maps, chat with other riders, and upload videos.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Contoso%20Riders&amp;amp;referringTitle=Home" mce_href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Contoso%20Riders&amp;amp;referringTitle=Home"&gt;&lt;IMG height=170 alt=contosoriders src="http://dev.live.com/img/devlive/3NewQuickApplicationsReleasedTeamBuilder_E8A4/contosoriders_thumb.jpg" width=244 border=0 mce_src="http://dev.live.com/img/devlive/3NewQuickApplicationsReleasedTeamBuilder_E8A4/contosoriders_thumb.jpg"&gt;&lt;/A&gt;&amp;nbsp; &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8831889" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/alejandv/archive/tags/Code+Sample/default.aspx">Code Sample</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/Quick+Apps+/default.aspx">Quick Apps </category><category domain="http://blogs.msdn.com/alejandv/archive/tags/Live+Platform/default.aspx">Live Platform</category></item><item><title>Virtual Earth ASP.NET Control (CTP Release) </title><link>http://blogs.msdn.com/alejandv/archive/2008/08/04/virtual-earth-asp-net-control-ctp-release.aspx</link><pubDate>Mon, 04 Aug 2008 06:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8826198</guid><dc:creator>alejandvi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/alejandv/comments/8826198.aspx</comments><wfw:commentRss>http://blogs.msdn.com/alejandv/commentrss.aspx?PostID=8826198</wfw:commentRss><description>&lt;TBODY minmax_bound="true"&gt;&lt;TR minmax_bound="true"&gt;&lt;TD class="" minmax_bound="true" width="100%"&gt;
&lt;P class=BlogPostContent minmax_bound="true"&gt;Finally,&amp;nbsp;the CTP release of the new Virtual Earth ASP.NET control is available. 
&lt;P class=BlogPostContent minmax_bound="true"&gt;ASP.NET developers can now integrate Microsoft Virtual Earth Maps simply by dragging and dropping an ASP.NET Server Control in Visual Studio and Visual Web Developer.&amp;nbsp;No JavaScript programming is required.&amp;nbsp;This control can be combined with ASP.NET AJAX capabilities to provide&amp;nbsp;ASP.NET Serverside processing without the need of coding in JavaScript. 
&lt;DIV class=BlogPostContent minmax_bound="true"&gt;&lt;/DIV&gt;
&lt;P minmax_bound="true"&gt;&lt;U minmax_bound="true"&gt;&lt;/U&gt;
&lt;P minmax_bound="true"&gt;The Map control is available right in your toolbox of Visual Studio 
&lt;P minmax_bound="true"&gt;&lt;A href="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image001_2.jpg" minmax_bound="true" mce_href="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image001_2.jpg"&gt;&lt;IMG title=clip_image001 style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=388 alt=clip_image001 src="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image001_thumb.jpg" width=165 border=0 minmax_bound="true" mce_src="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image001_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P minmax_bound="true"&gt;You can drag and drop the control from toolbox onto your web page and set some properties and you are ready to go. 
&lt;P minmax_bound="true"&gt;&lt;A href="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image002_2.jpg" minmax_bound="true" mce_href="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image002_2.jpg"&gt;&lt;IMG title=clip_image002 style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=406 alt=clip_image002 src="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image002_thumb.jpg" width=394 border=0 minmax_bound="true" mce_src="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image002_thumb.jpg"&gt;&lt;/A&gt; &lt;A href="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image003_2.jpg" minmax_bound="true" mce_href="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image003_2.jpg"&gt;&lt;IMG title=clip_image003 style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=406 alt=clip_image003 src="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image003_thumb.jpg" width=291 border=0 minmax_bound="true" mce_src="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image003_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P minmax_bound="true"&gt;&lt;A href="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image004_2.jpg" minmax_bound="true" mce_href="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image004_2.jpg"&gt;&lt;IMG title=clip_image004 style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=108 alt=clip_image004 src="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image004_thumb.jpg" width=368 border=0 minmax_bound="true" mce_src="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image004_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P minmax_bound="true"&gt;Server side events for panning/zooming, find/directions are available in addition to client side events for the map control. 
&lt;P minmax_bound="true"&gt;&lt;A href="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image005_2.jpg" minmax_bound="true" mce_href="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image005_2.jpg"&gt;&lt;IMG title=clip_image005 style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=320 alt=clip_image005 src="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image005_thumb.jpg" width=215 border=0 minmax_bound="true" mce_src="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image005_thumb.jpg"&gt;&lt;/A&gt; &lt;A href="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image006_2.jpg" minmax_bound="true" mce_href="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image006_2.jpg"&gt;&lt;IMG title=clip_image006 style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=313 alt=clip_image006 src="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image006_thumb.jpg" width=285 border=0 minmax_bound="true" mce_src="http://blogs.msdn.com/blogfiles/markbrown/WindowsLiveWriter/f6014fcbe6d5_14287/clip_image006_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P minmax_bound="true"&gt;You can control how map displays on your web page with standard functionality like MapMode (2D/3D), MapStyle(Road/Aerial), displaying dashboard and setting its size, setting the zoom levels, zooming in/out, panning etc. 
&lt;P minmax_bound="true"&gt;You can add shapes to map from ASP.NET Server Side using provided methods. You can query different shapes/layers in the Map and delete them as well. 
&lt;P minmax_bound="true"&gt;&lt;U&gt;Downloads&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL minmax_bound="true"&gt;
&lt;LI minmax_bound="true"&gt;To download: &lt;A href="http://dev.live.com/tools" target=_blank minmax_bound="true" mce_href="http://dev.live.com/tools"&gt;http://dev.live.com/tools&lt;/A&gt; and download the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D7C6DF11-2283-4CAC-9723-172F5C33EFBB&amp;amp;displaylang=en" target=_blank minmax_bound="true" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D7C6DF11-2283-4CAC-9723-172F5C33EFBB&amp;amp;displaylang=en"&gt;Windows Live Tools July CTP release&lt;/A&gt;. 
&lt;LI minmax_bound="true"&gt;For a Developer Evaluation account (to access Traffic): &lt;A href="https://mappoint-css.live.com/mwssignup/" target=_blank minmax_bound="true" mce_href="https://mappoint-css.live.com/mwssignup/"&gt;https://mappoint-css.live.com/mwssignup/&lt;/A&gt; (requires Live ID) &lt;/LI&gt;&lt;/UL&gt;
&lt;P minmax_bound="true"&gt;The suite of tools is currently a community technology preview,&amp;nbsp;we strongly discourage any web site from going live using these controls. &lt;/P&gt;
&lt;P minmax_bound="true"&gt;This CTP release only targets English (United States). &lt;/P&gt;
&lt;P minmax_bound="true"&gt;&lt;STRONG&gt;Requirements&lt;/STRONG&gt;&lt;/P&gt;
&lt;P minmax_bound="true"&gt;&lt;U minmax_bound="true"&gt;Operating System&lt;/U&gt; 
&lt;UL minmax_bound="true"&gt;
&lt;LI minmax_bound="true"&gt;Microsoft Windows XP SP 2 or 
&lt;LI minmax_bound="true"&gt;Microsoft Windows Vista &lt;/LI&gt;&lt;/UL&gt;
&lt;P minmax_bound="true"&gt;&lt;U minmax_bound="true"&gt;&lt;MINMAX_BOUND="TRUE"&gt;Development Tools&lt;/STRONG&gt;&lt;/U&gt; 
&lt;UL minmax_bound="true"&gt;
&lt;LI minmax_bound="true"&gt;&lt;A href="http://msdn.microsoft.com/en-us/vstudio/products/default.aspx" target=_blank minmax_bound="true" mce_href="http://msdn.microsoft.com/en-us/vstudio/products/default.aspx"&gt;Microsoft Visual Studio 2008&lt;/A&gt; or 
&lt;LI minmax_bound="true"&gt;&lt;A href="http://www.microsoft.com/express/default.aspx" target=_blank minmax_bound="true" mce_href="http://www.microsoft.com/express/default.aspx"&gt;Microsoft Visual Web Developer 2008 Express Edition&lt;/A&gt; 
&lt;LI minmax_bound="true"&gt;&lt;A href="http://asp.net/downloads/essential/" target=_blank minmax_bound="true" mce_href="http://asp.net/downloads/essential/"&gt;Microsoft ASP.NET 3.5&lt;/A&gt; (already installed if you have Microsoft Visual Studio 2008 or .NET 3.5 Framework installed) 
&lt;LI minmax_bound="true"&gt;&lt;A href="http://go.microsoft.com/fwlink/?LinkId=120319" target=_blank minmax_bound="true" mce_href="http://go.microsoft.com/fwlink/?LinkId=120319"&gt;Silverlight Tools Beta 2 for Visual Studio 2008&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P minmax_bound="true" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8826198" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/alejandv/archive/tags/Windows+Live+Tools/default.aspx">Windows Live Tools</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category></item><item><title>Windows Live Tools for Microsoft Visual Studio (CTP Release)</title><link>http://blogs.msdn.com/alejandv/archive/2008/08/04/windows-live-tools-for-microsoft-visual-studio-ctp.aspx</link><pubDate>Mon, 04 Aug 2008 04:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8825467</guid><dc:creator>alejandvi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/alejandv/comments/8825467.aspx</comments><wfw:commentRss>http://blogs.msdn.com/alejandv/commentrss.aspx?PostID=8825467</wfw:commentRss><description>&lt;DIV id=ttl&gt;&lt;SPAN id=ctl00_ctl00_bscr_bcr_page_title&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=clr5&gt;&lt;/DIV&gt;
&lt;DIV class=dialog_services&gt;
&lt;DIV class=hd&gt;
&lt;DIV class=c&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV class=bd&gt;
&lt;DIV class=c&gt;&lt;!-- content area --&gt;&lt;SPAN id=ctl00_ctl00_bscr_bcr_intro_text&gt;
&lt;P class=s&gt;&lt;SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;I want to highlight the availability of the &lt;FONT face=Arial size=2&gt;Windows Live™ Tools for Microsoft® Visual Studio® 2008, currently in the Community Technical Preview stage.&lt;/FONT&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=s&gt;&lt;SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;This set of control add-ins enable &lt;STRONG&gt;.NET developers&lt;/STRONG&gt; to easily integrate Windows Live services into their Web applications, using &lt;FONT face=Arial size=2&gt;Visual Studio 2008 and Visual Web Developer Express 2008.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=s&gt;&lt;SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;SPAN id=ctl00_ctl00_bscr_bcr_intro_list&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&lt;SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: PMingLiU; mso-fareast-theme-font: minor-fareast; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;The six controls included in this CTP release are:&lt;/P&gt;
&lt;DIV class=s&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN id=ctl00_ctl00_bscr_bcr_intro_list&gt;Map Control (documentation coming soon)&lt;/SPAN&gt; 
&lt;LI&gt;&lt;SPAN id=ctl00_ctl00_bscr_bcr_intro_list&gt;&lt;/SPAN&gt;Contacts Control &lt;A href="http://msdn.microsoft.com/en-us/library/cc305088.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc305088.aspx"&gt;(reference)&lt;/A&gt; 
&lt;LI&gt;IDLoginStatus Control &lt;A href="http://msdn.microsoft.com/en-us/library/cc305086.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc305086.aspx"&gt;(reference)&lt;/A&gt; 
&lt;LI&gt;IDLoginView Control &lt;A href="http://msdn.microsoft.com/en-us/library/cc305081.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc305081.aspx"&gt;(reference)&lt;/A&gt; 
&lt;LI&gt;MessengerChat Control &lt;A href="http://msdn.microsoft.com/en-us/library/cc305083.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc305083.aspx"&gt;(reference)&lt;/A&gt; 
&lt;LI&gt;SilverlightStreamingMediaPlayer Control &lt;A href="http://msdn.microsoft.com/en-us/library/cc305084.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc305084.aspx"&gt;(reference)&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;
&lt;H3 style="MARGIN: 7.5pt 0in"&gt;&lt;SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&amp;nbsp;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D7C6DF11-2283-4CAC-9723-172F5C33EFBB&amp;amp;displaylang=en"&gt;Download the CTP of Windows Live Tools for Microsoft Visual Studio here&lt;/A&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D7C6DF11-2283-4CAC-9723-172F5C33EFBB&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D7C6DF11-2283-4CAC-9723-172F5C33EFBB&amp;amp;displaylang=en"&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN id=ctl00_ctl00_bscr_bcr_intro_list&gt;
&lt;P&gt;This CTP release only targets English (United States).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Requirements for Using Windows Live Tools&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Microsoft Windows XP SP 2 
&lt;LI&gt;Microsoft Windows Vista&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Development Tools&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://msdn2.microsoft.com/en-us/evalcenter/bb655861.aspx" target=_blank mce_href="http://msdn2.microsoft.com/en-us/evalcenter/bb655861.aspx"&gt;Microsoft Visual Studio 2008&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://msdn2.microsoft.com/en-us/express/future/bb676746.aspx" target=_blank mce_href="http://msdn2.microsoft.com/en-us/express/future/bb676746.aspx"&gt;Microsoft Visual Web Developer 2008&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://go.microsoft.com/fwlink/?LinkId=120319" target=_blank mce_href="http://go.microsoft.com/fwlink/?LinkId=120319"&gt;Silverlight 2 Beta 2 Tools for VS 2008&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8825467" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/alejandv/archive/tags/Windows+Live+Tools/default.aspx">Windows Live Tools</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>Understanding the Data Model of SQL Server Data Services (SSDS)</title><link>http://blogs.msdn.com/alejandv/archive/2008/08/02/ssds-data-model.aspx</link><pubDate>Sat, 02 Aug 2008 08:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8804478</guid><dc:creator>alejandvi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/alejandv/comments/8804478.aspx</comments><wfw:commentRss>http://blogs.msdn.com/alejandv/commentrss.aspx?PostID=8804478</wfw:commentRss><description>&lt;P&gt;SSDS offers a simple, easy-to-understand data model. This post is&amp;nbsp;an overview in order to get strated quickly. To learn more go to &lt;A href="http://msdn.microsoft.com/en-us/library/cc512417.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc512417.aspx"&gt;SQL Server Data Services Primer on MSDN&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The SSDS data model is a three-level containment model that includes authorities, containers and entities.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Authority&lt;/STRONG&gt;: At the top level of this containment hierarchy is an authority. After you sign up for the data service, you begin by creating an authority. An authority is represented by a DNS name. For example:mydomain.data.beta.mssds.com. Where mydomain is an authority and data.beta.mssds.com refers to the service. The DNS name of an authority resolves to an IP address that maps to a specific data center. An authority, then, is the unit of geo location.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Container&lt;/STRONG&gt;: An authority is a collection of containers.&amp;nbsp;Each container has a unique id within an authority. A container stores data (entities). You create a container and then immediately begin storing entities of various kinds without having to worry about any container schema. A container is also the largest domain for search and update. In this beta release, cross-container queries are not supported. &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;STRONG&gt;Entity&lt;/STRONG&gt;: Each entity inside a container can store any number of user-defined properties and corresponding values. An entity is the smallest object that can be updated, that is, you can retrieve an entire entity; add, update, delete properties; and then replace the original entity with the updated one. Partial updates are not supported. Blobs in SSDS are entities. These blob entities can only have metadata properties. &lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;FONT size=2&gt;
&lt;P&gt;Depending on your application needs, you container can be a homogeneous or heterogeneous. &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Homogeneous&lt;/STRONG&gt; model: a container stores entities of the same kind. In this model, a container is like a table in a database. Some of the examples of homogeneous containers are as follows: &lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;In an Employee table, you store employee records. These are all records of the same kind. In SSDS, you would create an Employee container that stores Employee entities. These entities can have different properties, but they are all Employee entities.&lt;/LI&gt;
&lt;LI&gt;In a sample authority, books-docsamples (DNS name books-docsamples.data.beta.mssds.com), you can create containers such as ChildrensBooks and TechnicalBooks. You then store book entities in appropriate containers. &lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Heterogeneous&lt;/STRONG&gt;&amp;nbsp;model: a container is like a database that stores entities of all kinds. For example, a database can have Orders, Employees, and OrderDetails tables. In SSDS, you can create a single container to store orders, employees, and order details entities. The advantage in this case is that you can query across heterogeneous entities within the same container.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;In SQL Server Data Services, the flexible entity is a key concept. &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Flexible entity&lt;/STRONG&gt;: each of these entities is a set of metadata properties and a bag of flexible properties. You can think of flexible entities as sparse tables in the relational data model or an XML fragment with one element per property value. Each property has a name and a value. The value can only be a simple scalar type. The simple scalar types supported in this release are string, binary, Boolean, decimal, and datetime. &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Metadata Properties&lt;/STRONG&gt;: Each flexible entity carries a fixed set of properties (Id, Version, and Kind). A blob entity has additional Content property. These are called metadata properties. The Id property uniquely identifies a flexible entity. The Version property acts like a timestamp. The Kind property value is user-defined and identifies the entity type. The Content blob property describes the blob.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Flexible Properties&lt;/STRONG&gt;: In addition to the metadata properties, an entity can also have zero or more additional flexible properties. These flexible properties can have any name and any scalar value of one of the above scalar types. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;NOTE In the current implementation, there are limits to using the user-defined and metadata properties.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Service Interface&lt;/STRONG&gt;: SSDS&amp;nbsp;supports both the SOAP and REST interfaces.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The URI Space:&amp;nbsp;&lt;/STRONG&gt;there are four kinds of URIs that you will work with if you are using the REST head. &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;/FONT&gt;&lt;STRONG&gt;Service&lt;/STRONG&gt;: Used only during the authority creation process. &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Authority&lt;/STRONG&gt;: Used while creating and querying containers. In addition, the authority URI is used to retrieve metadata regarding a particular authority.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Container&lt;/STRONG&gt;: Used while creating and querying entities. In addition, the container URI is used to retrieve metadata regarding a particular container or to delete a particular container.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Entity&lt;/STRONG&gt;: Used while retrieving, updating, and deleting a particular entity.&lt;/LI&gt;&lt;/UL&gt;&lt;FONT size=2&gt;
&lt;P&gt;Examples:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Service URI used when creating an authority. In the URI, v1 refers to version of service interface to be used. For this beta release, the value of version must always be v1&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; https://data.beta.mssds.com/v1/&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;An authority URI is the service URI preceded by the authority id.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; https://&amp;lt;authority_id&amp;gt;.data.beta.mssds.com/v1/&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A container URI &lt;FONT size=2&gt;is the authority URI followed by a container id.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;https://&amp;lt;authority_id&amp;gt;.data.beta.mssds.com/v1/&amp;lt;container_id&amp;gt;&lt;/P&gt;
&lt;P&gt;The container URI fetches a single entity that conatins container metadata&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;An entity URI is a container URI followed by entity id. It returns a specific entity. The result includes all the metadata properties (id, version, and kind) and any user-defined flexible properties. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;https://&amp;lt;authority_id&amp;gt;.data.beta.mssds.com/v1/&amp;lt;container_id&amp;gt;/&amp;lt;entity_id&amp;gt;&lt;ENTITY_ID&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;A sample book entity is shown below:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;&lt;PRE class=libCScode id=ctl00_rs1_mainContentContainer_ctl39other space="preserve"&gt;&lt;FONT size=2&gt;&amp;lt;UsedBookKind xmlns:s="http://schemas.microsoft.com/sitka/2008/03/"        
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
              xmlns:x="http://www.w3.org/2001/XMLSchema"&amp;gt;
  &amp;lt;s:Id&amp;gt;MySampleBook&amp;lt;/s:Id&amp;gt;
  &amp;lt;s:Version&amp;gt;1&amp;lt;/s:Version&amp;gt;
  &amp;lt;Title xsi:type="x:string"&amp;gt;My Book&amp;lt;/Title&amp;gt;
  &amp;lt;ISBN xsi:type="x:string"&amp;gt;1-57880-066-36&amp;lt;/ISBN&amp;gt;
  &amp;lt;Author xsi:type="x:string"&amp;gt;Mr. Author&amp;lt;/Author&amp;gt;
  &amp;lt;Publisher xsi:type="x:string"&amp;gt;Mr. Publisher&amp;lt;/Publisher&amp;gt;
  &amp;lt;InPrint xsi:type="x:boolean"&amp;gt;false&amp;lt;/InPrint&amp;gt;
  &amp;lt;NumberOfCopiesSold xsi:type="x:decimal"&amp;gt;250&amp;lt;/NumberOfCopiesSold&amp;gt;
  &amp;lt;PublicationDate xsi:type="x:dateTime"&amp;gt;2004-01-27T00:00:00&amp;lt;/PublicationDate&amp;gt;
  &amp;lt;CoverPhoto xsi:type="x:base64Binary"&amp;gt;AQID&amp;lt;/CoverPhoto&amp;gt;
&amp;lt;/UsedBookKind&amp;gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE class=libCScode space="preserve"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8804478" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/alejandv/archive/tags/Entity/default.aspx">Entity</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/SSDS/default.aspx">SSDS</category><category domain="http://blogs.msdn.com/alejandv/archive/tags/Data+Model/default.aspx">Data Model</category></item></channel></rss>