<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Entries tagged with wcf data services</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/wcf-data-services/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with wcf data services</title>
      <link>http://channel9.msdn.com/Tags/wcf-data-services</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/wcf-data-services</link>
    <language>en</language>
    <pubDate>Thu, 23 May 2013 00:15:15 GMT</pubDate>
    <lastBuildDate>Thu, 23 May 2013 00:15:15 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>8</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>OData and DB2: open data for the open web</title>
      <description><![CDATA[<p>OData is a web protocol that unlocks data silos to facilitate data access from browsers, desktop applications, mobile apps, cloud services, and other scenarios. In this screencast, you'll see how easy it is to set up on OData service (deployed on Windows Azure) for an IBM DB2 database (running on IBM's cloud service), with examples of how to use the service from browsers, client apps, phone apps, and Microsoft Excel.</p><p>Here's an overview of the screencast, with links to specific sections:</p><p><a href="http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web#time=0m29s">[00:29] architectural overview</a>. A high-level view of the components that make up the demo service.</p><p><a href="http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web#time=2m23s">[02:23] connecting to an IBM DB2 database</a>. How to install the DB2 driver and set up a connection to a DB2 database.</p><p><a href="http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web#time=3m45s">[03:45] creating the entity data model</a>. How to create an entity data model in Visual Studio, including selecting tables from the data source, customizing names, hiding columns, and defining relationships, complex types, and scalar properties.</p><p><a href="http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web#time=8m44s">[08:44] creating the WCF data service (OData feed)</a>. How to create a WCF data service that exposes the entity data model as an OData endpoint.</p><p><a href="http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web#time=10m43s">[10:43] testing the service locally</a>. Debugging the service in Visual Studio, and querying the service to return the metadata that defines the entity data model.</p><p><a href="http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web#time=12m34s">[12:34] OData queries in the browser</a>. Examples of the simple and consistent syntax of OData queries, and how to return tables/collections or&nbsp;individual entities, how to filter and sort results, and how to display a stored image in its native mime type.</p><p><a href="http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web#time=15m05s">[15:05] consuming the OData service from a .NET client application</a>. A simple ASP.NET Dynamic Data Entities web site that can be used to navigate and edit the data exposed by the OData service.</p><p><a href="http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web#time=16m07s">[16:07] consuming the OData service from a Windows Phone app</a>. Consuming the OData service from a Windows Phone application.</p><p><a href="http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web#time=17m11s">[17:11] consuming the OData service from Excel with the PowerPivot add-in</a>. With the free PowerPivot add-in, you can use Excel to query, analyze, and report on data from any OData service.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/wcf-data-services/RSS&WT.dl=0&WT.entryid=Entry:RSSView:533afadad5d34599963fa0fc0024ad38">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web</comments>
      <itunes:summary>OData is a web protocol that unlocks data silos to facilitate data access from browsers, desktop applications, mobile apps, cloud services, and other scenarios. In this screencast, you&#39;ll see how easy it is to set up on OData service (deployed on Windows Azure) for an IBM DB2 database (running on IBM&#39;s cloud service), with examples of how to use the service from browsers, client apps, phone apps, and Microsoft Excel. Here&#39;s an overview of the screencast, with links to specific sections: [00:29] architectural overview. A high-level view of the components that make up the demo service. [02:23] connecting to an IBM DB2 database. How to install the DB2 driver and set up a connection to a DB2 database. [03:45] creating the entity data model. How to create an entity data model in Visual Studio, including selecting tables from the data source, customizing names, hiding columns, and defining relationships, complex types, and scalar properties. [08:44] creating the WCF data service (OData feed). How to create a WCF data service that exposes the entity data model as an OData endpoint. [10:43] testing the service locally. Debugging the service in Visual Studio, and querying the service to return the metadata that defines the entity data model. [12:34] OData queries in the browser. Examples of the simple and consistent syntax of OData queries, and how to return tables/collections or&amp;nbsp;individual entities, how to filter and sort results, and how to display a stored image in its native mime type. [15:05] consuming the OData service from a .NET client application. A simple ASP.NET Dynamic Data Entities web site that can be used to navigate and edit the data exposed by the OData service. [16:07] consuming the OData service from a Windows Phone app. Consuming the OData service from a Windows Phone application. [17:11] consuming the OData service from Excel with the PowerPivot add-in. With the free PowerPivot add-in, you can use Excel to query, analyze, and report on data from any</itunes:summary>
      <itunes:duration>1186</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web</link>
      <pubDate>Thu, 08 Nov 2012 17:12:47 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo.mp3" expression="full" duration="1186" fileSize="18988928" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo.mp4" expression="full" duration="1186" fileSize="107545344" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo.webm" expression="full" duration="1186" fileSize="32023529" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo.wma" expression="full" duration="1186" fileSize="9608819" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo.wmv" expression="full" duration="1186" fileSize="45938081" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo_high.mp4" expression="full" duration="1186" fileSize="255092794" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo_mid.mp4" expression="full" duration="1186" fileSize="182961643" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo_Source.wmv" expression="full" duration="1186" fileSize="47833609" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo.ism/manifest" expression="full" duration="1186" fileSize="6150" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/b029/819f68ab-afc4-4c74-b3ef-d8867785b029/ODataDB2demo.wmv" length="45938081" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Doug Mahugh</dc:creator>
      <itunes:author>Doug Mahugh</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Interoperability/OData-and-DB2-open-data-for-the-open-web/RSS</wfw:commentRss>
      <category>Odata</category>
      <category>wcf data services</category>
    </item>
  <item>
      <title>OData: What is the Open Data Protocol?</title>
      <description><![CDATA[<p>This short video gives you an overview of what <a href="http://www.odata.org/" target="_self">the Open Data Protocol </a>is. We go over the main building blocks,&nbsp;the<span lang="EN-US"> mindset&nbsp;</span>behind the design of the protocol, what libraries are available to interact or produce the protocol and what applications can be used.</p><p>This paints a picture of what the open data protocol has to offer. If you would like to know more about why you should use the OData protocol please check out the <a href="http://channel9.msdn.com/posts/OData-Why-Use-the-Open-Data-Protocol">video going into detail about the why</a>.<br><br>More information can be found on <a href="http://www.odata.org">www.odata.org</a> and if you wish to provide feedback please comment on this post or join <a href="http://www.odata.org/mailing-list">the OData Mailing list</a>.</p><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/wcf-data-services/RSS&WT.dl=0&WT.entryid=Entry:RSSView:2a2911fe7f674ad087f3a042004a70ea">]]></description>
      <comments>http://channel9.msdn.com/posts/OData-What-is-the-Open-Data-Protocol</comments>
      <itunes:summary>This short video gives you an overview of what the Open Data Protocol is. We go over the main building blocks,&amp;nbsp;the mindset&amp;nbsp;behind the design of the protocol, what libraries are available to interact or produce the protocol and what applications can be used. This paints a picture of what the open data protocol has to offer. If you would like to know more about why you should use the OData protocol please check out the video going into detail about the why.More information can be found on www.odata.org and if you wish to provide feedback please comment on this post or join the OData Mailing list. &amp;nbsp; </itunes:summary>
      <itunes:duration>153</itunes:duration>
      <link>http://channel9.msdn.com/posts/OData-What-is-the-Open-Data-Protocol</link>
      <pubDate>Sat, 05 May 2012 01:36:20 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/OData-What-is-the-Open-Data-Protocol</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/1515/7c523c1b-60dd-48e8-9c1f-628aceb21515/ODataWhat_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/1515/7c523c1b-60dd-48e8-9c1f-628aceb21515/ODataWhat_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/1515/7c523c1b-60dd-48e8-9c1f-628aceb21515/ODataWhat_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/1515/7c523c1b-60dd-48e8-9c1f-628aceb21515/ODataWhat.mp3" expression="full" duration="153" fileSize="2461496" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1515/7c523c1b-60dd-48e8-9c1f-628aceb21515/ODataWhat.mp4" expression="full" duration="153" fileSize="15039113" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1515/7c523c1b-60dd-48e8-9c1f-628aceb21515/ODataWhat.webm" expression="full" duration="153" fileSize="4897" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1515/7c523c1b-60dd-48e8-9c1f-628aceb21515/ODataWhat.wma" expression="full" duration="153" fileSize="1251691" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1515/7c523c1b-60dd-48e8-9c1f-628aceb21515/ODataWhat.wmv" expression="full" duration="153" fileSize="5526404" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1515/7c523c1b-60dd-48e8-9c1f-628aceb21515/ODataWhat_high.mp4" expression="full" duration="153" fileSize="33541039" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1515/7c523c1b-60dd-48e8-9c1f-628aceb21515/ODataWhat_mid.mp4" expression="full" duration="153" fileSize="23472447" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1515/7c523c1b-60dd-48e8-9c1f-628aceb21515/ODataWhat_Source.wmv" expression="full" duration="153" fileSize="6885566" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/1515/7c523c1b-60dd-48e8-9c1f-628aceb21515/ODataWhat.wmv" length="5526404" type="video/x-ms-wmv"></enclosure>
      <dc:creator>CKurt</dc:creator>
      <itunes:author>CKurt</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/OData-What-is-the-Open-Data-Protocol/rss</wfw:commentRss>
      <category>Odata</category>
      <category>wcf data services</category>
    </item>
  <item>
      <title>OData: Why use the Open Data Protocol?</title>
      <description><![CDATA[<p>If you know <a href="http://channel9.msdn.com/posts/OData-What-is-the-Open-Data-Protocol">what this open data protocol is </a>you might be wondering why you should use it to expose your data over the web. This video gives you an overview of the main benefits of using <a href="http://www.odata.org">the open data protocol</a> or OData.</p><p>By painting the picture of the current status of most web Web API's a problem surfaces that the OData protocol solves.</p><p>Some usefull links to get you going with OData:</p><ul><li><a href="http://www.odata.org/libraries">www.odata.org/libraries</a> </li><li><a href="http://www.odata.org/documentation">www.odata.org/documentation</a> </li></ul><p><br>More information can be found on <a href="http://www.odata.org">www.odata.org</a> and if you wish to provide feedback please comment on this post or join <a href="http://www.odata.org/mailing-list">the OData Mailing list</a>.</p><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/wcf-data-services/RSS&WT.dl=0&WT.entryid=Entry:RSSView:95e8608757a244619710a042004e30ce">]]></description>
      <comments>http://channel9.msdn.com/posts/OData-Why-use-the-Open-Data-Protocol</comments>
      <itunes:summary>If you know what this open data protocol is you might be wondering why you should use it to expose your data over the web. This video gives you an overview of the main benefits of using the open data protocol or OData. By painting the picture of the current status of most web Web API&#39;s a problem surfaces that the OData protocol solves. Some usefull links to get you going with OData: www.odata.org/libraries www.odata.org/documentation More information can be found on www.odata.org and if you wish to provide feedback please comment on this post or join the OData Mailing list. &amp;nbsp; </itunes:summary>
      <itunes:duration>200</itunes:duration>
      <link>http://channel9.msdn.com/posts/OData-Why-use-the-Open-Data-Protocol</link>
      <pubDate>Sat, 05 May 2012 01:35:27 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/OData-Why-use-the-Open-Data-Protocol</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy.mp3" expression="full" duration="200" fileSize="3214659" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy.mp4" expression="full" duration="200" fileSize="19607135" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy.webm" expression="full" duration="200" fileSize="4897" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy.wma" expression="full" duration="200" fileSize="1635985" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy.wmv" expression="full" duration="200" fileSize="6694686" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy_high.mp4" expression="full" duration="200" fileSize="43296336" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy_mid.mp4" expression="full" duration="200" fileSize="30288869" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy_Source.wmv" expression="full" duration="200" fileSize="6246699" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy.ism/manifest" expression="full" duration="200" fileSize="5996" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/cac9/18d18583-da0b-4b56-9571-ab06c4a1cac9/ODataWhy.wmv" length="6694686" type="video/x-ms-wmv"></enclosure>
      <dc:creator>CKurt</dc:creator>
      <itunes:author>CKurt</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/OData-Why-use-the-Open-Data-Protocol/rss</wfw:commentRss>
      <category>Odata</category>
      <category>wcf data services</category>
    </item>
  <item>
      <title>TWC9: WCF Data Services v5, Performance Killers, Project Detroit and more</title>
      <description><![CDATA[<p>We're trying a new format for the show notes for this week, let us know what you think!:</p><p><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=24s" target="_blank"><img title="fipr2kp2.000[2]" src="http://files.channel9.msdn.com/wlwimages/7fd35aa23a754d339d959de900cc63aa/fipr2kp2.000%5B2%5D%5B2%5D.png" alt="fipr2kp2.000[2]" width="244" height="139" align="left" border="0"></a></p><p><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=24s" target="_blank">[0:24]</a> <a href="http://blogs.msdn.com/b/astoriateam/archive/2012/04/09/wcf-data-services-5-0-rtm-release.aspx">WCF Data Services 5.0 RTM Release</a> (WCF Data Services Team Blog), <a href="http://go.microsoft.com/fwlink/p/?LinkId=248279">WCF Data Services 5.0 RTM</a><br><br><br><br><br><br><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=1m32s" target="_blank"><img title="b3cssbkf.4it[2]" src="http://files.channel9.msdn.com/wlwimages/7fd35aa23a754d339d959de900cc63aa/b3cssbkf.4it%5B2%5D%5B2%5D.png" alt="b3cssbkf.4it[2]" width="244" height="139" align="left" border="0"></a><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=1m32s" target="_blank">[1:32]</a> <a href="http://windowsteamblog.com/windows_phone/b/wpdev/archive/2012/04/05/windows-8-and-the-windows-phone-sdk-pt-2.aspx">Windows 8 and the Windows Phone SDK, pt. 2</a> (Larry Lieberman)<br><br><br><br><br><br><br><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=2m40s" target="_blank"><img title="p24l5411.yen[2]" src="http://files.channel9.msdn.com/wlwimages/7fd35aa23a754d339d959de900cc63aa/p24l5411.yen%5B2%5D%5B2%5D.png" alt="p24l5411.yen[2]" width="244" height="139" align="left" border="0"></a><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=2m40s" target="_blank">[2:40]</a> <a href="http://blogs.msdn.com/b/windowsappdev/archive/2012/04/05/tackling-performance-killers-common-performance-problems-with-metro-style-apps.aspx">Tackling performance killers: Common performance problems with Metro style apps</a> (Dave Tepper)<br><br><br><br><br><br><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=4m45s" target="_blank"><img title="mc3nvput.rhj[2]" src="http://files.channel9.msdn.com/wlwimages/7fd35aa23a754d339d959de900cc63aa/mc3nvput.rhj%5B2%5D%5B2%5D.png" alt="mc3nvput.rhj[2]" width="244" height="139" align="left" border="0"></a><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=4m45s" target="_blank">[4:45]</a> <a href="http://blogs.interknowlogy.com/2012/04/11/how-to-create-a-winrt-wrl-c-component-from-scratch-that-can-be-consumed-by-net-components/">How to create a WinRT WRL C&#43;&#43; Component from scratch that can be consumed by .NET components</a> (Kevin Stumpf)<br><br><br><br><br><br><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=6m3s" target="_blank"><img title="wo3dlrsq.d5u[2]" src="http://files.channel9.msdn.com/wlwimages/7fd35aa23a754d339d959de900cc63aa/wo3dlrsq.d5u%5B2%5D%5B2%5D.png" alt="wo3dlrsq.d5u[2]" width="244" height="139" align="left" border="0"></a><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=6m3s" target="_blank">[6:03]</a> <a href="http://blogs.msdn.com/b/bharry/archive/2012/04/11/preemptive-analytics-in-visual-studio-and-tfs-11.aspx">Preemptive Analytics in Visual Studio and TFS 11</a> (Brian Harry)<br><br><br><br><br><br></p><p><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=8m7s" target="_blank"><img title="y2fxeqgd.jdp[2]" src="http://files.channel9.msdn.com/wlwimages/7fd35aa23a754d339d959de900cc63aa/y2fxeqgd.jdp%5B2%5D%5B2%5D.png" alt="y2fxeqgd.jdp[2]" width="244" height="139" align="left" border="0"></a><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=8m7s" target="_blank">[8:07]</a> <a href="http://www.syncfusion.com/downloads/metrostudio" target="_blank">SyncFusion Metro Studio<br><br><br><br><br><br><br><br></a><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=9m52s" target="_blank"><img title="wpdsoucj.hny[2]" src="http://files.channel9.msdn.com/wlwimages/7fd35aa23a754d339d959de900cc63aa/wpdsoucj.hny%5B2%5D%5B2%5D.png" alt="wpdsoucj.hny[2]" width="244" height="139" align="left" border="0"></a><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=9m52s" target="_blank">[9:52]</a> <a href="http://channel9.msdn.com/Shows/Web&#43;Camps&#43;TV/Dirt-Simple-Web-and-Database-Deployment-in-Visual-Studio-11">Channel 9 Highlight: Dirt Simple Web and Database Deployment in Visual Studio 11</a> (Brady Gaster, Sayed Hashimi)<br><br><br><br><br><br><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=11m6s" target="_blank"><img title="n2lsiupa.mcr[2]" src="http://files.channel9.msdn.com/wlwimages/7fd35aa23a754d339d959de900cc63aa/n2lsiupa.mcr%5B2%5D%5B2%5D.png" alt="n2lsiupa.mcr[2]" width="244" height="139" align="left" border="0"></a><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=11m6s" target="_blank">[11:06]</a> Event Flashback: <a href="http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012">Lang.NEXT 2012</a> - <a href="http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Language-Support-for-Asynchronous-Programming">Language Support for Asynchronous Programming</a> (Mads Torgersen)<br><br><br><br><br><br><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=12m34s" target="_blank"><img title="jwos0nw3.aym[2]" src="http://files.channel9.msdn.com/wlwimages/7fd35aa23a754d339d959de900cc63aa/jwos0nw3.aym%5B2%5D%5B2%5D.png" alt="jwos0nw3.aym[2]" width="244" height="139" align="left" border="0"></a><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=12m34s" target="_blank">[12:34]</a> <a href="http://palermo4.com/post/HTML5-Delta-Reference.aspx">HTML5 Delta Reference</a> (Michael Palermo), <a href="http://www.w3.org/TR/html-markup/">http://www.w3.org/TR/html-markup/</a></p><p><br>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p><strong>Picks of the Week!</strong></p><p><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=13m30s" target="_blank"><img title="tzoi2f1l.yde[2]" src="http://files.channel9.msdn.com/wlwimages/7fd35aa23a754d339d959de900cc63aa/tzoi2f1l.yde%5B2%5D%5B2%5D.png" alt="tzoi2f1l.yde[2]" width="244" height="139" align="left" border="0"></a><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=13m30s" target="_blank">[13:30]</a> Brian's Pick of the Week: <a href="http://gawker.com/5900588/filmmaker-organizes-facebook-flashmob-for-kids-cardboard-arcade">Filmmaker Organizes Facebook Flashmob For Kid’s Cardboard Arcade</a><br><br><br><br><br><br><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=14m51s" target="_blank"><img title="y31qkjzg.irf[2]" src="http://files.channel9.msdn.com/wlwimages/7fd35aa23a754d339d959de900cc63aa/y31qkjzg.irf%5B2%5D%5B2%5D.png" alt="y31qkjzg.irf[2]" width="244" height="139" align="left" border="0"></a><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-Apr-13-2012#time=14m51s" target="_blank">[14:51]</a> Dan's Pick of the Week:<a href="http://channel9.msdn.com/coding4fun/articles/Project-Detroit-How-to-Read-Your-Cars-Engine-Data-with-OBD-II">Project Detroit: How to Read Your Car’s Engine Data with OBD-II</a> (Brian Peek, Dan Fernandez), <a href="http://www.hanselman.com/blog/MyCarShipsWithCrapware.aspx">My car ships with crapware</a> (Scott Hanselman)</p><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/wcf-data-services/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4aed8734e4324c1a850ea0320142b83f">]]></description>
      <comments>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Apr-13-2012</comments>
      <itunes:summary>We&#39;re trying a new format for the show notes for this week, let us know what you think!:  [0:24] WCF Data Services 5.0 RTM Release (WCF Data Services Team Blog), WCF Data Services 5.0 RTM[1:32] Windows 8 and the Windows Phone SDK, pt. 2 (Larry Lieberman)[2:40] Tackling performance killers: Common performance problems with Metro style apps (Dave Tepper)[4:45] How to create a WinRT WRL C&amp;#43;&amp;#43; Component from scratch that can be consumed by .NET components (Kevin Stumpf)[6:03] Preemptive Analytics in Visual Studio and TFS 11 (Brian Harry) [8:07] SyncFusion Metro Studio[9:52] Channel 9 Highlight: Dirt Simple Web and Database Deployment in Visual Studio 11 (Brady Gaster, Sayed Hashimi)[11:06] Event Flashback: Lang.NEXT 2012 - Language Support for Asynchronous Programming (Mads Torgersen)[12:34] HTML5 Delta Reference (Michael Palermo), http://www.w3.org/TR/html-markup/ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Picks of the Week! [13:30] Brian&#39;s Pick of the Week: Filmmaker Organizes Facebook Flashmob For Kid’s Cardboard Arcade[14:51] Dan&#39;s Pick of the Week:Project Detroit: How to Read Your Car’s Engine Data with OBD-II (Brian Peek, Dan Fernandez), My car ships with crapware (Scott Hanselman) &amp;nbsp; </itunes:summary>
      <itunes:duration>1224</itunes:duration>
      <link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Apr-13-2012</link>
      <pubDate>Fri, 13 Apr 2012 23:20:22 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Apr-13-2012</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/280f/8cb0b78b-161c-4b42-90e0-89c95ba1280f/TWC9April132012_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/280f/8cb0b78b-161c-4b42-90e0-89c95ba1280f/TWC9April132012_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/280f/8cb0b78b-161c-4b42-90e0-89c95ba1280f/TWC9April132012_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/280f/8cb0b78b-161c-4b42-90e0-89c95ba1280f/TWC9April132012.mp3" expression="full" duration="1224" fileSize="19585993" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/280f/8cb0b78b-161c-4b42-90e0-89c95ba1280f/TWC9April132012.mp4" expression="full" duration="1224" fileSize="118102592" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/280f/8cb0b78b-161c-4b42-90e0-89c95ba1280f/TWC9April132012.webm" expression="full" duration="1224" fileSize="4879" type="video/webm" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/280f/8cb0b78b-161c-4b42-90e0-89c95ba1280f/TWC9April132012.wma" expression="full" duration="1224" fileSize="9903211" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/280f/8cb0b78b-161c-4b42-90e0-89c95ba1280f/TWC9April132012.wmv" expression="full" duration="1224" fileSize="176876823" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/280f/8cb0b78b-161c-4b42-90e0-89c95ba1280f/TWC9April132012_high.mp4" expression="full" duration="1224" fileSize="257009449" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/280f/8cb0b78b-161c-4b42-90e0-89c95ba1280f/TWC9April132012_mid.mp4" expression="full" duration="1224" fileSize="180042343" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/280f/8cb0b78b-161c-4b42-90e0-89c95ba1280f/TWC9April132012_Source.wmv" expression="full" duration="1224" fileSize="215625333" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/280f/8cb0b78b-161c-4b42-90e0-89c95ba1280f/TWC9April132012.wmv" length="176876823" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Brian Keller, Dan Fernandez, Greg Duncan</dc:creator>
      <itunes:author>Brian Keller, Dan Fernandez, Greg Duncan</itunes:author>
      <slash:comments>7</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Apr-13-2012/RSS</wfw:commentRss>
      <category>HTML 5</category>
      <category>HTML5</category>
      <category>Odata</category>
      <category>Team Foundation Server</category>
      <category>wcf data services</category>
      <category>Windows 8</category>
      <category>Microsoft Design Style</category>
    </item>
  <item>
      <title>Enterprise Library for Silverlight - Exception handling demo</title>
      <description><![CDATA[ <p>The&nbsp;<strong>Exception Handling Application Block (EHAB)</strong> helps developers create a consistent strategy for processing exceptions. Now it can be used in Silverlight applications.</p><p>The centralized exception management functionality&nbsp;is configured as a set of poicies that can be defined in an external configuiration file or programmtically.</p><p>We are using the <a href="http://go.microsoft.com/fwlink/?LinkID=217987">StockTrader V2 Reference Implementation </a>to show how&nbsp;the Exception Handling Application Block addresses various Silverlight-specific scenarios, including how to apply exception handling to asynchronous services.</p><p>Download the <a href="http://go.microsoft.com/fwlink/?LinkID=214764&amp;clcid=0x409">Silverlight Integration Pack</a>&nbsp;or get the Exception Handling Application Block automatically added to your Silverlight project&nbsp;via <a href="http://nuget.org/List/Packages/EnterpriseLibrary.ExceptionHandling">NuGet</a>.</p><p>See also: <a href="http://entlib.codeplex.com/wikipage?title=Webcast%20Demos">Other demos</a>, <a href="http://channel9.msdn.com/Tags/enterprise&#43;library">videos</a>, <a href="http://entlib.codeplex.com/wikipage?title=EntLib5Silverlight&amp;referringTitle=Home">Enterprise Library 5.0 Silverlight Integration Pack home page</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/wcf-data-services/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5722d88b78a14b2489139ee90132f65b">]]></description>
      <comments>http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Exception-handling-demo</comments>
      <itunes:summary> The&amp;nbsp;Exception Handling Application Block (EHAB) helps developers create a consistent strategy for processing exceptions. Now it can be used in Silverlight applications. The centralized exception management functionality&amp;nbsp;is configured as a set of poicies that can be defined in an external configuiration file or programmtically. We are using the StockTrader V2 Reference Implementation to show how&amp;nbsp;the Exception Handling Application Block addresses various Silverlight-specific scenarios, including how to apply exception handling to asynchronous services. Download the Silverlight Integration Pack&amp;nbsp;or get the Exception Handling Application Block automatically added to your Silverlight project&amp;nbsp;via NuGet. See also: Other demos, videos, Enterprise Library 5.0 Silverlight Integration Pack home page </itunes:summary>
      <itunes:duration>1247</itunes:duration>
      <link>http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Exception-handling-demo</link>
      <pubDate>Fri, 20 May 2011 19:49:37 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Exception-handling-demo</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/f65b/5722d88b-78a1-4b24-8913-9ee90132f65b/ELSLExceptionHandlingDemo_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/f65b/5722d88b-78a1-4b24-8913-9ee90132f65b/ELSLExceptionHandlingDemo_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/f65b/5722d88b-78a1-4b24-8913-9ee90132f65b/ELSLExceptionHandlingDemo_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/f65b/5722d88b-78a1-4b24-8913-9ee90132f65b/ELSLExceptionHandlingDemo_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/f65b/5722d88b-78a1-4b24-8913-9ee90132f65b/ELSLExceptionHandlingDemo_2MB_ch9.wmv" expression="full" duration="1247" fileSize="52411415" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/f65b/5722d88b-78a1-4b24-8913-9ee90132f65b/ELSLExceptionHandlingDemo_ch9.mp3" expression="full" duration="1247" fileSize="9978318" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/f65b/5722d88b-78a1-4b24-8913-9ee90132f65b/ELSLExceptionHandlingDemo_ch9.wma" expression="full" duration="1247" fileSize="10095415" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/f65b/5722d88b-78a1-4b24-8913-9ee90132f65b/ELSLExceptionHandlingDemo_high_ch9.mp4" expression="full" duration="1247" fileSize="317568854" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/f65b/5722d88b-78a1-4b24-8913-9ee90132f65b/ELSLExceptionHandlingDemo_low_ch9.mp4" expression="full" duration="1247" fileSize="22988386" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/f65b/5722d88b-78a1-4b24-8913-9ee90132f65b/ELSLExceptionHandlingDemo_Zune_ch9.wmv" expression="full" duration="1247" fileSize="36972964" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/f65b/5722d88b-78a1-4b24-8913-9ee90132f65b/ELSLExceptionHandlingDemo_2MB_ch9.wmv" length="52411415" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Grigori Melnik</dc:creator>
      <itunes:author>Grigori Melnik</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Exception-handling-demo/rss</wfw:commentRss>
      <category>.NET RIA Services</category>
      <category>Demo</category>
      <category>Enterprise Library</category>
      <category>EntLib</category>
      <category>exception handling</category>
      <category>Exceptions</category>
      <category>Silverlight</category>
      <category>WCF</category>
      <category>wcf data services</category>
    </item>
  <item>
      <title>Northeast Roadshow: Data at Your Service</title>
      <description><![CDATA[Most of the attention of cloud computing is focused on leveraging the elasticity and self-provisioning power of virtual machines in the &quot;cloud,&quot; but what about your data?&nbsp;&nbsp;Windows Azure has several options for hosting your data - Azure tables, Azure blobs,
 and SQL Azure - what do you use when?&nbsp; And what if you have data privacy or governance requirements, and you don't think you're ready to trust your data in someone else's hands - do you write off the cloud completely?&nbsp; (Hint: no!)<br /><br />In this session <a shape="rect" href="http://blogs.msdn.com/jimoneil" target="_blank" shape="rect">
Jim O'Neil</a>, Developer Evangelist, takes you on a tour of the various data options and covers the capabilities as well as the 'sweet spot' for your data storage options.&nbsp; If you'd prefer to jump right to your section of interest, fast forward the screencast
 based on the outline below:<br /><br />[00:50] - The storage spectrum<br />[01:40] - <strong>Azure storage overview</strong><br />[02:27] -&nbsp;&nbsp;&nbsp;&nbsp; Blobs<br />[03:30] -&nbsp;&nbsp;&nbsp;&nbsp; <em>Demo: configuring your Azure storage account</em><br />[05:30] -&nbsp;&nbsp;&nbsp;&nbsp; <em>Demo: accessing Blob storage</em><br />[06:23] -&nbsp;&nbsp;&nbsp;&nbsp; Tables<br />[07:23] -&nbsp;&nbsp;&nbsp;&nbsp; <em>Demo: viewing Table storage in VS 2010<br /></em>[08:02] -&nbsp;&nbsp;&nbsp;&nbsp; <em>Demo: using the StorageClient API</em><br />[08:57] -&nbsp;&nbsp;&nbsp;&nbsp; Queues<br />[09:59] -&nbsp;&nbsp;&nbsp;&nbsp; Drives<br />[10:41] - Azure Storage vs. relational storage<br />[11:06] - <strong>SQL Azure</strong><br />[12:32] -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>Demo: accessing a SQL Azure Database</em><br />[14:38] - Cloud storage concerns<br />[15:00] - <strong>WCF Data Services<br /></strong>[15:54] -&nbsp;&nbsp;&nbsp;&nbsp; <em>Demo: creating a WCF Data Service<br /></em>[20:11] -&nbsp;&nbsp;&nbsp;&nbsp; OData<br />[20:51] - Wrap-up<br /><br />For the slides for this and other Northeast Roadshow sessions, check out <a shape="rect" href="http://code.msdn.com/northeast" target="_blank" shape="rect">
Code Gallery</a>.  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/wcf-data-services/RSS&WT.dl=0&WT.entryid=Entry:RSSView:32e80f37cad94d90a5999dea00a306ee">]]></description>
      <comments>http://channel9.msdn.com/Blogs/dpeeast/Northeast-Roadshow-Data-at-Your-Service</comments>
      <itunes:summary>Most of the attention of cloud computing is focused on leveraging the elasticity and self-provisioning power of virtual machines in the &amp;quot;cloud,&amp;quot; but what about your data?&amp;nbsp;&amp;nbsp;Windows Azure has several options for hosting your data - Azure tables, Azure blobs,
 and SQL Azure - what do you use when?&amp;nbsp; And what if you have data privacy or governance requirements, and you don&#39;t think you&#39;re ready to trust your data in someone else&#39;s hands - do you write off the cloud completely?&amp;nbsp; (Hint: no!)In this session 
Jim O&#39;Neil, Developer Evangelist, takes you on a tour of the various data options and covers the capabilities as well as the &#39;sweet spot&#39; for your data storage options.&amp;nbsp; If you&#39;d prefer to jump right to your section of interest, fast forward the screencast
 based on the outline below:[00:50] - The storage spectrum[01:40] - Azure storage overview[02:27] -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Blobs[03:30] -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Demo: configuring your Azure storage account[05:30] -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Demo: accessing Blob storage[06:23] -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tables[07:23] -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Demo: viewing Table storage in VS 2010[08:02] -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Demo: using the StorageClient API[08:57] -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Queues[09:59] -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Drives[10:41] - Azure Storage vs. relational storage[11:06] - SQL Azure[12:32] -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Demo: accessing a SQL Azure Database[14:38] - Cloud storage concerns[15:00] - WCF Data Services[15:54] -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Demo: creating a WCF Data Service[20:11] -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OData[20:51] - Wrap-upFor the slides for this and other Northeast Roadshow sessions, check out 
Code Gallery. </itunes:summary>
      <itunes:duration>1278</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/dpeeast/Northeast-Roadshow-Data-at-Your-Service</link>
      <pubDate>Fri, 02 Jul 2010 04:08:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/dpeeast/Northeast-Roadshow-Data-at-Your-Service</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/558926_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/558926_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/2/9/8/5/5/DataService_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/2/9/8/5/5/DataService_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/2/9/8/5/5/DataService_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/2/9/8/5/5/DataService_2MB_ch9.wmv" expression="full" duration="1278" fileSize="40604033" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/2/9/8/5/5/DataService_ch9.mp3" expression="full" duration="1278" fileSize="10231571" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/2/9/8/5/5/DataService_ch9.mp4" expression="full" duration="1278" fileSize="43168859" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/2/9/8/5/5/DataService_ch9.wma" expression="full" duration="1278" fileSize="10353757" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/2/9/8/5/5/DataService_Zune_ch9.wmv" expression="full" duration="1278" fileSize="66877151" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/6/2/9/8/5/5/DataService_2MB_ch9.wmv" length="40604033" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Jim O&#39;Neil</dc:creator>
      <itunes:author>Jim O&#39;Neil</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/dpeeast/Northeast-Roadshow-Data-at-Your-Service/RSS</wfw:commentRss>
      <category>Azure Storage</category>
      <category>Cloud</category>
      <category>Northeast</category>
      <category>SQL Azure</category>
      <category>wcf data services</category>
      <category>Windows Azure</category>
    </item>
  <item>
      <title>WCF Data Services Beyond the Basics by Gert Drapers</title>
      <description><![CDATA[
<p>This sessions covers how to leverage the latest WCF Data Services in .NET 4.0 to build a hosted and distributed data services which integrate a heterogeneous set of data sources. The content of this session is derived from a real world incubation project
 which is built on top of WCF data services, leveraging query interception, re-writing and re-routing, claim based security integration using WIF and custom meta data providers to deal with change schemas under the covers.<br /><br /><img width="214" height="88" width="214" height="88" align="left" alt="62fb4e66-1b96-43e8-b5ce-8642c96afdf8[1]" src="http://channel9.msdn.com/Link/3289f99b-40c9-40f3-9069-d173a1ceb090/">
</p>
<p><a shape="rect" href="http://channel9.msdn.com/Link/3efc2e6b-f1c9-475d-865d-17abfa8d8656/" shape="rect"></a></p>
<p>&nbsp;</p>
<p>This session is presented by Gert Drapers during Microsoft <a shape="rect" href="http://www.devdays.nl/" shape="rect">
DevDays</a> 2010 in The Hague in The Netherlands.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/wcf-data-services/RSS&WT.dl=0&WT.entryid=Entry:RSSView:dc102a60d32e432894cf9deb0021b84f">]]></description>
      <comments>http://channel9.msdn.com/Blogs/matthijs/WCF-Data-Services-Beyond-the-Basics-by-Gert-Drapers</comments>
      <itunes:summary>
This sessions covers how to leverage the latest WCF Data Services in .NET 4.0 to build a hosted and distributed data services which integrate a heterogeneous set of data sources. The content of this session is derived from a real world incubation project
 which is built on top of WCF data services, leveraging query interception, re-writing and re-routing, claim based security integration using WIF and custom meta data providers to deal with change schemas under the covers.
 
 
&amp;nbsp; 
This session is presented by Gert Drapers during Microsoft 
DevDays 2010 in The Hague in The Netherlands. 
</itunes:summary>
      <itunes:duration>4531</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/matthijs/WCF-Data-Services-Beyond-the-Basics-by-Gert-Drapers</link>
      <pubDate>Tue, 13 Apr 2010 05:50:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/matthijs/WCF-Data-Services-Beyond-the-Basics-by-Gert-Drapers</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/542585_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/542585_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/5/8/5/2/4/5/dd201084_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/5/8/5/2/4/5/dd201084_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/5/8/5/2/4/5/dd201084_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/8/5/2/4/5/dd201084_2MB_ch9.wmv" expression="full" duration="4531" fileSize="1494768685" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/8/5/2/4/5/dd201084_ch9.mp3" expression="full" duration="4531" fileSize="36249765" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/8/5/2/4/5/dd201084_ch9.mp4" expression="full" duration="4531" fileSize="334613454" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/8/5/2/4/5/dd201084_ch9.wma" expression="full" duration="4531" fileSize="36644765" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/8/5/2/4/5/dd201084_ch9.wmv" expression="full" duration="4531" fileSize="444452967" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/8/5/2/4/5/dd201084_Zune_ch9.wmv" expression="full" duration="4531" fileSize="400693005" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/5/8/5/2/4/5/dd201084_ch9.wmv" length="444452967" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Matthijs Hoekstra</dc:creator>
      <itunes:author>Matthijs Hoekstra</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/matthijs/WCF-Data-Services-Beyond-the-Basics-by-Gert-Drapers/RSS</wfw:commentRss>
      <category>DevDays 2010 NL</category>
      <category>Gert Drapers</category>
      <category>Netherlands</category>
      <category>WCF</category>
      <category>wcf data services</category>
    </item>
  <item>
      <title>Interoperability with Open Data Protocol: OData SDK for PHP demo</title>
      <description><![CDATA[
<p>Today we are announcing a new version of the OData SDK for PHP (previously called Toolkit for PHP with ADO.NET/WCF Data Services).
<br />This version includes new features like the capability of handling large result sets of data using an automated paging mechanism and a new sample built on top of an OData feed exposing the Netflix catalog, which we are covering in detail in this blog post.
<a shape="rect" href="http://www.interoperabilitybridges.com/projects/odata-sdk-for-php" shape="rect">
Link for more detail on the OData SDK for PHP</a>. <br />In this video, Claudio Caldato from the Interoperability Strategy Team quickly introduces OData and then Demo&nbsp;the PHP sample. Claudio has been instrumental in driving the development of cross platform OData SDKs and building the OData community with Microsoft
 partners. <br />He knows a lot about OData <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /><br />Additional links:</p>
<ul>
<li>
<div><a shape="rect" href="http://www.interoperabilitybridges.com/projects/odata-sdk-for-php" shape="rect">Link for more detail on the OData SDK for PHP</a>.
</div>
</li><li>
<div>The list of OData SDKs is available at <a shape="rect" href="http://www.odata.org/developers/odata-sdk" shape="rect">
http://www.odata.org/developers/odata-sdk</a>.<br />Blog post: <a shape="rect" href="http://blogs.msdn.com/interoperability/archive/2010/03/16/odata-interoperability-with-net-java-php-iphone-and-more.aspx" shape="rect">
OData interoperability with .NET, Java, PHP, iPhone and more</a></div>
</li></ul>
<p>&nbsp;</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/wcf-data-services/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c03e186d11f8401d9a119deb00151024">]]></description>
      <comments>http://channel9.msdn.com/Blogs/jccim/Interoperability-with-Open-Data-Protocol-OData-SDK-for-PHP-demo</comments>
      <itunes:summary>
Today we are announcing a new version of the OData SDK for PHP (previously called Toolkit for PHP with ADO.NET/WCF Data Services).
This version includes new features like the capability of handling large result sets of data using an automated paging mechanism and a new sample built on top of an OData feed exposing the Netflix catalog, which we are covering in detail in this blog post.

Link for more detail on the OData SDK for PHP. In this video, Claudio Caldato from the Interoperability Strategy Team quickly introduces OData and then Demo&amp;nbsp;the PHP sample. Claudio has been instrumental in driving the development of cross platform OData SDKs and building the OData community with Microsoft
 partners. He knows a lot about OData Additional links: 


Link for more detail on the OData SDK for PHP.


The list of OData SDKs is available at 
http://www.odata.org/developers/odata-sdk.Blog post: 
OData interoperability with .NET, Java, PHP, iPhone and more

&amp;nbsp; 
</itunes:summary>
      <itunes:duration>553</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/jccim/Interoperability-with-Open-Data-Protocol-OData-SDK-for-PHP-demo</link>
      <pubDate>Tue, 16 Mar 2010 16:21:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/jccim/Interoperability-with-Open-Data-Protocol-OData-SDK-for-PHP-demo</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/537393_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/537393_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/9/3/7/3/5/oDataSDKPHPDemo_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/9/3/7/3/5/oDataSDKPHPDemo_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/9/3/7/3/5/oDataSDKPHPDemo_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/9/3/7/3/5/oDataSDKPHPDemo_2MB_ch9.wmv" expression="full" duration="553" fileSize="173392829" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/9/3/7/3/5/oDataSDKPHPDemo_ch9.mp3" expression="full" duration="553" fileSize="4432656" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/9/3/7/3/5/oDataSDKPHPDemo_ch9.mp4" expression="full" duration="553" fileSize="96222403" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/9/3/7/3/5/oDataSDKPHPDemo_ch9.wma" expression="full" duration="553" fileSize="4489949" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/9/3/7/3/5/oDataSDKPHPDemo_ch9.wmv" expression="full" duration="553" fileSize="118909275" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/9/3/7/3/5/oDataSDKPHPDemo_Zune_ch9.wmv" expression="full" duration="553" fileSize="77069327" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/3/9/3/7/3/5/oDataSDKPHPDemo_ch9.wmv" length="118909275" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Jean-Christophe Cimetiere</dc:creator>
      <itunes:author>Jean-Christophe Cimetiere</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/jccim/Interoperability-with-Open-Data-Protocol-OData-SDK-for-PHP-demo/RSS</wfw:commentRss>
      <category>Interoperability</category>
      <category>Odata</category>
      <category>PHP</category>
      <category>wcf data services</category>
    </item>    
</channel>
</rss>