<?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>Comment Feed for Channel 9 - OData Roadmap: Exposing Any Data Source as an OData service</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Events/MIX/MIX11/FRM16/rss"></atom:link>
	<image>
		<url>http://files.ch9.ms/mix/2011/thumbs/FRM16.jpg</url>
		<title>Channel 9 - OData Roadmap: Exposing Any Data Source as an OData service</title>
		<link></link>
	</image>
	<description>Many of the popular OData services, including Netflix, Twitpic and Facebook Insights were built by reusing their existing web API with an OData service. Implementing this type of OData service is not simple but it’s also not as hard as you might think. In this session, you’ll learn how to build similar services that wrap different types of data sources using the WCF Data Services Toolkit. We’ll take a look at the implementations for several of the popular services as examples of how to use the toolkit to create new OData services.</description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 17:21:32 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 17:21:32 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: OData Roadmap: Exposing Any Data Source as an OData service</title>
		<description>
			<![CDATA[This video often fails to download or play&#33;<p>posted by Rasmus Christensen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634393549290000000</link>
		<pubDate>Mon, 25 Apr 2011 19:02:09 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634393549290000000</guid>
		<dc:creator>Rasmus Christensen</dc:creator>
	</item>
	<item>
		<title>Re: OData Roadmap: Exposing Any Data Source as an OData service</title>
		<description>
			<![CDATA[Same here...its not playing for me. refreshed many times<p>posted by Lohith</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634393977110000000</link>
		<pubDate>Tue, 26 Apr 2011 06:55:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634393977110000000</guid>
		<dc:creator>Lohith</dc:creator>
	</item>
	<item>
		<title>Re: OData Roadmap: Exposing Any Data Source as an OData service</title>
		<description>
			<![CDATA[I get no sound.<p>posted by Pgil</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634398213710000000</link>
		<pubDate>Sun, 01 May 2011 04:36:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634398213710000000</guid>
		<dc:creator>Pgil</dc:creator>
	</item>
	<item>
		<title>Re: OData Roadmap: Exposing Any Data Source as an OData service</title>
		<description>
			<![CDATA[I call shenanigans&#33;&#33; I&#39;ve done everything in his demo up to the first time he runs the project with one difference. I used the .net framework 4.0 System.Data.Services and System.Data.Services.Client. He mentioned that you could use those instead of the CTP versions. He used the CTP versions which I tried also but the toolkit references the .net 4.0 versions of those assemblies and causes a namespace collision and thus won&#39;t compile. When I run the project with the .net 4.0 assemblies reference, I get a 500 server error that indicates I should go to weblogs for more information. I have set all of my unhandled exceptions of stop to gain some kind of insight on the problem. Has any body gotten this to work&#33;&#33; <p>posted by Michael Johnson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634403885940000000</link>
		<pubDate>Sat, 07 May 2011 18:09:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634403885940000000</guid>
		<dc:creator>Michael Johnson</dc:creator>
	</item>
	<item>
		<title>Re: OData Roadmap: Exposing Any Data Source as an OData service</title>
		<description>
			<![CDATA[ <p>@Michael</p><p>Sorry to hear you're having some issues. First off: the toolkit assemblies that are publically available are built against .NET 4. They can be used with the new CTP (as I did at MIX), but you'd have to download the source from Codeplex and rebuild them against those assemblies. I didn't actually use any OData v3 features in the session, so my use of the CTP was pretty superflous.</p><p>The 500 error you're getting is a generic WCF error and could be from anything, and it's vague nature isn't because of the toolkit, that's a behavior of WCF. If you add the following attribute to your service, you should see a better error message:</p><p>[ServiceBehavior(IncludeExceptionDetailInFaults=true)]</p><p>Feel free to ping me if you continue having issues.</p><p>/JC</p><p>posted by LostInTangent</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634404980940000000</link>
		<pubDate>Mon, 09 May 2011 00:34:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634404980940000000</guid>
		<dc:creator>LostInTangent</dc:creator>
	</item>
	<item>
		<title>Re: OData Roadmap: Exposing Any Data Source as an OData service</title>
		<description>
			<![CDATA[OK ... I un-call shenanigans&#33;&#33; <br><br>I&#39;m hugh WCF newby&#33;&#33; I was really excited by you presentation and wanted to try this out.<br><br>The problem was in the step where you set &#91;DataServiceKey&#40;&#34;Id&#34;&#41;&#93;. You were saying you like to override with a lower case id. I unfortunately typed &#34;id&#34;. <br><br>Your ServiceBehavior yielded a message that pointed to the problem&#33;&#33; <br><br>Thanks&#33;&#33; <p>posted by Michael Johson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634406699750000000</link>
		<pubDate>Wed, 11 May 2011 00:19:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634406699750000000</guid>
		<dc:creator>Michael Johson</dc:creator>
	</item>
	<item>
		<title>Re: OData Roadmap: Exposing Any Data Source as an OData service</title>
		<description>
			<![CDATA[ <p>Anyone get this to work ? Paging doesn't work like it does in the video (my ODataQueryOperation SkipCount and TopCount are always 0) and if I get source from the codeplex and use that assembly I don't get v3. Interesting. Perhaps a link to a working demo project? That would be excellent!</p><p>posted by CmdrTallen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634412677730000000</link>
		<pubDate>Tue, 17 May 2011 22:22:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634412677730000000</guid>
		<dc:creator>CmdrTallen</dc:creator>
	</item>
	<item>
		<title>Re: OData Roadmap: Exposing Any Data Source as an OData service</title>
		<description>
			<![CDATA[ <p>@CmdrTallen</p><p>Did you set a page size for the entity set you want to page? Without doing that, SkipCount and TopCount won't be enabled. It's a bug that needs to be fixed.</p><p>As far as the v3 part, that is because I was using the CTP version of WCF Data Services in the demo, while the toolkit code on Codeplex isn't.</p><p>posted by LostInTangent</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634415138150000000</link>
		<pubDate>Fri, 20 May 2011 18:43:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c634415138150000000</guid>
		<dc:creator>LostInTangent</dc:creator>
	</item>
	<item>
		<title>Re: OData Roadmap: Exposing Any Data Source as an OData service</title>
		<description>
			<![CDATA[<p>I am downloading the video, looks like it will take 2 hours.</p><p>posted by SarbjitChawla</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c635006846112451007</link>
		<pubDate>Thu, 04 Apr 2013 15:03:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/MIX/MIX11/FRM16#c635006846112451007</guid>
		<dc:creator>SarbjitChawla</dc:creator>
	</item>
</channel>
</rss>