<?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>rezamahmood.net &#187; Dev Stuff</title>
	<atom:link href="http://www.rezamahmood.net/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.rezamahmood.net</link>
	<description>Just another Web developer weblog</description>
	<lastBuildDate>Sat, 05 Nov 2011 10:56:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WCF: Unauthorized client authentication with server header Ntlm, Negotiate</title>
		<link>http://www.rezamahmood.net/wcf-unauthorized-client-authentication-with-server-header-ntlm-negotiate/</link>
		<comments>http://www.rezamahmood.net/wcf-unauthorized-client-authentication-with-server-header-ntlm-negotiate/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 10:54:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dev Stuff]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Fiddler]]></category>
		<category><![CDATA[WCF]]></category>
		<guid isPermaLink="false">http://www.rezamahmood.net/?p=58</guid>
		<description><![CDATA[This (like just about all posts on this blog) is more of a reminder to myself in case I ever see this problem again. Whilst running some integration tests that exercise end to end WCF functionality I encountered an odd problem that only seemed to manifest itself when I was running the test application against [...]]]></description>
		<wfw:commentRss>http://www.rezamahmood.net/wcf-unauthorized-client-authentication-with-server-header-ntlm-negotiate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ChopShop: A MVC.NET E-Commerce project</title>
		<link>http://www.rezamahmood.net/chopshop-a-mvc-net-e-commerce-project/</link>
		<comments>http://www.rezamahmood.net/chopshop-a-mvc-net-e-commerce-project/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 00:08:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dev Stuff]]></category>
		<guid isPermaLink="false">http://www.rezamahmood.net/?p=48</guid>
		<description><![CDATA[I decided to start a little open source project recently.  The idea was that it would allow me to flex some programming muscle, play around with some technologies I wouldn&#8217;t be allowed to use at work now and generally make my karma better by giving back (to whoever decided to pick it up) &#8211; who [...]]]></description>
		<wfw:commentRss>http://www.rezamahmood.net/chopshop-a-mvc-net-e-commerce-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Kata: Langton&#8217;s Ant in C#</title>
		<link>http://www.rezamahmood.net/code-kata-langtons-ant-in-c/</link>
		<comments>http://www.rezamahmood.net/code-kata-langtons-ant-in-c/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:22:38 +0000</pubDate>
		<dc:creator>Reza</dc:creator>
				<category><![CDATA[Dev Stuff]]></category>
		<category><![CDATA[code-kata c#]]></category>
		<guid isPermaLink="false">http://www.rezamahmood.net/?p=21</guid>
		<description><![CDATA[I&#8217;ve been itching to give code katas a try after listening to people like Uncle Bob talk about them in podcasts and reading about them on blogs. However, it wasn&#8217;t until I (half) watched a screencast by Micah Martin on solving a very small and simple problem that I actually went and did my own [...]]]></description>
		<wfw:commentRss>http://www.rezamahmood.net/code-kata-langtons-ant-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSBuild: CSS compression and Javascript minification for ASP.NET MVC</title>
		<link>http://www.rezamahmood.net/msbuild-css-compression-and-javascript-minification-for-asp-net-mvc/</link>
		<comments>http://www.rezamahmood.net/msbuild-css-compression-and-javascript-minification-for-asp-net-mvc/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 22:25:10 +0000</pubDate>
		<dc:creator>Reza</dc:creator>
				<category><![CDATA[Dev Stuff]]></category>
		<category><![CDATA[build script]]></category>
		<category><![CDATA[msbuild]]></category>
		<guid isPermaLink="false">http://www.rezamahmood.net/wordpress/?p=13</guid>
		<description><![CDATA[At work we use a continuous integration system to monitor our source repository and create builds.  It's very handy in that us developers can simply code all day and then commit at the end of the day and then magically what we've written gets compiled, configured and deployed to our test and integration environment.  The deployment process is a simple file copy, but what's smart is that only your standard aspx pages and dll's get copied over - all those source files don't get copied and web.config can also be changed on the fly to allow for different environments (e.g. different database connection strings).
So being the lazy coder that I am I thought it'd be nice if I tried to replicate this to some extent at home for my personal projects.  It's also very convenient since I set up and wrote the build scripts we use at work - at least I won't be fumbling too much in the dark this time round ;)]]></description>
		<wfw:commentRss>http://www.rezamahmood.net/msbuild-css-compression-and-javascript-minification-for-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

