<?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>codefrenzy &#187; Coding</title>
	<atom:link href="http://www.codefrenzy.net/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codefrenzy.net</link>
	<description>A different dream everyday</description>
	<lastBuildDate>Tue, 31 Jan 2012 08:45:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How asynchronous is SmtpClient.SendAsync?</title>
		<link>http://www.codefrenzy.net/2012/01/30/how-asynchronous-is-smtpclient-sendasync/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-asynchronous-is-smtpclient-sendasync</link>
		<comments>http://www.codefrenzy.net/2012/01/30/how-asynchronous-is-smtpclient-sendasync/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 22:50:41 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[blocking]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=886</guid>
		<description><![CDATA[In a previous role, I was tasked with writing a newsletter email sender. How hard can this be, I thought to myself, and set off to complete my mission. Initial Thoughts We were probably going to be sending tens of thousands of emails at a time so although I figured I&#8217;d need to use some [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2012/01/30/how-asynchronous-is-smtpclient-sendasync/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ASP.NET Response.Redirect</title>
		<link>http://www.codefrenzy.net/2012/01/23/asp-net-response-redirect/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=asp-net-response-redirect</link>
		<comments>http://www.codefrenzy.net/2012/01/23/asp-net-response-redirect/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 09:17:12 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=864</guid>
		<description><![CDATA[In ASP.NET web applications, the Response.Redirect(string url) method is often used to control the flow of an application (both user browsing and logic) by redirecting the client to a different URL. For example, on a page that requires an authentication user, it is quite standard to first check if the user is logged in and [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2012/01/23/asp-net-response-redirect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Localization and skinning in ASP.NET MVC 3 web applications</title>
		<link>http://www.codefrenzy.net/2012/01/11/localization-and-skinning-in-asp-net-mvc-3-web-applications/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=localization-and-skinning-in-asp-net-mvc-3-web-applications</link>
		<comments>http://www.codefrenzy.net/2012/01/11/localization-and-skinning-in-asp-net-mvc-3-web-applications/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 19:03:06 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[localization]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=819</guid>
		<description><![CDATA[Working in Europe has introduced me to the world of localization and skinning web applications. Not only do we have to support several different locales for the same web application, but in some cases, depending on the host url, the site should be skinned completely differently. A common reason for needing to do this is [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2012/01/11/localization-and-skinning-in-asp-net-mvc-3-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software deployment processes</title>
		<link>http://www.codefrenzy.net/2011/10/28/software-deployment-processes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=software-deployment-processes</link>
		<comments>http://www.codefrenzy.net/2011/10/28/software-deployment-processes/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 10:54:09 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[MSBuild]]></category>
		<category><![CDATA[Teamcity]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=560</guid>
		<description><![CDATA[During my career as a Software Engineer, I have seen a variety of different approaches to &#8216;deployments&#8217;. This is one aspect of the software development life cycle that wasn&#8217;t touched on at all during my 4 year Computer Science degree and seems to be a point of contention for a lot of software companies. In [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2011/10/28/software-deployment-processes/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Deploying ASP.NET MVC 3 to IIS 6</title>
		<link>http://www.codefrenzy.net/2011/10/19/deploying-asp-net-mvc-3-to-iis-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=deploying-asp-net-mvc-3-to-iis-6</link>
		<comments>http://www.codefrenzy.net/2011/10/19/deploying-asp-net-mvc-3-to-iis-6/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 07:35:32 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[MVC 3]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=605</guid>
		<description><![CDATA[I recently built a new ASP.NET MVC 3 (.NET 4) web application which unfortunately has be hosted on Windows Server 2003 running IIS 6. Guess I&#8217;d figured getting it running on IIS 6 would be as easy as installing .NET 4 and ASP.NET MVC 3 on the server&#8230; but it wasn&#8217;t. This isn&#8217;t a step [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2011/10/19/deploying-asp-net-mvc-3-to-iis-6/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A generic implementation of the Repository Pattern for LINQ to SQL</title>
		<link>http://www.codefrenzy.net/2011/10/06/a-generic-implementation-of-the-repository-pattern-for-linq-to-sql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-generic-implementation-of-the-repository-pattern-for-linq-to-sql</link>
		<comments>http://www.codefrenzy.net/2011/10/06/a-generic-implementation-of-the-repository-pattern-for-linq-to-sql/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 21:39:29 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[generics]]></category>
		<category><![CDATA[LINQ to SQL]]></category>
		<category><![CDATA[Repository Pattern]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=588</guid>
		<description><![CDATA[Back in 2008 I started working on a project at home which never really went anywhere. It&#8217;s still lingering around in the back of my mind but I just gotta find the time to work on it. At the time I figured I could use the project as a learning experience. It was going to [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2011/10/06/a-generic-implementation-of-the-repository-pattern-for-linq-to-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CLR Versioning and Side-by-Side Execution &#8211; .NET 2.0 to .NET 3.5 and .NET 3.5 to .NET 4.0</title>
		<link>http://www.codefrenzy.net/2011/09/16/clr-versioning-and-side-by-side-execution-net-2-0-to-net-3-5-and-net-3-5-to-net-4-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=clr-versioning-and-side-by-side-execution-net-2-0-to-net-3-5-and-net-3-5-to-net-4-0</link>
		<comments>http://www.codefrenzy.net/2011/09/16/clr-versioning-and-side-by-side-execution-net-2-0-to-net-3-5-and-net-3-5-to-net-4-0/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 22:26:27 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=534</guid>
		<description><![CDATA[The other day at work I spent some time investigating an OutOfMemoryException being thrown by third-party component being used in a .NET 3.5 application. After a closer look and weighing up some options on how to fix it, we realized that the problem went away if the application was recompiled in .NET 4. This ended [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2011/09/16/clr-versioning-and-side-by-side-execution-net-2-0-to-net-3-5-and-net-3-5-to-net-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TimeEstimator featured on Gao7.com and SmashApp.com!</title>
		<link>http://www.codefrenzy.net/2011/05/20/timeestimator-featured-on-gao7-com-and-smashapp-com/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=timeestimator-featured-on-gao7-com-and-smashapp-com</link>
		<comments>http://www.codefrenzy.net/2011/05/20/timeestimator-featured-on-gao7-com-and-smashapp-com/#comments</comments>
		<pubDate>Thu, 19 May 2011 23:00:47 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=483</guid>
		<description><![CDATA[Today I got two pretty exciting emails about my little iPhone game, TimeEstimator. The first was from someone at Gao7.com telling me that they had &#8216;promoted TimeEstimator&#8217; in the &#8216;Free for Limited Time&#8217; section of their site. The site is all in Chinese but thanks to Google Chrome and it&#8217;s fantastic translating functionality, you can [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2011/05/20/timeestimator-featured-on-gao7-com-and-smashapp-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new year, a new app &#8211; CountDown for Windows Phone 7</title>
		<link>http://www.codefrenzy.net/2011/01/02/a-new-year-a-new-app-countdown-for-windows-phone-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-new-year-a-new-app-countdown-for-windows-phone-7</link>
		<comments>http://www.codefrenzy.net/2011/01/02/a-new-year-a-new-app-countdown-for-windows-phone-7/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 23:55:21 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[winphone 7]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=409</guid>
		<description><![CDATA[2010 was a busy year for me. I spent a lot of time at mflow, learning lots and working hard. I spent 4 weeks on the back of a motorbike touring 5 countries in Europe and 2 weeks riding the Shinkansen up and down Japan. I saw Billy Connolly live, watched Cirque du Soleil in [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2011/01/02/a-new-year-a-new-app-countdown-for-windows-phone-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HackCamp @ Google London</title>
		<link>http://www.codefrenzy.net/2010/06/23/hackcamp-google-london/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hackcamp-google-london</link>
		<comments>http://www.codefrenzy.net/2010/06/23/hackcamp-google-london/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 22:21:09 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[hackcamp]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=389</guid>
		<description><![CDATA[A couple of weekends ago, I was lucky enough to be able to go along to HackCamp at the Google offices in London together with the mflow team. It&#8217;s the first &#8216;hack&#8217; day/camp I&#8217;ve been to &#8211; and although I didn&#8217;t stay for the whole weekend nor did I actively participate in the hacking, I [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2010/06/23/hackcamp-google-london/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

