<?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>Beautiful Futility &#187; LinqToSql</title>
	<atom:link href="http://beautifulfutility.com/index.php/tag/linqtosql/feed/" rel="self" type="application/rss+xml" />
	<link>http://beautifulfutility.com</link>
	<description>Cynicism is humor in ill health. H.G. Wells</description>
	<lastBuildDate>Sun, 18 Jul 2010 03:22:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linq to Sql Won&#8217;t Generate Partial Methods for View</title>
		<link>http://beautifulfutility.com/index.php/2009/11/23/linq-to-sql-wont-generate-partial-methods-for-view/</link>
		<comments>http://beautifulfutility.com/index.php/2009/11/23/linq-to-sql-wont-generate-partial-methods-for-view/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 18:37:58 +0000</pubDate>
		<dc:creator>KevDog</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[LinqToSql]]></category>

		<guid isPermaLink="false">http://beautifulfutility.com/?p=308</guid>
		<description><![CDATA[So let&#8217;s say that you drag your view onto the design surface in L2S. Why, you ask, aren&#8217;t there the extensibility methods for OnCreated() and the rest of the INotifyPropertyChanged interface?
Because a view doesn&#8217;t have a primary key and without one there is nothing to track.
Set a PK, save, and watch the magic happen.
]]></description>
			<content:encoded><![CDATA[<p>So let&#8217;s say that you drag your view onto the design surface in L2S. Why, you ask, aren&#8217;t there the extensibility methods for OnCreated() and the rest of the INotifyPropertyChanged interface?</p>
<p>Because a view doesn&#8217;t have a primary key and without one there is nothing to track.</p>
<p>Set a PK, save, and watch the magic happen.</p>
]]></content:encoded>
			<wfw:commentRss>http://beautifulfutility.com/index.php/2009/11/23/linq-to-sql-wont-generate-partial-methods-for-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
