<?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>imaginekitty &#187; LINQ</title>
	<atom:link href="http://imaginekitty.com/category/programming/aspnet/c-sharp/linq/feed/" rel="self" type="application/rss+xml" />
	<link>http://imaginekitty.com</link>
	<description>Web Standards Discussion</description>
	<lastBuildDate>Mon, 02 Apr 2012 00:46:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SCOPE_IDENTITY() with LINQ</title>
		<link>http://imaginekitty.com/576/scope_identity-with-linq/</link>
		<comments>http://imaginekitty.com/576/scope_identity-with-linq/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 15:58:59 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://imaginekitty.com/?p=576</guid>
		<description><![CDATA[While reading about a recent question concerning @@Identity and the reasons to use SCOPE_IDENTITY() instead I experimented with LINQ to get the SCOPE_IDENTITY() results. using (var dbc = new siteDataContext()) { dbc.Log = Console.Out; repertoire newSkill = new repertoire { skill = "a new item" }; dbc.repertoires.InsertOnSubmit(newSkill); dbc.SubmitChanges(); Console.Write(newSkill.id.ToString()); } It seems that calling the [...]]]></description>
		<wfw:commentRss>http://imaginekitty.com/576/scope_identity-with-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working on Bible Verse Tags for ASP.NET (C#)</title>
		<link>http://imaginekitty.com/350/working-on-bible-verse-tags-for-aspnet-c/</link>
		<comments>http://imaginekitty.com/350/working-on-bible-verse-tags-for-aspnet-c/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 05:40:58 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Bible tags]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Christianity]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Bible Tags]]></category>

		<guid isPermaLink="false">http://imaginekitty.com/?p=350</guid>
		<description><![CDATA[To do: build Regex to detect bible verses in tags put in named back-references find a way to choose different tables with LINQ make it work for an entire chapter add error messages move it to a class file instead of in the page run it from the filterText method if IndexOf(&#8220;[bible]&#8220;) !=-1 fix toVerse [...]]]></description>
		<wfw:commentRss>http://imaginekitty.com/350/working-on-bible-verse-tags-for-aspnet-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

