<?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"
	>

<channel>
	<title>Kevin.Deenanauth;</title>
	<atom:link href="http://kevin.deenanauth.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevin.deenanauth.com</link>
	<description>technology and culture</description>
	<pubDate>Wed, 19 Jan 2011 03:28:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Modeling Information: Part 2 - Logical leap</title>
		<link>http://kevin.deenanauth.com/2011/01/modeling-information-part-2-logical-leap/</link>
		<comments>http://kevin.deenanauth.com/2011/01/modeling-information-part-2-logical-leap/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 03:28:57 +0000</pubDate>
		<dc:creator>Kevin Deenanauth</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kevin.deenanauth.com/?p=27</guid>
		<description><![CDATA[I love alliteration!
In my previous post I talked about the common programmer&#8217;s sin of pushing the logical model into the physical model.  In this post, I want to make the argument that because of this most of the time a physical database is no different than what we traditionally call &#8220;unstructured data.&#8221;  Further, what we [...]]]></description>
		<wfw:commentRss>http://kevin.deenanauth.com/2011/01/modeling-information-part-2-logical-leap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Modeling Information: Part 1 - The programmer&#8217;s trick</title>
		<link>http://kevin.deenanauth.com/2008/12/modeling-information-part-1-the-programmers-trick/</link>
		<comments>http://kevin.deenanauth.com/2008/12/modeling-information-part-1-the-programmers-trick/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 00:37:35 +0000</pubDate>
		<dc:creator>Kevin Deenanauth</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kevin.deenanauth.com/?p=20</guid>
		<description><![CDATA[My latest project at work has lead me down an unexpected road of wrapping my head around modeling information from a very high level.  It&#8217;s made me realize a lot of my own past mistakes of overlooking the obvious.  As a self-taught programmer, I&#8217;ve picked up some very fundamental bad habits.  Since I&#8217;m a programmer, I&#8217;m [...]]]></description>
		<wfw:commentRss>http://kevin.deenanauth.com/2008/12/modeling-information-part-1-the-programmers-trick/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Visual Studio Macro for Sentence Case</title>
		<link>http://kevin.deenanauth.com/2008/05/visual-studio-macro-for-sentence-case/</link>
		<comments>http://kevin.deenanauth.com/2008/05/visual-studio-macro-for-sentence-case/#comments</comments>
		<pubDate>Wed, 07 May 2008 20:10:00 +0000</pubDate>
		<dc:creator>Kevin Deenanauth</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kevin.deenanauth.com/?p=18</guid>
		<description><![CDATA[I can&#8217;t believe I couldn&#8217;t find this, so I wrote one:

    Sub SentenceCase()
        Dim textSelection As EnvDTE.TextSelection
        Dim newString As String = ""
        Dim firstCase As Boolean = False

   [...]]]></description>
		<wfw:commentRss>http://kevin.deenanauth.com/2008/05/visual-studio-macro-for-sentence-case/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Blag</title>
		<link>http://kevin.deenanauth.com/2008/04/new-blag/</link>
		<comments>http://kevin.deenanauth.com/2008/04/new-blag/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 04:45:28 +0000</pubDate>
		<dc:creator>Kevin Deenanauth</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[rambling]]></category>

		<guid isPermaLink="false">http://kevin.deenanauth.com/?p=17</guid>
		<description><![CDATA[Previously I had Serendipity, but I decided to go mainstream with Wordpress.  The interface is a lot more fun to use out of the box which hopefully means I&#8217;d update this more.   It was ridiculously easy to switch since it will import blogs via RSS feed.
I signed up for Akismet since in [...]]]></description>
		<wfw:commentRss>http://kevin.deenanauth.com/2008/04/new-blag/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SubSonic Benchmarks</title>
		<link>http://kevin.deenanauth.com/2008/03/subsonic/</link>
		<comments>http://kevin.deenanauth.com/2008/03/subsonic/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 03:18:09 +0000</pubDate>
		<dc:creator>Kevin Deenanauth</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.deenanauth.com/index.php?/archives/9-guid.html</guid>
		<description><![CDATA[I&#8217;ve started using an open source project at work called SubSonc.  It&#8217;s a combination ORM and code generation tool for creating your DAL in .NET.   It looks at your database and creates classes with CRUD functions for every table.  Out of the box with no configuration.  The best part is [...]]]></description>
		<wfw:commentRss>http://kevin.deenanauth.com/2008/03/subsonic/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

