<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: LINQ really is hot stuff for .NET developers.</title>
	<atom:link href="http://www.jeff.wilcox.name/2008/08/late-to-the-linq-party/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2008/08/late-to-the-linq-party/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Links For August 19th 2008 &#124; .Net</title>
		<link>http://www.jeff.wilcox.name/2008/08/late-to-the-linq-party/comment-page-1/#comment-364</link>
		<dc:creator>Links For August 19th 2008 &#124; .Net</dc:creator>
		<pubDate>Wed, 20 Aug 2008 06:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/08/19/late-to-the-linq-party/#comment-364</guid>
		<description>[...] LINQ: A Beginners Guide to use LINQ to SQL within ASP.NET in Visual Studio 2008 and CSharp(C#). LINQ really is hot stuff for .NET developers. [...]</description>
		<content:encoded><![CDATA[<p>[...] LINQ: A Beginners Guide to use LINQ to SQL within ASP.NET in Visual Studio 2008 and CSharp(C#). LINQ really is hot stuff for .NET developers. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Hexter</title>
		<link>http://www.jeff.wilcox.name/2008/08/late-to-the-linq-party/comment-page-1/#comment-361</link>
		<dc:creator>Eric Hexter</dc:creator>
		<pubDate>Wed, 20 Aug 2008 04:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/08/19/late-to-the-linq-party/#comment-361</guid>
		<description>regarding the use of var.....

I have settled on (for production code) using var when I am instantiating a new instance or when I make a call to an IoC or mocking container and I am specifing the return type .....

var foo = IoC.Get();

now for unit tests... I tend to be more liberal with my use of var.  It really speeds up refactoring tests when you can just let the var decleration ride....</description>
		<content:encoded><![CDATA[<p>regarding the use of var&#8230;..</p>
<p>I have settled on (for production code) using var when I am instantiating a new instance or when I make a call to an IoC or mocking container and I am specifing the return type &#8230;..</p>
<p>var foo = IoC.Get();</p>
<p>now for unit tests&#8230; I tend to be more liberal with my use of var.  It really speeds up refactoring tests when you can just let the var decleration ride&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

