<?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>ASP, programming, etc</title>
	<atom:link href="http://blechie.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blechie.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 Jun 2010 21:15:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blog Code Formating</title>
		<link>http://blechie.com/blog-code-formating/</link>
		<comments>http://blechie.com/blog-code-formating/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 21:15:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blechie.com/?p=8</guid>
		<description><![CDATA[Writing articles in my blog makes me feel so important, but Copy -&#62; Paste turns my beautiful code into mangled spaghetti.  This handy little tool Copy Source As Html helps me preserve my code when posting in the blog.
]]></description>
			<content:encoded><![CDATA[<p>Writing articles in my blog makes me feel so important, but Copy -&gt; Paste turns my beautiful code into mangled spaghetti.  This handy little tool Copy Source As Html helps me preserve my code when posting in the blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blechie.com/blog-code-formating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.Net Stored Procedures</title>
		<link>http://blechie.com/net-stored-procedures/</link>
		<comments>http://blechie.com/net-stored-procedures/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 21:14:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blechie.com/?p=6</guid>
		<description><![CDATA[Read a good article in Visual Studio Magazine titled Build SQL CLR Objects With .NET Very interesting read about using .Net languages to write stored procedures, functions, and triggers for SQL Server 2005.  It is easy to see the benefit of leveraging the built in Framework API in store procedures.  But this always [...]]]></description>
			<content:encoded><![CDATA[<p>Read a good article in Visual Studio Magazine titled Build SQL CLR Objects With .NET Very interesting read about using .Net languages to write stored procedures, functions, and triggers for SQL Server 2005.  It is easy to see the benefit of leveraging the built in Framework API in store procedures.  But this always makes me ask the questions, “Should I be writting complicated stored procedures?”<br />
The goal of tiered design is to seperate code into layers traditionally presentation, business, and data.  If I need .Net to write my store procedure, am I incorporating too much business logic in my data layer?  Willie and I go back and for over each other&#8217;s code asking, should this be in this layer or that layer?  The bottom line question usually ends up being “Does it work?”</p>
<p>Here is the conundrum, most apps I write are not enterprise apps and will never service more than 100 users.  But does that mean I should abandon good code practice?  With tools like CodeSmith, if I can design a database, I can create three clean, well definied code layers with the click of a button.</p>
<p>I guess my point is features like .Net in SQL Server make it too easy for programmers to abandon good application architecture that is preached in every school and debated on every code related website.</p>
]]></content:encoded>
			<wfw:commentRss>http://blechie.com/net-stored-procedures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Journey</title>
		<link>http://blechie.com/a-new-journey/</link>
		<comments>http://blechie.com/a-new-journey/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 21:13:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blechie.com/a-new-journey/</guid>
		<description><![CDATA[Captain&#8217;s Blog stardate 20041223.6- My first blog is made possible by Willie Tilton. Thank&#8217;s Willie, but you&#8217;ll most likely regret it. Hopefully someday someone will stumble upon an entry in this blog and say, &#8220;That was worth the 25 seconds it took to read.&#8221; No promises though.
]]></description>
			<content:encoded><![CDATA[<p>Captain&#8217;s Blog stardate 20041223.6- My first blog is made possible by Willie Tilton. Thank&#8217;s Willie, but you&#8217;ll most likely regret it. Hopefully someday someone will stumble upon an entry in this blog and say, &#8220;That was worth the 25 seconds it took to read.&#8221; No promises though.</p>
]]></content:encoded>
			<wfw:commentRss>http://blechie.com/a-new-journey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
