<?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>typemismatch &#187; .NET</title>
	<atom:link href="http://www.typemismatch.com/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typemismatch.com</link>
	<description>just a projection of my own imagination</description>
	<lastBuildDate>Thu, 29 Dec 2011 18:20:50 +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>Visual Studio 2010 with Parallels</title>
		<link>http://www.typemismatch.com/2009/11/24/visual-studio-2010-with-parallels/</link>
		<comments>http://www.typemismatch.com/2009/11/24/visual-studio-2010-with-parallels/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 21:57:49 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[parallels]]></category>
		<category><![CDATA[vs2010]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2009/11/24/visual-studio-2010-with-parallels/</guid>
		<description><![CDATA[So for those who run Windows 7 natively this isn&#8217;t really an issue. For those of us who want to run on a Mac and have been frustrated with the failure of Fusion 3, go give Parallels Desktop 5 a try. I made the mistake of assuming vmware would do a good job with Fusion [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2009/11/24/visual-studio-2010-with-parallels/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What kind of error handling is this?</title>
		<link>http://www.typemismatch.com/2008/10/17/what-kind-of-error-handling-is-this/</link>
		<comments>http://www.typemismatch.com/2008/10/17/what-kind-of-error-handling-is-this/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 03:57:13 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Bad Code]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2008/10/17/what-kind-of-error-handling-is-this/</guid>
		<description><![CDATA[You&#8217;d be surprised the things that can be found during basic code reviews :) Once I found a pen I thought I&#8217;d lost &#8230; :) in all seriousness though, nothing drives me more crazy than seeing the following. try { // some code } catch (Exception e) { throw e; } I could scream! and [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2008/10/17/what-kind-of-error-handling-is-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I present, &#8220;Linq Alias Generator&#8221;</title>
		<link>http://www.typemismatch.com/2008/01/22/i-present-linq-alias-generator/</link>
		<comments>http://www.typemismatch.com/2008/01/22/i-present-linq-alias-generator/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 03:20:28 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VS 2008]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2008/01/22/i-present-linq-alias-generator/</guid>
		<description><![CDATA[Here is a small project I thought others might find as useful as I have. We all know how hard it is to find a decently written schema these days especially when you inherit a project. Well why carry those ugly column names into code? This generator will create nice names for your columns while [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2008/01/22/i-present-linq-alias-generator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MVC and Test Driven Development</title>
		<link>http://www.typemismatch.com/2007/12/13/mvc-and-test-driven-development/</link>
		<comments>http://www.typemismatch.com/2007/12/13/mvc-and-test-driven-development/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 04:04:57 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[VS 2008]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2007/12/13/mvc-and-test-driven-development/</guid>
		<description><![CDATA[Well shortly after the release of VS 2008 Microsoft have released an MVC extension for Visual Studio. It is long overdue but never the less great to get! One funny point to note and maybe it&#8217;s just because the release is only CTP but the test framework of VS 2008 cannot test a controller out-the-box [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2007/12/13/mvc-and-test-driven-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mafooku now integrates with Twitter!</title>
		<link>http://www.typemismatch.com/2007/12/05/mafooku-now-integrates-with-twitter/</link>
		<comments>http://www.typemismatch.com/2007/12/05/mafooku-now-integrates-with-twitter/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 04:51:37 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ECommerce]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2007/12/05/mafooku-now-integrates-with-twitter/</guid>
		<description><![CDATA[Yup we sure do. For those who use Mafooku to sell their products online, every product that hits the top 10 gets automatically sent to Twitter so those who follow Mafooku there can see your stuff. Of course since each product posted gets a turn on the home page everybody is getting some good coverage. [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2007/12/05/mafooku-now-integrates-with-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools are the next programming paradigm &#8230;</title>
		<link>http://www.typemismatch.com/2007/11/25/tools-are-the-next-programming-paradigm/</link>
		<comments>http://www.typemismatch.com/2007/11/25/tools-are-the-next-programming-paradigm/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 19:19:20 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2007/11/25/tools-are-the-next-programming-paradigm/</guid>
		<description><![CDATA[&#8220;Code Generation&#8221; tools to be more specific. Let me clarify that firstly. I&#8217;m not talking about tools that just take away programmer&#8217;s jobs &#8211; I don&#8217;t see anything that would suggest that is currently possible. I&#8217;m more interested in tools that just do what we keep repeating. If you haven&#8217;t discovered code productivity tools yet [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2007/11/25/tools-are-the-next-programming-paradigm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools: Productivity Tools / Generators</title>
		<link>http://www.typemismatch.com/2007/11/25/tools-productivity-tools-generators/</link>
		<comments>http://www.typemismatch.com/2007/11/25/tools-productivity-tools-generators/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 15:18:46 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2007/11/25/tools-productivity-tools-generators/</guid>
		<description><![CDATA[There are many tools out there for developers and I&#8217;ll probably write some more later about some ORM tools I use often and that save a ton of time. This article is about a more generic tool, something that can help you no matter what kind of code you&#8217;re writing. These are productivity tools and/or [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2007/11/25/tools-productivity-tools-generators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools: .NET Profilers</title>
		<link>http://www.typemismatch.com/2007/11/24/tools-net-profilers/</link>
		<comments>http://www.typemismatch.com/2007/11/24/tools-net-profilers/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 13:56:35 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2007/11/24/tools-net-profilers/</guid>
		<description><![CDATA[This post is part of my series on development tools. There are way to many companies out there that do not offer their developers any tools what-so-ever and it is a real shame. If you&#8217;re a lone ranger then you need to get some cash and get these tools. If you want to write high [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2007/11/24/tools-net-profilers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t do this: Exception Handling</title>
		<link>http://www.typemismatch.com/2007/11/23/dont-do-this-exception-handling/</link>
		<comments>http://www.typemismatch.com/2007/11/23/dont-do-this-exception-handling/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 03:16:20 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Bad Code]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2007/11/23/dont-do-this-exception-handling/</guid>
		<description><![CDATA[I work with a lot of .NET developers and hey even some Java ones from time to time ;) We&#8217;ve all done some dumb things and we all write bugs but the following is a recurring issue I find and I wish I knew where people were learning this. try { // do something bad [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2007/11/23/dont-do-this-exception-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 tricks, where are they?</title>
		<link>http://www.typemismatch.com/2007/11/14/visual-studio-2005-tricks-where-are-they/</link>
		<comments>http://www.typemismatch.com/2007/11/14/visual-studio-2005-tricks-where-are-they/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 04:14:30 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[VS 2005]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2007/11/14/visual-studio-2005-tricks-where-are-they/</guid>
		<description><![CDATA[I hope you&#8217;re still not using Visual Studio 2003, if you are you need to get another job :) I want to talk about the hidden powers of VS 2005. Every now and then we get a good blog posting from someone at MS with tips on how to increase performance or do this or [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2007/11/14/visual-studio-2005-tricks-where-are-they/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

