<?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>Abhinav Vora's Weblog &#187; .net</title>
	<atom:link href="http://blog.abhinavvora.com/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.abhinavvora.com</link>
	<description>Contextualizing the World!</description>
	<lastBuildDate>Thu, 24 Jun 2010 18:27:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Linq to SQL</title>
		<link>http://blog.abhinavvora.com/2009/07/linq-to-sql/</link>
		<comments>http://blog.abhinavvora.com/2009/07/linq-to-sql/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 19:03:55 +0000</pubDate>
		<dc:creator>abhinav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.abhinavvora.com/2009/07/linq-to-sql/</guid>
		<description><![CDATA[Linq is a great .NET technology for accessing data across a variety of data sources. Visual Studio and Linq make the task of manipulating data in SQL Server super easy in your .NET program. I highly recommend it! A word of caution though. Make sure to re-generate your Linq to SQL classes upon ANY change [...]]]></description>
			<content:encoded><![CDATA[<p>Linq is a great .NET technology for accessing data across a variety of data sources. Visual Studio and Linq make the task of manipulating data in SQL Server super easy in your .NET program. I highly recommend it!</p>
<p>A word of caution though. Make sure to re-generate your Linq to SQL classes upon ANY change to the database tables, otherwise you will start getting error messages that don&#8217;t always make sense. One way to avoid the problem is to use the <a href="http://msdn.microsoft.com/en-us/library/bb386987.aspx" target="_blank">SQLMetal </a>tool as a pre-build command to automatically re-generate Linq classes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abhinavvora.com/2009/07/linq-to-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
