<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>codefrenzy</title>
	
	<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>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/codefrenzy" /><feedburner:info uri="codefrenzy" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How asynchronous is SmtpClient.SendAsync?</title>
		<link>http://feedproxy.google.com/~r/codefrenzy/~3/vHcPoHsyL44/</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>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&amp;#8217;d need to use some [...]&lt;img src="http://feeds.feedburner.com/~r/codefrenzy/~4/vHcPoHsyL44" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.codefrenzy.net/2012/01/30/how-asynchronous-is-smtpclient-sendasync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codefrenzy.net/2012/01/30/how-asynchronous-is-smtpclient-sendasync/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-asynchronous-is-smtpclient-sendasync</feedburner:origLink></item>
		<item>
		<title>ASP.NET Response.Redirect</title>
		<link>http://feedproxy.google.com/~r/codefrenzy/~3/U0kE4yc5p7w/</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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/codefrenzy/~4/U0kE4yc5p7w" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.codefrenzy.net/2012/01/23/asp-net-response-redirect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.codefrenzy.net/2012/01/23/asp-net-response-redirect/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=asp-net-response-redirect</feedburner:origLink></item>
		<item>
		<title>Localization and skinning in ASP.NET MVC 3 web applications</title>
		<link>http://feedproxy.google.com/~r/codefrenzy/~3/viVvtPhgg_U/</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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/codefrenzy/~4/viVvtPhgg_U" height="1" width="1"/&gt;</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>
		<feedburner:origLink>http://www.codefrenzy.net/2012/01/11/localization-and-skinning-in-asp-net-mvc-3-web-applications/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=localization-and-skinning-in-asp-net-mvc-3-web-applications</feedburner:origLink></item>
		<item>
		<title>My Running Log</title>
		<link>http://feedproxy.google.com/~r/codefrenzy/~3/9xMBotd_tNE/</link>
		<comments>http://www.codefrenzy.net/2011/12/28/my-running-log/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 15:55:03 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[exercise]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=738</guid>
		<description>I&amp;#8217;ve been a member of several gyms over the years but in all honesty, I&amp;#8217;ve never been very good at actually going to them. I start off pretty good but after a few weeks I lose interest and like most people, my gym gear sits in the corner of my room gathering dust. Excuse after [...]&lt;img src="http://feeds.feedburner.com/~r/codefrenzy/~4/9xMBotd_tNE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.codefrenzy.net/2011/12/28/my-running-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codefrenzy.net/2011/12/28/my-running-log/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=my-running-log</feedburner:origLink></item>
		<item>
		<title>What I learnt at University</title>
		<link>http://feedproxy.google.com/~r/codefrenzy/~3/9MDf8w6d_gs/</link>
		<comments>http://www.codefrenzy.net/2011/12/06/what-i-learnt-at-university/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 23:00:49 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=708</guid>
		<description>I had a great time at uni. I spent 4 years working my ass off trying to do as well as I could in my sometimes-impossibly-hard Comp Sci and Maths courses. Sure, I also met a lot of fun people, did a lot of fun stuff, held down a part-time Comp Sci tutor job and [...]&lt;img src="http://feeds.feedburner.com/~r/codefrenzy/~4/9MDf8w6d_gs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.codefrenzy.net/2011/12/06/what-i-learnt-at-university/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.codefrenzy.net/2011/12/06/what-i-learnt-at-university/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=what-i-learnt-at-university</feedburner:origLink></item>
		<item>
		<title>Software deployment processes</title>
		<link>http://feedproxy.google.com/~r/codefrenzy/~3/L9LFuiDdKYo/</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>During my career as a Software Engineer, I have seen a variety of different approaches to &amp;#8216;deployments&amp;#8217;. This is one aspect of the software development life cycle that wasn&amp;#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 [...]&lt;img src="http://feeds.feedburner.com/~r/codefrenzy/~4/L9LFuiDdKYo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.codefrenzy.net/2011/10/28/software-deployment-processes/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.codefrenzy.net/2011/10/28/software-deployment-processes/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=software-deployment-processes</feedburner:origLink></item>
		<item>
		<title>Deploying ASP.NET MVC 3 to IIS 6</title>
		<link>http://feedproxy.google.com/~r/codefrenzy/~3/c3goy7EQLUQ/</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>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&amp;#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&amp;#8230; but it wasn&amp;#8217;t. This isn&amp;#8217;t a step [...]&lt;img src="http://feeds.feedburner.com/~r/codefrenzy/~4/c3goy7EQLUQ" height="1" width="1"/&gt;</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>
		<feedburner:origLink>http://www.codefrenzy.net/2011/10/19/deploying-asp-net-mvc-3-to-iis-6/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=deploying-asp-net-mvc-3-to-iis-6</feedburner:origLink></item>
		<item>
		<title>A generic implementation of the Repository Pattern for LINQ to SQL</title>
		<link>http://feedproxy.google.com/~r/codefrenzy/~3/9oG9gi9i178/</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>Back in 2008 I started working on a project at home which never really went anywhere. It&amp;#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 [...]&lt;img src="http://feeds.feedburner.com/~r/codefrenzy/~4/9oG9gi9i178" height="1" width="1"/&gt;</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>
		<feedburner:origLink>http://www.codefrenzy.net/2011/10/06/a-generic-implementation-of-the-repository-pattern-for-linq-to-sql/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=a-generic-implementation-of-the-repository-pattern-for-linq-to-sql</feedburner:origLink></item>
		<item>
		<title>CLR Versioning and Side-by-Side Execution – .NET 2.0 to .NET 3.5 and .NET 3.5 to .NET 4.0</title>
		<link>http://feedproxy.google.com/~r/codefrenzy/~3/FO0-Q50p-V8/</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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/codefrenzy/~4/FO0-Q50p-V8" height="1" width="1"/&gt;</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>
		<feedburner:origLink>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&amp;utm_medium=rss&amp;utm_campaign=clr-versioning-and-side-by-side-execution-net-2-0-to-net-3-5-and-net-3-5-to-net-4-0</feedburner:origLink></item>
		<item>
		<title>How to install SQL Server 2008 Management Studio</title>
		<link>http://feedproxy.google.com/~r/codefrenzy/~3/vPzUl2EZlvI/</link>
		<comments>http://www.codefrenzy.net/2011/06/03/how-to-install-sql-server-2008-management-studio/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 10:49:10 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=494</guid>
		<description>I have a distinct feeling of déjà vu. However, I know I&amp;#8217;m not dreaming because I&amp;#8217;ve written about installing SQL Server Management Studio before, but last time it was for SQL Server 2005. Why oh why is it so complicated to install this piece of software!? This time I installed Visual Studio 2010 first, which [...]&lt;img src="http://feeds.feedburner.com/~r/codefrenzy/~4/vPzUl2EZlvI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.codefrenzy.net/2011/06/03/how-to-install-sql-server-2008-management-studio/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		<feedburner:origLink>http://www.codefrenzy.net/2011/06/03/how-to-install-sql-server-2008-management-studio/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-install-sql-server-2008-management-studio</feedburner:origLink></item>
	</channel>
</rss>

