<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>Web Development Guy</title>
	<link>http://www.webdevguy.net</link>
	<description>Personal website of David Brown</description>
	<lastBuildDate>Wed, 24 Sep 2008 23:12:06 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Test, test, test!</title>
		<description>Just a quick reminder to the programmers out there: make sure you write unit tests from the beginning!

I've recently been working on a NHibernate/ActiveRecord class library that's fairly complex. When finished, it will wrap 125 database tables into C# classes. At the moment, it's approximately 20% complete and I only ...</description>
		<link>http://www.webdevguy.net/2008/09/24/test-test-test/</link>
			</item>
	<item>
		<title>Take a guess&#8230;</title>
		<description>
So, who wants to guess what brand of soda I drink every day? That photo happens to be the contents of my trash can at the office. The whole place is practically paper-less, as you can see. </description>
		<link>http://www.webdevguy.net/2008/09/18/take-a-guess/</link>
			</item>
	<item>
		<title>Simple Classic ASP Proxy</title>
		<description>The web application I'm working on comes in two parts: the API and the Interface. The API is an ASP.NET application. The interface is written entirely in Javascript (using ExtJS) and one very simple HTML page.

Hosting the Javascript interface in IIS was simple. The ASP.NET application, however, needs to be ...</description>
		<link>http://www.webdevguy.net/2008/08/23/simple-classic-asp-proxy/</link>
			</item>
	<item>
		<title>XML Serialize an object to a string</title>
		<description>While working on a simple web API, I needed a way to serialize an object (using the XML serializer) to a string so I could return it as an API response. Unfortunately, there's no Serialize() override for returning a string value. Instead, you'll have to use a MemoryStream object and ...</description>
		<link>http://www.webdevguy.net/2008/08/17/xml-serialize-object-to-string/</link>
			</item>
</channel>
</rss>
