<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>w3mentor &#187; Skip/Take</title>
	<atom:link href="http://w3mentor.com/learn/category/asp-dot-net-c-sharp/c-asp-net-linq/skiptake/feed/" rel="self" type="application/rss+xml" />
	<link>http://w3mentor.com</link>
	<description>Learning web technologies simplified!</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:16:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SkipWhile/TakeWhile Example in C# LINQ</title>
		<link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/skiptake/skipwhiletakewhile-example-in-c-linq/</link>
		<comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/skiptake/skipwhiletakewhile-example-in-c-linq/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 15:12:06 +0000</pubDate>
		<dc:creator>madhu</dc:creator>
				<category><![CDATA[Skip/Take]]></category>
		<category><![CDATA[example]]></category>

		<guid isPermaLink="false">http://w3mentor.com/?p=10218</guid>
		<description><![CDATA[var query9 = CustomerList.Select&#40;&#40;cust, index&#41; =&#62; new &#123; cust, index &#125;&#41; // .OrderBy(c =&#62; c.cust.Country) .SkipWhile&#40;c =&#62; c.cust.Country != &#34;USA&#34;&#41; .TakeWhile&#40;c =&#62; c.cust.Country == &#34;USA&#34;&#41; .Select&#40;c =&#62; new &#123; c.cust.CustomerID, c.cust.CompanyName, c.index &#125;&#41;; &#160; foreach &#40;var c in query9&#41; sbResult.Append&#40;String.Format&#40;&#34;CustomerID &#8230; <a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/skiptake/skipwhiletakewhile-example-in-c-linq/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/skiptake/skipwhiletakewhile-example-in-c-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skip/Take Example in C# LINQ</title>
		<link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/skiptake/skiptake-example-in-c-linq/</link>
		<comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/skiptake/skiptake-example-in-c-linq/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 15:11:00 +0000</pubDate>
		<dc:creator>madhu</dc:creator>
				<category><![CDATA[Skip/Take]]></category>
		<category><![CDATA[example]]></category>

		<guid isPermaLink="false">http://w3mentor.com/?p=10216</guid>
		<description><![CDATA[public List&#60;Customer&#62; CustomerList; StringBuilder sbResult = new StringBuilder&#40;&#41;; var query8 = CustomerList.Select&#40;&#40;cust, index&#41; =&#62; new &#123; cust, index &#125;&#41; .Where&#40;c =&#62; c.cust.Country == &#34;USA&#34;&#41; .Select&#40;c =&#62; new &#123; c.cust.CustomerID, c.cust.CompanyName, c.index &#125;&#41; .Skip&#40;10&#41; .Take&#40;2&#41;; &#160; query8 = &#40;from c in &#8230; <a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/skiptake/skiptake-example-in-c-linq/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/skiptake/skiptake-example-in-c-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: w3mentor.com @ 2012-02-07 23:41:28 -->
