<?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 - 10-4 Episode 27: Server-Driven Paging with ADO.NET Data Services</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/10-4/10-4-Episode-27-Server-Driven-Paging-with-ADONET-Data-Services/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/478846_100x75.jpg</url>
		<title>Channel 9 - 10-4 Episode 27: Server-Driven Paging with ADO.NET Data Services</title>
		<link></link>
	</image>
	<description>
In this episode of 10-4, we discuss a new feature coming in the next release of ADO.NET Data Services: server-driven paging. This allows you to constrain the size of result sets that can be requested by clients, eliminating potentially problematic scenarios.
 In addition, clients can also now request the total count of an entity set, without having to retrieve its data in entirety. 
ADO.NET Data Services 1.5 CTP1:
http://www.microsoft.com/downloads/details.aspx?FamilyID=3e3d4eaf-227b-4ad3-ad0d-3613db8aa9df&amp;amp;displaylang=en

For more 10-4 episodes, be sure to visit:
http://channel9.msdn.com/shows/10-4 
Visual Studio Topic Area on Channel 9:
http://channel9.msdn.com/VisualStudio
 
Visual Studio 2010 CTP VPC:
http://tinyurl.com/GetCTP 
10-4! Over and out! 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 14:21:54 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 14:21:54 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: 10-4 Episode 27: Server-Driven Paging with ADO.NET Data Services</title>
		<description>
			<![CDATA[
<p>Well it took all of about 5 seconds after seeing Astoria (before it became ADO.NET data services), for me to ask for a total record count.&nbsp; Glad to know you guys finnaly got this in.</p>
<p>posted by cdwatkins</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-27-Server-Driven-Paging-with-ADONET-Data-Services#c633833525850000000</link>
		<pubDate>Thu, 16 Jul 2009 14:49:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-27-Server-Driven-Paging-with-ADONET-Data-Services#c633833525850000000</guid>
		<dc:creator>cdwatkins</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 27: Server-Driven Paging with ADO.NET Data Services</title>
		<description>
			<![CDATA[
<p>I created a plain Web application (not SL) and added an ADO.net Data Service, Entity&nbsp;Data Model, and Domain Service.</p>
<p>I am using the Entity Data Model as the DAL and the Domain Service as the BL. When I use the Domain Service as a data source for the the ADO.NET Data Service, it does not expose any data;</p>
<div>
<pre> <span>&lt;?</span><span>xml</span> <span>version</span><span>=</span><span>&quot;</span><span>1.0</span><span>&quot;</span> <span>encoding</span><span>=</span><span>&quot;</span><span>utf-8</span><span>&quot;</span> <span>standalone</span><span>=</span><span>&quot;</span><span>yes</span><span>&quot;</span> <span>?&gt;</span> 
- <span>&lt;</span><span>service</span> <span>xml:base</span><span>=</span><span>&quot;</span><span>http://localhost:54015/DomainDataService.svc/</span><span>&quot;</span> <span>xmlns:atom</span><span>=</span><span>&quot;</span><span><a href="http://www.w3.org/2005/Atom">http&#58;&#47;&#47;www.w3.org&#47;2005&#47;Atom</a></span><span>&quot;</span> <span>xmlns:app</span><span>=</span><span>&quot;</span><span><a href="http://www.w3.org/2007/app">http&#58;&#47;&#47;www.w3.org&#47;2007&#47;app</a></span><span>&quot;</span> <span>xmlns</span><span>=</span><span>&quot;</span><span><a href="http://www.w3.org/2007/app">http&#58;&#47;&#47;www.w3.org&#47;2007&#47;app</a></span><span>&quot;</span><span>&gt;</span>
- <span>&lt;</span><span>workspace</span><span>&gt;</span>
  <span>&lt;</span><span>atom</span><span>:</span><span>title</span><span>&gt;</span>Default<span>&lt;/</span><span>atom</span><span>:</span><span>title</span><span>&gt;</span> 
  <span>&lt;/</span><span>workspace</span><span>&gt;</span>
  <span>&lt;/</span><span>service</span><span>&gt;</span>
</pre>
</div>
<p class="alt">Is it possible to do this in current version of ADO.NET Data Services?</p>
<p>I appreciate any help on this</p>
<p>posted by Tavo2k4</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-27-Server-Driven-Paging-with-ADONET-Data-Services#c633849966220000000</link>
		<pubDate>Tue, 04 Aug 2009 15:30:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-27-Server-Driven-Paging-with-ADONET-Data-Services#c633849966220000000</guid>
		<dc:creator>Tavo2k4</dc:creator>
	</item>
</channel>
</rss>