<?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/"
	>

<channel>
	<title>amolwable.com &#187; Linq</title>
	<atom:link href="http://amolwable.com/index.php/category/linq/feed/" rel="self" type="application/rss+xml" />
	<link>http://amolwable.com</link>
	<description>Ultimate Resources For Web Developers and Designers</description>
	<lastBuildDate>Sat, 03 Jul 2010 15:02:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Implementing ToJSON() Extension Method</title>
		<link>http://amolwable.com/index.php/2009/implementing-tojson-extension-method/</link>
		<comments>http://amolwable.com/index.php/2009/implementing-tojson-extension-method/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:55:13 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Linq]]></category>

		<guid isPermaLink="false">http://amolwable.com/?p=544</guid>
		<description><![CDATA[In my previous post Extension Methods in .net 3.5, I have given basic idea and example of Extension methods. What is JSON (JavaScript Object Notation) JSON is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. JSON is built on two structures: [...]]]></description>
		<wfw:commentRss>http://amolwable.com/index.php/2009/implementing-tojson-extension-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overview: jLinq</title>
		<link>http://amolwable.com/index.php/2009/overview-jlinq/</link>
		<comments>http://amolwable.com/index.php/2009/overview-jlinq/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 14:14:55 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[Javascripts]]></category>
		<category><![CDATA[Linq]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://amolwable.com/?p=529</guid>
		<description><![CDATA[jLinq is a Javascript library that lets you write queries against arrays of javascript objects and JSON data. Syntax and Examples Syntax for jLinq is much similar to LINQ , var results = jLinq.from(data.users) .startsWith("first", "a") .orEndsWith("y") .orderBy("admin", "age") .select(); Some important commands .startsWith( field?, value ): Check to see if the field starts with [...]]]></description>
		<wfw:commentRss>http://amolwable.com/index.php/2009/overview-jlinq/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>8 useful Cheat Sheets for developer</title>
		<link>http://amolwable.com/index.php/2009/8-useful-cheat-sheets/</link>
		<comments>http://amolwable.com/index.php/2009/8-useful-cheat-sheets/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 15:39:04 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Html & CSS]]></category>
		<category><![CDATA[Linq]]></category>
		<category><![CDATA[Regex]]></category>
		<category><![CDATA[Cheat Sheets]]></category>

		<guid isPermaLink="false">http://www.amolwable.com/?p=326</guid>
		<description><![CDATA[I have found awesome collections of  cheat sheets on internet which gives quick reference guide of various functionality. Here are some  good cheats links, WebSite: http://john-sheehan.com/blog/net-cheat-sheets/ http://www.addedbytes.com/cheat-sheets/ DownLoads: .NET Format String Quick Reference  Download Now (PDF, 123 KB) ASP.NET 2.0 Page Life Cycle &#38; Common Events  Download Now (PDF, 64KB) Microsoft .NET Framework 3.5 Commonly [...]]]></description>
		<wfw:commentRss>http://amolwable.com/index.php/2009/8-useful-cheat-sheets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lambda Expressions</title>
		<link>http://amolwable.com/index.php/2009/lambda-expressions/</link>
		<comments>http://amolwable.com/index.php/2009/lambda-expressions/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 17:39:33 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Linq]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=61</guid>
		<description><![CDATA[What are Lambda Expressions? C#  introduced the concept of anonymous methods, which allow code blocks to be written &#8220;in-line&#8221; where delegate values are expected. Lambda Expressions provide a more concise, functional syntax for writing anonymous methods.They end up being super useful when writing LINQ query expressions &#8211; since they provide a very compact and type-safe [...]]]></description>
		<wfw:commentRss>http://amolwable.com/index.php/2009/lambda-expressions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RSS Feed Reader</title>
		<link>http://amolwable.com/index.php/2009/rss-reader-class-c/</link>
		<comments>http://amolwable.com/index.php/2009/rss-reader-class-c/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 18:04:21 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Linq]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=29</guid>
		<description><![CDATA[Now a days RSS feeds are getting popular. Their are many software available in market that reads rss feeds. Here i have wrote a simple rss reader fuction that returns a list  of rss news of items. public List ReadXML(String fileName) { List itemList = null; try { XmlTextReader reader = new XmlTextReader(fileName); reader.WhitespaceHandling = [...]]]></description>
		<wfw:commentRss>http://amolwable.com/index.php/2009/rss-reader-class-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extension methods</title>
		<link>http://amolwable.com/index.php/2009/extension-methods/</link>
		<comments>http://amolwable.com/index.php/2009/extension-methods/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 12:10:41 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Linq]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=63</guid>
		<description><![CDATA[Extension methods enable you to &#8220;add&#8221; methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. Extension methods are a special kind of static method, but they are called as if they were instance methods on the extended type. For client code written in C# and Visual Basic, [...]]]></description>
		<wfw:commentRss>http://amolwable.com/index.php/2009/extension-methods/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
