<?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>Mon, 23 Aug 2010 01:43:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.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>
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.abhinavvora.com%2F2009%2F07%2Flinq-to-sql%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></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>

