<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>KeithRousseau.com</title>
	
	<link>http://www.keithrousseau.com/blog</link>
	<description>ASP.NET and More</description>
	<pubDate>Wed, 23 Jul 2008 12:08:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Keithrousseau" type="application/rss+xml" /><item>
		<title>The ASP.NET Roadmap and Why Event Sinks are Unnecessary</title>
		<link>http://feeds.feedburner.com/~r/Keithrousseau/~3/343137796/</link>
		<comments>http://www.keithrousseau.com/blog/2008/07/the-aspnet-roadmap-and-why-event-sinks-are-unnecessary/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 03:03:06 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[asp.net ajax]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.keithrousseau.com/blog/2008/07/the-aspnet-roadmap-and-why-event-sinks-are-unnecessary/</guid>
		<description><![CDATA[Recently, the ASP.NET Roadmap was published on Codeplex. It goes into a good amount of detail about some of the potential future enhancements of ASP.NET Ajax such as DOM databinding and a number of features that are an attempt to catch up to the better Ajax libraries such as jQuery and Dojo. There are a [...]]]></description>
		<wfw:commentRss>http://www.keithrousseau.com/blog/2008/07/the-aspnet-roadmap-and-why-event-sinks-are-unnecessary/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.keithrousseau.com/blog/2008/07/the-aspnet-roadmap-and-why-event-sinks-are-unnecessary/</feedburner:origLink></item>
		<item>
		<title>ASP.NET Developers Don’t "Get" The Web</title>
		<link>http://feeds.feedburner.com/~r/Keithrousseau/~3/310860352/</link>
		<comments>http://www.keithrousseau.com/blog/2008/06/aspnet-developers-dont-get-the-web/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 03:03:37 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://www.keithrousseau.com/blog/2008/06/aspnet-developers-dont-get-the-web/</guid>
		<description><![CDATA[Please excuse some of the broad generalizations that appear in this article, but they are some of the things that I have observed to be true of the ASP.NET community as a whole. Don&#8217;t take it personally, as it obviously doesn&#8217;t apply to all ASP.NET developers.
There are way too many ASP.NET developers out there that [...]]]></description>
		<wfw:commentRss>http://www.keithrousseau.com/blog/2008/06/aspnet-developers-dont-get-the-web/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.keithrousseau.com/blog/2008/06/aspnet-developers-dont-get-the-web/</feedburner:origLink></item>
		<item>
		<title>Turn off ViewState for ListBoxes &amp; DropDownLists Now!</title>
		<link>http://feeds.feedburner.com/~r/Keithrousseau/~3/302573060/</link>
		<comments>http://www.keithrousseau.com/blog/2008/06/turn-off-viewstate-for-listboxes-dropdownlists-now/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 22:14:59 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://www.keithrousseau.com/blog/2008/06/turn-off-viewstate-for-listboxes-dropdownlists-now/</guid>
		<description><![CDATA[ListBoxes and DropdownLists are 2 controls that I always disable ViewState for. I will explain why this is essential for page performance and I&#8217;ll show you how you can do this and still get the correct selected values. I&#8217;ll then go into an example of how you can do this even when the values are [...]]]></description>
		<wfw:commentRss>http://www.keithrousseau.com/blog/2008/06/turn-off-viewstate-for-listboxes-dropdownlists-now/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.keithrousseau.com/blog/2008/06/turn-off-viewstate-for-listboxes-dropdownlists-now/</feedburner:origLink></item>
		<item>
		<title>Programming Interview Question #4 from Dev102</title>
		<link>http://feeds.feedburner.com/~r/Keithrousseau/~3/296244425/</link>
		<comments>http://www.keithrousseau.com/blog/2008/05/programming-interview-question-4-from-dev102/#comments</comments>
		<pubDate>Fri, 23 May 2008 02:17:26 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.keithrousseau.com/blog/?p=8</guid>
		<description><![CDATA[Over at Dev102, they are running a weekly series of programming job interview questions. Here is this week&#8217;s question:
How would you implement the following method: Foo(7) = 17 and Foo(17) = 7. Any other input to that method is not defined so you can return anything you want. Just follow those rules:

Conditional statements (if, switch, [...]]]></description>
		<wfw:commentRss>http://www.keithrousseau.com/blog/2008/05/programming-interview-question-4-from-dev102/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.keithrousseau.com/blog/2008/05/programming-interview-question-4-from-dev102/</feedburner:origLink></item>
		<item>
		<title>Use Unique Element Names in your XML</title>
		<link>http://feeds.feedburner.com/~r/Keithrousseau/~3/291349179/</link>
		<comments>http://www.keithrousseau.com/blog/2008/05/use-unique-element-names-in-your-xml/#comments</comments>
		<pubDate>Fri, 16 May 2008 02:14:13 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[javascript]]></category>

		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.keithrousseau.com/blog/?p=6</guid>
		<description><![CDATA[The Problem
It seems to me that this should be fairly obvious, but you should use unique element names in your XML. I only bring this up because I recently ran into some XML code at work that breaks this guideline. Here is an example of what I&#8217;m talking about (Keep in mind that this is [...]]]></description>
		<wfw:commentRss>http://www.keithrousseau.com/blog/2008/05/use-unique-element-names-in-your-xml/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.keithrousseau.com/blog/2008/05/use-unique-element-names-in-your-xml/</feedburner:origLink></item>
		<item>
		<title>Using jQuery &amp; JSON with ASP.NET</title>
		<link>http://feeds.feedburner.com/~r/Keithrousseau/~3/285789597/</link>
		<comments>http://www.keithrousseau.com/blog/2008/05/using-jquery-json-with-aspnet/#comments</comments>
		<pubDate>Thu, 08 May 2008 02:15:14 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
		
		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[json]]></category>

		<category><![CDATA[Exception Handling]]></category>

		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.keithrousseau.com/blog/?p=5</guid>
		<description><![CDATA[There was a recent post on Encosia about how to use jQuery to interact with web services. In this article I will expand on a couple of the points and add a few new wrinkles
Creating the Web Service
The first thing that we need to do is to define our web service. I am using ASP.NET [...]]]></description>
		<wfw:commentRss>http://www.keithrousseau.com/blog/2008/05/using-jquery-json-with-aspnet/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.keithrousseau.com/blog/2008/05/using-jquery-json-with-aspnet/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.432 seconds -->
