<?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; Distinct</title>
	<atom:link href="http://w3mentor.com/learn/category/asp-dot-net-c-sharp/c-asp-net-linq/distinct/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>Distinct Set Operator in C# LINQ</title>
		<link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/distinct/distinct-set-operator-in-c-linq/</link>
		<comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/distinct/distinct-set-operator-in-c-linq/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:25:49 +0000</pubDate>
		<dc:creator>madhu</dc:creator>
				<category><![CDATA[Distinct]]></category>
		<category><![CDATA[example]]></category>

		<guid isPermaLink="false">http://w3mentor.com/?p=10239</guid>
		<description><![CDATA[The Distinct SQO removes elements with duplicate values from a sequence. The following example returns a list of unique country names from the CustomerList collection&#8217;s Country field. var query17 = &#40;from c in CustomerList orderby c.Country select c.Country&#41;.Distinct&#40;&#41;; &#160; foreach &#8230; <a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/distinct/distinct-set-operator-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/distinct/distinct-set-operator-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:08 -->
