<?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>Anant Anand Gupta &#187; ASP.Net</title>
	<atom:link href="http://www.anantanandgupta.net/category/programming/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anantanandgupta.net</link>
	<description>Let Me Make You Think Like Me</description>
	<lastBuildDate>Thu, 05 Aug 2010 20:04:07 +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>Website Optimization: Try to Escape from 404 &#8211; Page Not Found</title>
		<link>http://www.anantanandgupta.net/2010/06/18/website-optimization-try-to-escape-from-404-page-not-found/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=website-optimization-try-to-escape-from-404-page-not-found</link>
		<comments>http://www.anantanandgupta.net/2010/06/18/website-optimization-try-to-escape-from-404-page-not-found/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 13:01:49 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Website Optimization]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=329</guid>
		<description><![CDATA[Article ID : Tip-003 Article Topic : Website Optimization Article Title : Try to Escape from 404 - Page Not Found Preface Wen client always creates a request for the resources referenced in the page it is rendering and if server can’t find it sends 404 – Page Not Found. Explanation When we create a [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2010/06/18/website-optimization-try-to-escape-from-404-page-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Optimization: Serve Resources from Different Hosts</title>
		<link>http://www.anantanandgupta.net/2010/06/12/website-optimization-serve-resources-from-different-hosts/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=website-optimization-serve-resources-from-different-hosts</link>
		<comments>http://www.anantanandgupta.net/2010/06/12/website-optimization-serve-resources-from-different-hosts/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 18:59:10 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Website Optimization]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=294</guid>
		<description><![CDATA[Article ID : Tip-002 Article Topic : Website Optimization Article Title : Serve Resources from Different Hosts Preface Today all modern browsers are multi-threaded. Means they can server the contents while downloading more than one resource simultaneously. But there are still a few restrictions. There can’t be more than 2 parallel requests threads from the [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2010/06/12/website-optimization-serve-resources-from-different-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Optimization: Reduce Total Number of Objects per Web Page</title>
		<link>http://www.anantanandgupta.net/2010/06/11/website-optimization-reduce-total-number-of-objects-per-web-page/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=website-optimization-reduce-total-number-of-objects-per-web-page</link>
		<comments>http://www.anantanandgupta.net/2010/06/11/website-optimization-reduce-total-number-of-objects-per-web-page/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 18:21:47 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Website Optimization]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=271</guid>
		<description><![CDATA[Article ID : Tip-001 Article Topic : Website Optimization Article Title : Reduce Total Number of Objects per Web Page Preface Whenever a web page is requested from the server, the browser also seeks the embedded objects like style sheets, script files, images, media files etc. and tries to download them along with them. Each [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2010/06/11/website-optimization-reduce-total-number-of-objects-per-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Provide Save File Dialog for an Image Request in ASP.Net</title>
		<link>http://www.anantanandgupta.net/2010/05/06/how-to-provide-save-file-dialog-for-an-image-request-in-asp-net/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-provide-save-file-dialog-for-an-image-request-in-asp-net</link>
		<comments>http://www.anantanandgupta.net/2010/05/06/how-to-provide-save-file-dialog-for-an-image-request-in-asp-net/#comments</comments>
		<pubDate>Thu, 06 May 2010 12:06:00 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=218</guid>
		<description><![CDATA[It is the default behavior of the web browsers, when you click on the image link, to open the image and display it over there. There are instances when you might want your users to remain on the page and simply download and save the image after clicking on the image link. This functionality can [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2010/05/06/how-to-provide-save-file-dialog-for-an-image-request-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server.MapPath</title>
		<link>http://www.anantanandgupta.net/2009/05/28/servermappath/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=servermappath</link>
		<comments>http://www.anantanandgupta.net/2009/05/28/servermappath/#comments</comments>
		<pubDate>Thu, 28 May 2009 15:23:32 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=138</guid>
		<description><![CDATA[In general whenever we need to get physical location of the file in ASP.Net Application, we use Server.MapPath. This is the most commonly adopted method. If you want the file to be located with reference to the path of the current WebPage, then the implementation holds good, but, in case you have to always refer [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2009/05/28/servermappath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Indian Developer Summit 2009</title>
		<link>http://www.anantanandgupta.net/2009/04/24/great-indian-developer-summit-2009/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=great-indian-developer-summit-2009</link>
		<comments>http://www.anantanandgupta.net/2009/04/24/great-indian-developer-summit-2009/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 21:17:34 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=78</guid>
		<description><![CDATA[Four well packed days with Information and Technology that too latest in trend and which is going to change the future is called Great Indian Developer Summit 2009. Not only that, thousands of participants, 75+ presentations on technologies, 15+ Labs driven by experts from all over the globe and all this organized by media leader [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2009/04/24/great-indian-developer-summit-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regular Expression with C#: Part 1</title>
		<link>http://www.anantanandgupta.net/2009/01/27/regular-expression-with-c-part-1/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=regular-expression-with-c-part-1</link>
		<comments>http://www.anantanandgupta.net/2009/01/27/regular-expression-with-c-part-1/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 21:37:15 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[Expresso]]></category>
		<category><![CDATA[RegEx Builder]]></category>
		<category><![CDATA[Web Grabber]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=3</guid>
		<description><![CDATA[In this tutorial you will learn. Extract Text From The Web pages Use a special software (Expresso) to make writing Regular Expressions easier Write and Use Regular Expressions in C# This tutorial is intended for people who know how to do some basic Regular Expressions and know the syntax of the language. Since there is [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2009/01/27/regular-expression-with-c-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
