<?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>willcodeforcoffee.com &#187; Ruby on Rails</title>
	<atom:link href="http://willcodeforcoffee.com/category/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://willcodeforcoffee.com</link>
	<description>The personal programming blog of Eric Hoff.</description>
	<lastBuildDate>Wed, 18 Jan 2012 20:03:51 +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>LINQ to SQL: The Most Powerful .NET Feature Since C# Attributes</title>
		<link>http://willcodeforcoffee.com/2007/09/13/linq-to-sql-the-most-powerful-net-feature-since-c-attributes/</link>
		<comments>http://willcodeforcoffee.com/2007/09/13/linq-to-sql-the-most-powerful-net-feature-since-c-attributes/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 18:47:10 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://willcodeforcoffee.com/?p=21</guid>
		<description><![CDATA[Today I was reading Scott Guthrie&#8217;s blog post about the LINQ to SQL. IMHO LINQ looks like the best tool for .NET since C# Attributes! Since the .NET LINQ to SQL Designer will compile a database context for you we&#8217;ll &#8230; <a href="http://willcodeforcoffee.com/2007/09/13/linq-to-sql-the-most-powerful-net-feature-since-c-attributes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I was reading <a href="http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx" target="_blank">Scott Guthrie&#8217;s blog post about the LINQ to SQL</a>.  IMHO LINQ looks like the best tool for .NET since C# Attributes!  Since the .NET LINQ to SQL Designer will compile a database context for you we&#8217;ll never have to write stupid unit tests just to check if a query works (note: I said <em>stupid</em> unit tests).  You&#8217;ll know the query works by the old programming myth &#8220;Well it must work, it compiled!&#8221;.  Obviously we&#8217;ll still have to test some queries, but you know what I mean.  You change a column name or drop a column from a table and sometimes you don&#8217;t know what parts of the application you broke until either your unit test fails, or if your unit test wasn&#8217;t explicit and specific enough, when your customer complains that the report isn&#8217;t working anymore.</p>
<p>Ever since Ruby on Rails came out and I actually learned it I lost my enchantment with ASP.NET &#8211; until now.  Ruby on Rails still blows my mind with how easy it is to use, but I&#8217;m really happy that .NET now includes the AJAX framework and this excellent query tool.</p>
<p>The only thing I want from .NET now is Database Migrations in C# a la Ruby on Rails.</p>
]]></content:encoded>
			<wfw:commentRss>http://willcodeforcoffee.com/2007/09/13/linq-to-sql-the-most-powerful-net-feature-since-c-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

