<?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>ZDima.net &#187; ASP.NET</title>
	<atom:link href="http://www.zdima.net/blog/archives/category/soft/dev/aspnet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zdima.net/blog</link>
	<description>UNIX, WEB</description>
	<lastBuildDate>Fri, 03 Sep 2010 22:45:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Performance tuning tricks for ASP.NET and IIS 7 – part 2</title>
		<link>http://www.zdima.net/blog/archives/15313</link>
		<comments>http://www.zdima.net/blog/archives/15313#comments</comments>
		<pubDate>Sun, 15 Aug 2010 18:28:00 +0000</pubDate>
		<dc:creator>Mads Kristensen</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Contributors]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/48c932f6a18f66f8</guid>
		<description><![CDATA[In part 1 of this series, we looked at some tricks to optimize the performance of any website running in IIS 7 by only modifying the web.config. In this part we will focus on handling browser caching issues and optimize the number of JavaScript and CSS...]]></description>
		<wfw:commentRss>http://www.zdima.net/blog/archives/15313/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://madskristensen.net/file.axd?file=2010/8/FileBundler.zip" length="92106" type="application/octet-stream" />
		</item>
		<item>
		<title>ServerInfo &#8211; Easily scan a Machine/Server Farm for Information</title>
		<link>http://www.zdima.net/blog/archives/15249</link>
		<comments>http://www.zdima.net/blog/archives/15249#comments</comments>
		<pubDate>Wed, 28 Jul 2010 15:48:00 +0000</pubDate>
		<dc:creator>naspinski</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Contributors]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/fd8df594b0ee2955</guid>
		<description><![CDATA[new open-source project in Asp.Net MVC 2


More than once I have been asked what databases are on what server, if server X is running application Y or what websites server ABC is running.  These are are relatively simple things to accomplish, and there...]]></description>
		<wfw:commentRss>http://www.zdima.net/blog/archives/15249/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using Server.MapPath() in an Generic Handler (.ashx)</title>
		<link>http://www.zdima.net/blog/archives/15222</link>
		<comments>http://www.zdima.net/blog/archives/15222#comments</comments>
		<pubDate>Thu, 22 Jul 2010 12:50:00 +0000</pubDate>
		<dc:creator>naspinski</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Contributors]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/3c638048ef7925c4</guid>
		<description><![CDATA[if you need to get a local file path in your ashx
Instead of using:
Server.MapPath()
Simply use:
System.Web.HttpContext.Current.Server.MapPath()


  
]]></description>
		<wfw:commentRss>http://www.zdima.net/blog/archives/15222/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inline AJAX DropDown and Text Editing with Asp.Net MVC and jQuery</title>
		<link>http://www.zdima.net/blog/archives/15209</link>
		<comments>http://www.zdima.net/blog/archives/15209#comments</comments>
		<pubDate>Mon, 12 Jul 2010 09:31:00 +0000</pubDate>
		<dc:creator>naspinski</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Contributors]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/69d3f1cc6a323e8e</guid>
		<description><![CDATA[including how to use a database to populate the dropdown


First thing is first, you will need to download 
jQuery 
and the 
Jeditable 
plugin (I prefer to refer to it as the Jedi-Table!).
Be sure to put these references in your View (or Masterpage).
N...]]></description>
		<wfw:commentRss>http://www.zdima.net/blog/archives/15209/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inline AJAX DropDown and Text Editing with Asp.Net MVC and jQuery</title>
		<link>http://www.zdima.net/blog/archives/15195</link>
		<comments>http://www.zdima.net/blog/archives/15195#comments</comments>
		<pubDate>Mon, 12 Jul 2010 09:31:00 +0000</pubDate>
		<dc:creator>naspinski</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Contributors]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/8bdd1f8fb10199aa</guid>
		<description><![CDATA[including how to use a database to populate the dropdown


First thing is first, you will need to download 
jQuery 
and the 
Jeditable 
plugin (I prefer to refer to it as the Jedi-Table!).
Be sure to put these references in your View (or Masterpage).
N...]]></description>
		<wfw:commentRss>http://www.zdima.net/blog/archives/15195/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
