<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Change tracking in LINQ to SQL</title>
	<atom:link href="http://freekleemhuis.com/2008/03/24/change-tracking-in-linq-to-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://freekleemhuis.com/2008/03/24/change-tracking-in-linq-to-sql/</link>
	<description>SoftWear 'n Tears</description>
	<lastBuildDate>Mon, 24 Oct 2011 20:02:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Freek Leemhuis</title>
		<link>http://freekleemhuis.com/2008/03/24/change-tracking-in-linq-to-sql/#comment-23</link>
		<dc:creator><![CDATA[Freek Leemhuis]]></dc:creator>
		<pubDate>Thu, 27 Mar 2008 07:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://freekleemhuis.wordpress.com/?p=34#comment-23</guid>
		<description><![CDATA[Hi TechSaint,
It&#039;s not fair to say there isn&#039;t any change tracking. There&#039;s actually excellent change tracking, if you stay within the tier your datacontext lives. It&#039;s on the datacontext that all changes are recorded, and typically if you want to push your data classes out across a tier boundary, you&#039;d disconnect them from the datacontext and therefore lose change tracking.

regards, Freek]]></description>
		<content:encoded><![CDATA[<p>Hi TechSaint,<br />
It&#8217;s not fair to say there isn&#8217;t any change tracking. There&#8217;s actually excellent change tracking, if you stay within the tier your datacontext lives. It&#8217;s on the datacontext that all changes are recorded, and typically if you want to push your data classes out across a tier boundary, you&#8217;d disconnect them from the datacontext and therefore lose change tracking.</p>
<p>regards, Freek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechSaint</title>
		<link>http://freekleemhuis.com/2008/03/24/change-tracking-in-linq-to-sql/#comment-15</link>
		<dc:creator><![CDATA[TechSaint]]></dc:creator>
		<pubDate>Wed, 26 Mar 2008 15:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://freekleemhuis.wordpress.com/?p=34#comment-15</guid>
		<description><![CDATA[I had been trying to figure out where all the change tracking was located in linq, i guess there isnt any. I had assumed (yeah, those darn assumptions) that since datasets had change tracking,   linq to SQL would of course have it! Thanks for the info!]]></description>
		<content:encoded><![CDATA[<p>I had been trying to figure out where all the change tracking was located in linq, i guess there isnt any. I had assumed (yeah, those darn assumptions) that since datasets had change tracking,   linq to SQL would of course have it! Thanks for the info!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

