<?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"
	>
<channel>
	<title>Comments on: SqlLite Linq Provider</title>
	<atom:link href="http://kubasik.net/blog/2007/10/25/sqllite-linq-provider/feed/" rel="self" type="application/rss+xml" />
	<link>http://kubasik.net/blog/2007/10/25/sqllite-linq-provider/</link>
	<description>A Place For My Mind to Wander</description>
	<pubDate>Mon, 06 Oct 2008 11:29:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Jlove</title>
		<link>http://kubasik.net/blog/2007/10/25/sqllite-linq-provider/#comment-53704</link>
		<dc:creator>Jlove</dc:creator>
		<pubDate>Thu, 07 Aug 2008 17:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/2007/10/25/sqllite-linq-provider/#comment-53704</guid>
		<description>What dont you like DB the linq db? I found that after reading the tutorials at linqhelp.com I was able to get the data out of the db pretty easy.</description>
		<content:encoded><![CDATA[<p>What dont you like DB the linq db? I found that after reading the tutorials at linqhelp.com I was able to get the data out of the db pretty easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mono GSOC Projects: Linq to SQLite &#124; For Once I Oneder</title>
		<link>http://kubasik.net/blog/2007/10/25/sqllite-linq-provider/#comment-28227</link>
		<dc:creator>Mono GSOC Projects: Linq to SQLite &#124; For Once I Oneder</dc:creator>
		<pubDate>Thu, 01 May 2008 08:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/2007/10/25/sqllite-linq-provider/#comment-28227</guid>
		<description>[...] get in touch with the mentor/student of this project and share my experience (as the author of the current LINQ to SQLite component ). But contact info seemed hard to come by, so I thought I would post what I had [...]</description>
		<content:encoded><![CDATA[<p>[...] get in touch with the mentor/student of this project and share my experience (as the author of the current LINQ to SQLite component ). But contact info seemed hard to come by, so I thought I would post what I had [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffreyabecker</title>
		<link>http://kubasik.net/blog/2007/10/25/sqllite-linq-provider/#comment-10339</link>
		<dc:creator>jeffreyabecker</dc:creator>
		<pubDate>Mon, 10 Dec 2007 04:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/2007/10/25/sqllite-linq-provider/#comment-10339</guid>
		<description>Ok, so I looked at linq to sql, dblinq &#38; stuff and figured a few things out.  
1) System.Data.Linq was intentionally broken.  The extensibility interfaces where marked internal and this extensibility is officially not supported. 

2) DB_Linq is basically a re-implementation of the System.Data.Linq namespace.  

3) I do not like how DB_Linq is implemented.  DB_Linq uses symbolic redefinition which points the classes at vendor specific implementations to abstract the database rather than a provider or factory model. 

4) Getting the data out of the DB into entities will be fairly straight forward.  System.Data.SQLite defines a pretty reasonable set of sqlite -&#62; .net mappings.  The .net -&#62; sqlite mapping is _much_ harder.</description>
		<content:encoded><![CDATA[<p>Ok, so I looked at linq to sql, dblinq &amp; stuff and figured a few things out.<br />
1) System.Data.Linq was intentionally broken.  The extensibility interfaces where marked internal and this extensibility is officially not supported. </p>
<p>2) DB_Linq is basically a re-implementation of the System.Data.Linq namespace.  </p>
<p>3) I do not like how DB_Linq is implemented.  DB_Linq uses symbolic redefinition which points the classes at vendor specific implementations to abstract the database rather than a provider or factory model. </p>
<p>4) Getting the data out of the DB into entities will be fairly straight forward.  System.Data.SQLite defines a pretty reasonable set of sqlite -&gt; .net mappings.  The .net -&gt; sqlite mapping is _much_ harder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
