<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with IsolatedStorage</title>
    <description>the latest stories tagged with 'IsolatedStorage' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Silverlight: Client-Side Database via LINQ and Isolated Storage</title>
      <description>When I did a search on &amp;quot;Silverlight Database&amp;quot; there weren't many results, and none of them actually mentioned a small database that you could embed into your Silverlight application. So, I thought I'd share a solution that I've used to store application data on the client using a combination of LINQ and Isolated Storage. This actually gives you a small &amp;quot;SQL&amp;quot;-like database since you can use LINQ to interact with it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f10%2fSilverlight-Client-Side-Database-via-LINQ-and-Isolated-Storage.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f10%2fSilverlight-Client-Side-Database-via-LINQ-and-Isolated-Storage.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Client_Side_Database_via_LINQ_and_Isolated_Storage</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Client_Side_Database_via_LINQ_and_Isolated_Storage</guid>
      <pubDate>Sat, 11 Oct 2008 07:32:51 GMT</pubDate>
    </item>
    <item>
      <title>IsolatedStorage as a Silverlight object cache</title>
      <description>Someone posed this question ("Can you use IsolatedStorage in Silverlight as a more reliable browser caching technique?") to me and I answered with my usual optimistic "in theory, yes" answer.  Of course I had never tried it which is horrible to answer that to someone without trying it.  In working on creating some Silverlight business application samples, I figured I should probably look at this scenario to see if a) it would work and b) it makes sense.  I'll at least try to answer "a" here. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftimheuer.com%2fblog%2farchive%2f2008%2f09%2f24%2fsilverlight-isolated-storage-caching.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftimheuer.com%2fblog%2farchive%2f2008%2f09%2f24%2fsilverlight-isolated-storage-caching.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/IsolatedStorage_as_a_Silverlight_object_cache</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/IsolatedStorage_as_a_Silverlight_object_cache</guid>
      <pubDate>Tue, 30 Sep 2008 06:50:34 GMT</pubDate>
    </item>
    <item>
      <title>Tip of the Day #20 - How to Increase your Isolated Storage Quota</title>
      <description>Each application by default is given 1 MB of storage space through Isolated Storage where the server is able to store client specific data on the clients machine. So what if you need more than 1 MB? Fortunately, the IsolatedStorageFile object provides a method called IncreaseQuotaTo() that allows a server to prompt the user for permission to increase the amount of storage. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsilverlight.net%2fblogs%2fmsnow%2farchive%2f2008%2f07%2f17%2ftip-of-the-day-20-how-to-increase-the-isolated-storage-quota-for-your-app.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsilverlight.net%2fblogs%2fmsnow%2farchive%2f2008%2f07%2f17%2ftip-of-the-day-20-how-to-increase-the-isolated-storage-quota-for-your-app.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Tip_of_the_Day_20_How_to_Increase_your_Isolated_Storage_Quota</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Tip_of_the_Day_20_How_to_Increase_your_Isolated_Storage_Quota</guid>
      <pubDate>Tue, 23 Sep 2008 06:01:44 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Tip of the Day #19: Using Isolated Storage - Silverlight T</title>
      <description>Silverlight uses Isolated Storage as a virtual file system to store data in a hidden folder on your machine. It breaks up the data into two separate sections: Section #1 contains administrative information such as disk quota and section #2 contains the actual data. Each Silverlight application is allocated its own portion of the storage with the current quota set to be 1 MB per application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsilverlight.net%2fblogs%2fmsnow%2farchive%2f2008%2f07%2f16%2ftip-of-the-day-19-using-isolated-storage.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsilverlight.net%2fblogs%2fmsnow%2farchive%2f2008%2f07%2f16%2ftip-of-the-day-19-using-isolated-storage.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Tip_of_the_Day_19_Using_Isolated_Storage_Silverlight_T</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Tip_of_the_Day_19_Using_Isolated_Storage_Silverlight_T</guid>
      <pubDate>Tue, 23 Sep 2008 06:00:57 GMT</pubDate>
    </item>
    <item>
      <title>Isolated Storage in Silverlight 2 Beta 2</title>
      <description>Silverlight 2 allows you to store data safely and locally in a hidden folder outside the browser's cache, via a feature called 'Isolated Storage'. In this article, we will see how to create and read files in the isolated storage space. We will also see how to increase the default space limit for isolated storage &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d168"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d168" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Isolated_Storage_in_Silverlight_2_Beta_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Isolated_Storage_in_Silverlight_2_Beta_2</guid>
      <pubDate>Thu, 03 Jul 2008 01:08:53 GMT</pubDate>
    </item>
    <item>
      <title>Frictionless data persistence in Silverlight 2</title>
      <description>This article will show you how to work with plain objects in Silverlight code, and use attributes to have those values automatically persisted in IsolatedStorage, or a compressed version of IsolatedStorage. You can also use this approach to define your own targets, all without writing any plumbing code around your state objects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimebrain.com%2f2008%2f06%2ffrictionless--1.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimebrain.com%2f2008%2f06%2ffrictionless--1.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Frictionless_data_persistence_in_Silverlight_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Frictionless_data_persistence_in_Silverlight_2</guid>
      <pubDate>Thu, 26 Jun 2008 21:18:47 GMT</pubDate>
    </item>
    <item>
      <title>Compression in Silverlight 2 : porting SharpZipLib</title>
      <description>Maximize the user's IsolatedStorage capacity in Silverlight applications. This article provides a way to use stream compression in Silverlight to shrink your storage payload, by porting ICSharpCode's SharpZipLib project into Silverlight 2 Beta 2. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimebrain.com%2f2008%2f06%2fcompression-i-1.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimebrain.com%2f2008%2f06%2fcompression-i-1.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Compression_in_Silverlight_2_porting_SharpZipLib</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Compression_in_Silverlight_2_porting_SharpZipLib</guid>
      <pubDate>Thu, 26 Jun 2008 21:08:16 GMT</pubDate>
    </item>
    <item>
      <title>Increase Disk Quota for Isolatated storage in Silverlight</title>
      <description>Isolated storage is a facility that lets you read/write (transient) data without worrying about other applications accessing this data. We first introduced this in Silverlight about a year ago with the alpha release. Its support was fairly basic though, and you couldn't store more than 1mb of data per application. We have given this feature an upgrade in Silverlight 2 beta 1. Although the default limit is less than it was before (100kb instead of 1mb), you can now ask the user for a larger quota. You can do this by calling IsolatedStorageFile.TryIncreaseQuotaTo(long): &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.wilcob.com%2fWilco%2fSilverlight%2fisolatated-storage-in-Silverlight.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.wilcob.com%2fWilco%2fSilverlight%2fisolatated-storage-in-Silverlight.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Increase_Disk_Quota_for_Isolatated_storage_in_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Increase_Disk_Quota_for_Isolatated_storage_in_Silverlight</guid>
      <pubDate>Tue, 25 Mar 2008 08:29:59 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Isolated Storage for persisting form data</title>
      <description>Silverlight has a special version of Isolated Storage which opens up some interesting scenarios when it comes to persistence.  One interesting scenario would be to allow a user to save a draft of a form so they could come back later and fill out the rest of the form. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fexplosivedog.com%2farchive%2f2007%2f05%2f21%2fsilverlight-isolated-storage.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fexplosivedog.com%2farchive%2f2007%2f05%2f21%2fsilverlight-isolated-storage.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Silverlight_Isolated_Storage_for_persisting_form_data</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Silverlight_Isolated_Storage_for_persisting_form_data</guid>
      <pubDate>Fri, 01 Jun 2007 11:31:01 GMT</pubDate>
    </item>
    <item>
      <title>IsolatedStorage dubios unter Vista?</title>
      <description>Does IsolatedStorage work as expected under Windows Vista? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.cptec.de%2fblogit%2fIsolatedStorageDubiosUnterVista.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.cptec.de%2fblogit%2fIsolatedStorageDubiosUnterVista.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/IsolatedStorage_dubios_unter_Vista</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/IsolatedStorage_dubios_unter_Vista</guid>
      <pubDate>Wed, 23 May 2007 14:03:18 GMT</pubDate>
    </item>
    <item>
      <title>Get flying with Isolated Storage in C#</title>
      <description>Isolated Storage is a place on the disk where your .NET application always has write permissions. That makes it ideal for applications that need to store information such as settings or XML without first asking for permission. Application types such as ClickOnce or non-installable applications would benefit hugely from this capability. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fCommentView%2cguid%2cf939ba25-dcde-4b25-b35e-a053ea07141d.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fCommentView%2cguid%2cf939ba25-dcde-4b25-b35e-a053ea07141d.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Get_flying_with_Isolated_Storage_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Get_flying_with_Isolated_Storage_in_C</guid>
      <pubDate>Tue, 12 Sep 2006 04:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>