<?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: Proof of concept: C#-SQLite running in Silverlight</title>
	<atom:link href="http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html</link>
	<description>Tech writing blog</description>
	<lastBuildDate>Sun, 12 Feb 2012 21:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Harald Heide</title>
		<link>http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html/comment-page-1#comment-181444</link>
		<dc:creator>Harald Heide</dc:creator>
		<pubDate>Sat, 10 Apr 2010 20:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html#comment-181444</guid>
		<description>Might be very useful regarding windows phone 7 Series</description>
		<content:encoded><![CDATA[<p>Might be very useful regarding windows phone 7 Series</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Romaine</title>
		<link>http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html/comment-page-1#comment-177558</link>
		<dc:creator>Justin Romaine</dc:creator>
		<pubDate>Mon, 29 Mar 2010 22:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html#comment-177558</guid>
		<description>Did you try this on any other Silverlight platform such as Apple or Moonlight?</description>
		<content:encoded><![CDATA[<p>Did you try this on any other Silverlight platform such as Apple or Moonlight?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lxy</title>
		<link>http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html/comment-page-1#comment-144599</link>
		<dc:creator>lxy</dc:creator>
		<pubDate>Wed, 30 Sep 2009 04:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html#comment-144599</guid>
		<description>hi,can it use in asp.net or winform ?
thanks a lot</description>
		<content:encoded><![CDATA[<p>hi,can it use in asp.net or winform ?<br />
thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Bromberg</title>
		<link>http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html/comment-page-1#comment-139721</link>
		<dc:creator>Peter Bromberg</dc:creator>
		<pubDate>Mon, 10 Aug 2009 23:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html#comment-139721</guid>
		<description>Nice work, Tim! Checeked out your code, and I think it has some real potential. Thanks for your contribution!</description>
		<content:encoded><![CDATA[<p>Nice work, Tim! Checeked out your code, and I think it has some real potential. Thanks for your contribution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html/comment-page-1#comment-139669</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Mon, 10 Aug 2009 06:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html#comment-139669</guid>
		<description>Update: The sample app is &lt;a href=&quot;http://www.itwriting.com/csharpsqlite/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. The hacked code is &lt;a href=&quot;http://www.itwriting.com/csharpsqlite/silverlight-sqlite.zip&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; [zip].

Tim</description>
		<content:encoded><![CDATA[<p>Update: The sample app is <a href="http://www.itwriting.com/csharpsqlite/" rel="nofollow">here</a>. The hacked code is <a href="http://www.itwriting.com/csharpsqlite/silverlight-sqlite.zip" rel="nofollow">here</a> [zip].</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Sims</title>
		<link>http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html/comment-page-1#comment-139666</link>
		<dc:creator>Gary Sims</dc:creator>
		<pubDate>Mon, 10 Aug 2009 05:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html#comment-139666</guid>
		<description>Tim,

Congratluaitons. It might be a &quot;quick hack&quot; but I am sure it can be a good starting point for a cleaner version. Getting it to compile and work is the tough bit, then adding things back in and tweaking can be easier!

Again, well done. Gary.</description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>Congratluaitons. It might be a &#8220;quick hack&#8221; but I am sure it can be a good starting point for a cleaner version. Getting it to compile and work is the tough bit, then adding things back in and tweaking can be easier!</p>
<p>Again, well done. Gary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html/comment-page-1#comment-139663</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Mon, 10 Aug 2009 05:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html#comment-139663</guid>
		<description>OK, I will post it later today.

Tim</description>
		<content:encoded><![CDATA[<p>OK, I will post it later today.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Bromberg</title>
		<link>http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html/comment-page-1#comment-139650</link>
		<dc:creator>Peter Bromberg</dc:creator>
		<pubDate>Mon, 10 Aug 2009 01:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html#comment-139650</guid>
		<description>Tim,
You should make your work available for download. Everybody understands that you hacked it just to &quot;get it to work&quot;. There is no shame in that. Other people can then work on it, and see if it can be made to be useful with Silverlight and IsolatedStorage.</description>
		<content:encoded><![CDATA[<p>Tim,<br />
You should make your work available for download. Everybody understands that you hacked it just to &#8220;get it to work&#8221;. There is no shame in that. Other people can then work on it, and see if it can be made to be useful with Silverlight and IsolatedStorage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Sampson</title>
		<link>http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html/comment-page-1#comment-139635</link>
		<dc:creator>Nigel Sampson</dc:creator>
		<pubDate>Sun, 09 Aug 2009 22:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html#comment-139635</guid>
		<description>Very interesting. Regarding locking and multiple applications, you may be able to use the LocalConnection API in Silverlight 3 to coordinate operations between multiple applications.</description>
		<content:encoded><![CDATA[<p>Very interesting. Regarding locking and multiple applications, you may be able to use the LocalConnection API in Silverlight 3 to coordinate operations between multiple applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CraigD</title>
		<link>http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html/comment-page-1#comment-139631</link>
		<dc:creator>CraigD</dc:creator>
		<pubDate>Sun, 09 Aug 2009 21:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html#comment-139631</guid>
		<description>&gt;&gt;I’m embarrassed to share the code
C&#039;mon Tim, that&#039;s just teasing :-) If it helps, the code in &lt;a href=&quot;http://conceptdevelopment.net/Silverlight2/SharpSql01/default.html&quot; rel=&quot;nofollow&quot;&gt;this port of HSql in Silverlight&lt;/a&gt; is just as dodgy, and &lt;a href=&quot;http://conceptdev.blogspot.com/2009/07/sql-in-silverlight.html&quot; rel=&quot;nofollow&quot;&gt;available to download&lt;/a&gt; full of //HACK: tags! Hsql-in-Silverlight suffers the same problem with isolated storage/locking: doesn&#039;t like to be accessed by two copies of the app.

An Sqlite-port would be much more attractive from a feature perspective - would love to play with it in Silverlight and look forward to seeing it progress - great work.</description>
		<content:encoded><![CDATA[<p>&gt;&gt;I’m embarrassed to share the code<br />
C&#8217;mon Tim, that&#8217;s just teasing <img src='http://www.itwriting.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  If it helps, the code in <a href="http://conceptdevelopment.net/Silverlight2/SharpSql01/default.html" rel="nofollow">this port of HSql in Silverlight</a> is just as dodgy, and <a href="http://conceptdev.blogspot.com/2009/07/sql-in-silverlight.html" rel="nofollow">available to download</a> full of //HACK: tags! Hsql-in-Silverlight suffers the same problem with isolated storage/locking: doesn&#8217;t like to be accessed by two copies of the app.</p>
<p>An Sqlite-port would be much more attractive from a feature perspective &#8211; would love to play with it in Silverlight and look forward to seeing it progress &#8211; great work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

