﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Paging and the Entity Framework, Skip, and Take Part 1</title>
	<atom:link href="http://byatool.com/utilities/paging-and-the-entity-framework-skip-and-take-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://byatool.com/utilities/paging-and-the-entity-framework-skip-and-take-part-1/</link>
	<description>This is my recorded stumbling through ASP.Net, Framework 3.5, C# 3.0, Ajax, Javascript, and Love.  Stay, learn, destroy.  It's your life.</description>
	<lastBuildDate>Wed, 27 Oct 2010 11:58:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sean</title>
		<link>http://byatool.com/utilities/paging-and-the-entity-framework-skip-and-take-part-1/comment-page-1/#comment-9850</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 26 Aug 2010 19:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://byatool.com/?p=620#comment-9850</guid>
		<description>Believe you me, there are probably a lot of better ways then what I posted.  In fact, I&#039;m pretty sure I&#039;ve figured some out myself since I posted that.</description>
		<content:encoded><![CDATA[<p>Believe you me, there are probably a lot of better ways then what I posted.  In fact, I&#8217;m pretty sure I&#8217;ve figured some out myself since I posted that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://byatool.com/utilities/paging-and-the-entity-framework-skip-and-take-part-1/comment-page-1/#comment-9849</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Thu, 26 Aug 2010 18:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://byatool.com/?p=620#comment-9849</guid>
		<description>Well this could be out-of-date, but instead of the complex stuff, could you possibly get away with:

returnValue = ((rowCount - (rowCount % neededPageSize)) / neededPageSize) + 1;</description>
		<content:encoded><![CDATA[<p>Well this could be out-of-date, but instead of the complex stuff, could you possibly get away with:</p>
<p>returnValue = ((rowCount &#8211; (rowCount % neededPageSize)) / neededPageSize) + 1;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

