<?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: About</title>
	<atom:link href="http://sarafianalex.wordpress.com/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://sarafianalex.wordpress.com</link>
	<description>Adventures in C# Land and some SQL</description>
	<lastBuildDate>Thu, 03 Sep 2009 16:12:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sarafian Alex</title>
		<link>http://sarafianalex.wordpress.com/about/#comment-106</link>
		<dc:creator>Sarafian Alex</dc:creator>
		<pubDate>Fri, 03 Apr 2009 14:28:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-106</guid>
		<description>Harald I&#039;m guessing you are talking about my article on codeproject?

I clicked the link on the source and it worked.

Anyway anyone who needs my comments about that article can comment on the article on codeproject it self

Thank you all.</description>
		<content:encoded><![CDATA[<p>Harald I&#8217;m guessing you are talking about my article on codeproject?</p>
<p>I clicked the link on the source and it worked.</p>
<p>Anyway anyone who needs my comments about that article can comment on the article on codeproject it self</p>
<p>Thank you all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald B.</title>
		<link>http://sarafianalex.wordpress.com/about/#comment-105</link>
		<dc:creator>Harald B.</dc:creator>
		<pubDate>Fri, 03 Apr 2009 13:52:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-105</guid>
		<description>Hey
I have looked to your article: Typed Dataset  Linq Entities. And found it very cool - So is there any kind of source code you could provide, to use the same idea in my project? - The link on the site is broken and so, I hope you can give me some help.
THX</description>
		<content:encoded><![CDATA[<p>Hey<br />
I have looked to your article: Typed Dataset  Linq Entities. And found it very cool &#8211; So is there any kind of source code you could provide, to use the same idea in my project? &#8211; The link on the site is broken and so, I hope you can give me some help.<br />
THX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarafian Alex</title>
		<link>http://sarafianalex.wordpress.com/about/#comment-65</link>
		<dc:creator>Sarafian Alex</dc:creator>
		<pubDate>Fri, 22 Aug 2008 13:05:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-65</guid>
		<description>Michael Hello
Unfortunately there has so much time since I have used this library because we don&#039;t use it.

I would really like to help you as soon as possible but due to workload, I can&#039;t promise you anything.

But if you find anything please, inform me. 
Thank you in advance.

Sorry.</description>
		<content:encoded><![CDATA[<p>Michael Hello<br />
Unfortunately there has so much time since I have used this library because we don&#8217;t use it.</p>
<p>I would really like to help you as soon as possible but due to workload, I can&#8217;t promise you anything.</p>
<p>But if you find anything please, inform me.<br />
Thank you in advance.</p>
<p>Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://sarafianalex.wordpress.com/about/#comment-64</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 22 Aug 2008 12:41:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-64</guid>
		<description>Hi Alex,

I&#039;ve enjoyed testing your solution for the Typed Data Set LINQ Entities scenario. It works for updates and deletes, but I have a problem getting it to work for inserts.

//this is the code that I&#039;m using for the test
            var db = new LinqTestService();
            DsLinqTest ds = db.GetDsFromID(2);
            ds.RootElement[0].ExtraInfo = &quot;New value&quot;; //this is updated ok.
            var newrow = ds.SubRootElement.NewSubRootElementRow();
            newrow.Name = &quot;SubRoot2&quot;;
            newrow.RootElementRow = ds.RootElement[0];
            ds.SubRootElement.AddSubRootElementRow(newrow); //after the save, the value is not inserted into the database
            db.SaveDs(ds);

I would be more than happy to hear from you soon.

Thanks allot,
Michael</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>I&#8217;ve enjoyed testing your solution for the Typed Data Set LINQ Entities scenario. It works for updates and deletes, but I have a problem getting it to work for inserts.</p>
<p>//this is the code that I&#8217;m using for the test<br />
            var db = new LinqTestService();<br />
            DsLinqTest ds = db.GetDsFromID(2);<br />
            ds.RootElement[0].ExtraInfo = &#8220;New value&#8221;; //this is updated ok.<br />
            var newrow = ds.SubRootElement.NewSubRootElementRow();<br />
            newrow.Name = &#8220;SubRoot2&#8243;;<br />
            newrow.RootElementRow = ds.RootElement[0];<br />
            ds.SubRootElement.AddSubRootElementRow(newrow); //after the save, the value is not inserted into the database<br />
            db.SaveDs(ds);</p>
<p>I would be more than happy to hear from you soon.</p>
<p>Thanks allot,<br />
Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>
