<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Using SQLite in Windows Store Apps</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/c410/8a1375fd-d355-40e6-977a-40aa181ac410/VSToolbox52_220.jpg</url>
		<title>Channel 9 - Using SQLite in Windows Store Apps</title>
		<link></link>
	</image>
	<description>In this episode, Robert shows you how to add SQLite support to your Windows Store apps. SQLite is a free open source library that provides a self-contained transactional SQL database engine. Watch as Robert demonstrates how to setup a project to use SQLite as well as how to query, add, update, &amp;nbsp;and delete items in the database. Check out Robert&#39;s blog post to see how to create the sample app he uses. </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 05:32:00 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 05:32:00 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[Thanks for the video. I have just finished a new app &#40;currently going through submission&#41; called NewHouse. I used Sqlite for the data source. It&#39;s fantastic, especially when combined with RoamingStorage for cross-device apps.<p>posted by Jason Cartwright</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885371695105401</link>
		<pubDate>Thu, 15 Nov 2012 00:46:09 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885371695105401</guid>
		<dc:creator>Jason Cartwright</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[Can we create portable class library that refer SQLITE and act as model &#40;MVVM&#41; for both Win8 &#38; WP8 app&#63;<p>posted by H G</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885463448481666</link>
		<pubDate>Thu, 15 Nov 2012 03:19:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885463448481666</guid>
		<dc:creator>H G</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>How does this work with all async/await&nbsp;statements&nbsp;?&nbsp;</p><p>I can see that you are opening/close db each time you take something from it and was wondering how this will work if we will use async/awaits and at some point two different function will try to manipulate on db.&nbsp;</p><p>kind give us your thoughts around that</p><p>thanks</p><p>M.</p><p>posted by MariuszGorzoch</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885626770636103</link>
		<pubDate>Thu, 15 Nov 2012 07:51:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885626770636103</guid>
		<dc:creator>MariuszGorzoch</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[Since SQLite.dll is native dll, existing for x32&#47;x64&#47;arm, you have to make&#47;test&#47;publish 3 different versions of your app - for each platform. <br><br>Welcome to native hell &#59;&#41;<p>posted by Lex</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885739747026781</link>
		<pubDate>Thu, 15 Nov 2012 10:59:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885739747026781</guid>
		<dc:creator>Lex</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>Can the SQLLite data be encrypted ?</p><p>posted by LeonMeijer</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885872543116653</link>
		<pubDate>Thu, 15 Nov 2012 14:40:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885872543116653</guid>
		<dc:creator>LeonMeijer</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885739747026781">Lex</a>: You will need to build 3 different app packages, one for each architecture and submit each of them to the Store. You don't need different code bases, unless you have architecture specific code, so you should be able to fully test one architecture and then smoke test the others.</p><p>Robert</p><p>posted by rogreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885931784541327</link>
		<pubDate>Thu, 15 Nov 2012 16:19:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634885931784541327</guid>
		<dc:creator>rogreen</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[can I make an invoice to print and reports like pdf with SQLite and can I using a network Metro application with SQLite.<br>Thansk<p>posted by Araz k</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634886129045785290</link>
		<pubDate>Thu, 15 Nov 2012 21:48:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634886129045785290</guid>
		<dc:creator>Araz k</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>Good tool I use for SQLite <a href="http://sqliteexpert.com/">http://sqliteexpert.com/</a></p><p>posted by WeCarpoolCOM</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634886702428926142</link>
		<pubDate>Fri, 16 Nov 2012 13:44:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634886702428926142</guid>
		<dc:creator>WeCarpoolCOM</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>Excellent!&nbsp; This is exactly what I was looking for.&nbsp; Thanks Robert!</p><p>posted by JVColeman</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634887125454808742</link>
		<pubDate>Sat, 17 Nov 2012 01:29:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634887125454808742</guid>
		<dc:creator>JVColeman</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>Thanks For This Video</p><p>posted by Zizigolo</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634889046628334012</link>
		<pubDate>Mon, 19 Nov 2012 06:51:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634889046628334012</guid>
		<dc:creator>Zizigolo</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>Seriously guys, I kind of remember there is a Server and Tools Division inside Microsoft, which happens to have a product called SQL Server, and something like SQL Express, SQL Embeded, SQL Compact, SQL Whatever. Are they all dead?</p><p>posted by xied75</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634891308855470779</link>
		<pubDate>Wed, 21 Nov 2012 21:41:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634891308855470779</guid>
		<dc:creator>xied75</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[Wecarpool.com&#58; That link &#40;http&#58;&#47;&#47;sqliteexpert.com&#47;&#41; says, &#34;Supported platforms&#58; Windows 2000, XP, Vista, 7.&#34; So it doesn&#39;t support Windows 8&#63;<p>posted by Clay Shannon</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634893722747064236</link>
		<pubDate>Sat, 24 Nov 2012 16:44:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634893722747064236</guid>
		<dc:creator>Clay Shannon</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[Best tool for SQLite&#58;<br>SQLite Administrator <br>http&#58;&#47;&#47;sqliteadmin.orbmu2k.de<br><br>&#40;Supported<br>Win 2000<br>Win XP<br>Win Vista&#41;<br><br>Had ZERO issues using it with Windows 8.<br><p>posted by Neil Glastonbury</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634894736569419821</link>
		<pubDate>Sun, 25 Nov 2012 20:54:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634894736569419821</guid>
		<dc:creator>Neil Glastonbury</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>I just uploaded the sample to the <a href="http://code.msdn.microsoft.com/Using-SQLite-in-a-Windows-c16aea77">MSDN Code Samples</a>. You will have to add the references and get the SQLite-net package, but you won't have to write any of the code.</p><p>posted by rogreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634897295410695667</link>
		<pubDate>Wed, 28 Nov 2012 19:59:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634897295410695667</guid>
		<dc:creator>rogreen</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[Hi Guys, any idea why SQLite3.Open&#40;path, out handle&#41; method can not open any file out side ApplicationData.Current&#92;...&#63;<br>I am trying to unittest my class library which uses sqlite but I want<br>to keep the data for other tests. &#40;the point is that the ApplicationData.Current will remove after each test because my library is not a user interface&#41;. and SQLite3.Open&#40;path, out handle&#41; can not open any file in DocumentsLibrary nor DownloadsFolder.<br><br>Thanks in advance<br><br><p>posted by Ceti</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634899570728431269</link>
		<pubDate>Sat, 01 Dec 2012 11:11:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634899570728431269</guid>
		<dc:creator>Ceti</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634893722747064236">Clay Shannon</a>: Windows 8 is Windows 7 &#43; RT.</p><p>It works on Desktop&nbsp;in Win8 no problem</p><p>posted by WeCarpoolCOM</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634906157430547650</link>
		<pubDate>Sun, 09 Dec 2012 02:09:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634906157430547650</guid>
		<dc:creator>WeCarpoolCOM</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>Yeah, seriously, the presenter is writing an APP to manage his APPS. &nbsp;Great. &nbsp;That's a real world example of why someone would need a robust FULLY SUPPORTED RDBMS on a device lol. &nbsp;Well Robert, here in the real world, where we have apps written that, as an example, would do the following.</p><p>1.) Route sheet with over 50 calls per day/per driver handling sales for a major international Energy drink distributor. &nbsp;That's 70 routes x 50 sales calls/invoices per day.</p><p>2.) Sales history for each customer (over 1000 customers per device) for the last 24 months that can be recalled and printed while at the store dealing with the customer</p><p>3.) New invoices from the route created that day replicated in real time to the SQL Server at head office</p><p>4.) New route sheet for the next day (and 14 day peak into the future for driver planning)</p><p>5.) Multiple &quot;Surveys&quot; regarding shelving and presentation for every store on the route. &nbsp;Data is collected while the driver is at the store and immediately replicated to head office for analysis</p><p>6.) Real time &quot;chatting&quot; with the drivers with entire dialogue stored on the LOCAL SQL CE DATABASE.</p><p>blah, what a disaster. &nbsp;Try the above with SQL Lite.</p><p>If I/We were in the business of writing 99 cent apps, we would be coding for android or IOS. &nbsp;We chose MS because we code APPs for businesses, not 18 year old college students.</p><p>I am inspired... to code for the android. &nbsp;Unfortunately, I agreed with the client, and moved them over to an iPhone web based app as I saw (and now confirmed) no use for MS in the device market place.</p><p>what a gong show</p><p>posted by CoderCanuck</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634919000861315120</link>
		<pubDate>Sun, 23 Dec 2012 22:54:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634919000861315120</guid>
		<dc:creator>CoderCanuck</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[Hello Robert i&#39;m new to application development this was really nice explanation of sqlite, i got the answers of many doubts i was looking for, however in the  MSDN Code Samples provided when i compiled it gave two errors <br><br>Error&#9;1&#9;The name &#39;ex&#39; does not exist in the current context&#9;C&#58;&#92;Users&#92;Downloads&#92;New folder&#92;Using SQLite in a Windows Store App&#92;C&#35;&#92;SQLiteDemo&#92;SQLite.cs&#9;722&#9;19&#9;SQLiteDemo<br><br>Error&#9;2&#9;The name &#39;ex&#39; does not exist in the current context&#9;C&#58;&#92;Users&#92;Downloads&#92;New folder&#92;Using SQLite in a Windows Store App&#92;C&#35;&#92;SQLiteDemo&#92;SQLite.cs&#9;767&#9;18&#9;SQLiteDemo<br><br><br><br>is there something that i missed &#63;&#63;<br><p>posted by Mustansir</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634943023378629618</link>
		<pubDate>Sun, 20 Jan 2013 18:12:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634943023378629618</guid>
		<dc:creator>Mustansir</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634943023378629618">Mustansir</a>: I just uploaded a new version of this. Download that and follow the Building the Sample instructions. Let me know if that doesn't work.</p><p>Robert</p><p>posted by rogreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634943884771606466</link>
		<pubDate>Mon, 21 Jan 2013 18:07:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634943884771606466</guid>
		<dc:creator>rogreen</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[When i try run your Simple SqLite demo application it is getting an exception as displaying &#39;System.DllNotFoundException&#39; occured, &#38; Unable to load DLL &#39;sqlite3&#39;<br>What is Team foundation server, Why i have to integrate with it. When i start your sample app it is asking for    Team Foundation server Version control &#34;https&#58;&#47;&#47;microsoftdpe.tfspreview.com&#47;defaultcollection&#34;.  <br>Please help me, Thanks in advance.<p>posted by Devendra</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634955584229541815</link>
		<pubDate>Mon, 04 Feb 2013 07:07:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634955584229541815</guid>
		<dc:creator>Devendra</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634955584229541815">Devendra</a>: Did you follow the Building the Sample instructions? You need to download the SQLite for Windows Runtime extension for Visual Studio.</p><p>And you can safely&nbsp;ignore the prompt for Team Foundation Server.</p><p>Robert</p><p>posted by rogreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634956064314497476</link>
		<pubDate>Mon, 04 Feb 2013 20:27:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634956064314497476</guid>
		<dc:creator>rogreen</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>Hi Robert,</p><p>Thank you for your tutorial...</p><p>i am a beginer and i am interested in the development of Winsdows Stores application with MVVM-pattern. I have download your SQLiteDemo and wanted to tested but there is not &quot;start-app&quot;. Which template may i select (empty store template)?.</p><p>I want to develope some store-application with my own page like login-page.</p><p>Thank,</p><p>Jibyz</p><p>posted by jibyz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634956546525691482</link>
		<pubDate>Tue, 05 Feb 2013 09:50:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634956546525691482</guid>
		<dc:creator>jibyz</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634956546525691482">jibyz</a>: You can look at <a href="http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx">my blog post</a>, where I show how to build this app from scratch. You can also look at Create your first Windows Store app walkthroughs on MSDN. They have them for <a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh974581.aspx">XAML</a> and for <a href="http://msdn.microsoft.com/en-us/library/windows/apps/br211385.aspx">JavaScript</a> apps.</p><p>Robert</p><p>posted by rogreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634956816686158101</link>
		<pubDate>Tue, 05 Feb 2013 17:21:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634956816686158101</guid>
		<dc:creator>rogreen</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>Hi Robert,</p><p>i have retried, but i <strong>don't</strong> receive the information: <img title="Picture5" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-42-23-metablogapi/6746.Picture5_5F00_thumb_5F00_46A1DE51.jpg" alt="Picture5" width="364" height="143" border="0"></p><p>and the there was no file added into the Common folder. I just have the StandardStyle.xaml in this folder.</p><p>Maybe i do something wrong... please can you help me? I have your tutorial step by step...</p><p>Thanks,</p><p>Jibyz</p><p>posted by jibyz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634957397025614253</link>
		<pubDate>Wed, 06 Feb 2013 09:28:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634957397025614253</guid>
		<dc:creator>jibyz</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634957397025614253">jibyz</a>: If you add a new XAML page using the Basic Page item template, you should see that dialog. If you add a new XAML page using the Blank Page item template, you won't see that. So make sure you use the Basic Page template. And let me know if that doesn't work.</p><p>Robert</p><p>posted by rogreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634961962797543116</link>
		<pubDate>Mon, 11 Feb 2013 16:17:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634961962797543116</guid>
		<dc:creator>rogreen</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[&#64;rogreen How can I make relationship&#63; <br><br>I used to do that with the entity framework &#58; <br>public virtual ICollection&#60;KCExample&#62; examples &#123; get&#59; set&#59; &#125;<br>public virtual KCTrade trade &#123; get&#59; set&#59; &#125;<br><br>But it seems to be unsupported... What&#39;s the right syntax&#63;<p>posted by Antoine Gamond</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634985916712979664</link>
		<pubDate>Mon, 11 Mar 2013 09:41:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634985916712979664</guid>
		<dc:creator>Antoine Gamond</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>Hi Robert, great video tutorial.</p><p>Is it possible to create a Windows Store App using SQLite in Visual Basic? I'm having difficulties with the &quot;Imports.SQLite&quot; statement.</p><p>Thanks</p><p>posted by silvioribeiro</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634986588071053362</link>
		<pubDate>Tue, 12 Mar 2013 04:20:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634986588071053362</guid>
		<dc:creator>silvioribeiro</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634986588071053362">silvioribeiro</a>:Hi Silvio.</p><p>Bill Burrows has an <a href="http://www.myvbprof.com/myVBProf2012/Tutorials/WinRT_SQLite.aspx">example</a> of using SQLite with VB. He has a VB front end that talks to the C# code in the SQLite-net NuGet package. Looks pretty straightforward.</p><p>Robert</p><p>posted by rogreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634986996160175778</link>
		<pubDate>Tue, 12 Mar 2013 15:40:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634986996160175778</guid>
		<dc:creator>rogreen</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>@rogreen that's exactly what I needed to get started.</p><p>I'm definitely heading in the right direction now.</p><p>Thank you for the link and for the great tutorial!&nbsp;</p><p>posted by silvioribeiro</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634987419360300397</link>
		<pubDate>Wed, 13 Mar 2013 03:25:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c634987419360300397</guid>
		<dc:creator>silvioribeiro</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>Thanks for the video Robert!</p><p>Is it a good idea to instantiate a new&nbsp;SQLiteConnection each time your interact with the database or could I re-use a single connection over and over again?</p><p>Does anyone have a best-practice? Thanks.</p><p>posted by aceontech</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c635011058981909391</link>
		<pubDate>Tue, 09 Apr 2013 12:04:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c635011058981909391</guid>
		<dc:creator>aceontech</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>Thanks Robert, it is just what I need for my Windows 8 project.</p><p>Others had told me to us XML and I was banging my head against the wall. This will let me do exactly what I need for my app.</p><p>Thanks again <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' /></p><p>Dave</p><p>posted by Dirtbagg</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c635011319855001530</link>
		<pubDate>Tue, 09 Apr 2013 19:19:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c635011319855001530</guid>
		<dc:creator>Dirtbagg</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p>Thanks for the video Robert!</p><p>Can we create portable class library that refer SQLITE and act as model (MVVM) for both Win8 &amp; WP8 app?</p><p>posted by lmiranda</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c635024121709355162</link>
		<pubDate>Wed, 24 Apr 2013 14:56:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c635024121709355162</guid>
		<dc:creator>lmiranda</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[<p><span><a href="http://msdn.microsoft.com/en-us/magazine/hh335063.aspx">http://msdn.microsoft.com/en-us/magazine/hh335063.aspx</a></span></p><p>Perfect!</p><p>posted by lmiranda</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c635025048811548230</link>
		<pubDate>Thu, 25 Apr 2013 16:41:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c635025048811548230</guid>
		<dc:creator>lmiranda</dc:creator>
	</item>
	<item>
		<title>Re: Using SQLite in Windows Store Apps</title>
		<description>
			<![CDATA[Thank you for this tutorial...<br><br>Can someone please tell me from where I can locate the database on my Disk so I can modify it using Mozilla Fire Fox&#63;<br><br>Thanks<p>posted by Luke Lucas</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c635044864062764891</link>
		<pubDate>Sat, 18 May 2013 15:06:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps#c635044864062764891</guid>
		<dc:creator>Luke Lucas</dc:creator>
	</item>
</channel>
</rss>