<?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: Babysteps: LINQ To SQL</title>
	<atom:link href="http://www.suddenelfilio.net/2007/08/03/babysteps-linq-to-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suddenelfilio.net/2007/08/03/babysteps-linq-to-sql/</link>
	<description>Passionate about software development</description>
	<lastBuildDate>Tue, 10 Jan 2012 13:58:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: T Lanier</title>
		<link>http://www.suddenelfilio.net/2007/08/03/babysteps-linq-to-sql/comment-page-1/#comment-93</link>
		<dc:creator>T Lanier</dc:creator>
		<pubDate>Sun, 23 Dec 2007 18:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://suddenelfilio.wordpress.com/2007/08/03/babysteps-linq-to-sql/#comment-93</guid>
		<description>var ctr = (from c in countries
           select new Country()
{ ISO = c.sISOCode, Name = c.sName, InsertDate = DateTime.Now }).AsEnumerable();


            db.Countries.InsertAllOnSubmit(ctr);

            db.SubmitChanges();</description>
		<content:encoded><![CDATA[<p>var ctr = (from c in countries<br />
           select new Country()<br />
{ ISO = c.sISOCode, Name = c.sName, InsertDate = DateTime.Now }).AsEnumerable();</p>
<p>            db.Countries.InsertAllOnSubmit(ctr);</p>
<p>            db.SubmitChanges();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juliam</title>
		<link>http://www.suddenelfilio.net/2007/08/03/babysteps-linq-to-sql/comment-page-1/#comment-92</link>
		<dc:creator>Juliam</dc:creator>
		<pubDate>Fri, 23 Nov 2007 18:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://suddenelfilio.wordpress.com/2007/08/03/babysteps-linq-to-sql/#comment-92</guid>
		<description>I&#039;ve tried the code in VWD 2008, however, the compiler returns an error: &quot;System.Data.Linq.Table does not contain a definition for AddAll...&quot;

What i&#039;m missing?

P.S. i&#039;m a noob :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried the code in VWD 2008, however, the compiler returns an error: &#8220;System.Data.Linq.Table does not contain a definition for AddAll&#8230;&#8221;</p>
<p>What i&#8217;m missing?</p>
<p>P.S. i&#8217;m a noob <img src='http://www.suddenelfilio.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

