<?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; C#</title>
	<atom:link href="http://www.anantanandgupta.net/category/programming/c/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>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>
