DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'IsolatedStorage' Subscribe to this feed
2
kicks
submitted by crpietschmann crpietschmann 1 month, 12 days ago

pietschsoft.com — When I did a search on "Silverlight Database" 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 "SQL"-like database since you can use LINQ to interact with it. read more...

Add a comment add a comment | category: | Views: 19
tags: , , , | tag it

1
kicks
submitted by crpietschmann crpietschmann 1 month, 24 days ago

timheuer.com — 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. read more...

Add a comment add a comment | category: | Views: 3
tags: , | tag it

3
kicks
submitted by crpietschmann crpietschmann 2 months ago

silverlight.net — 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. read more...

Add a comment add a comment | category: | Views: 7
tags: , | tag it

3
kicks
submitted by crpietschmann crpietschmann 2 months ago

silverlight.net — 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. read more...

Add a comment add a comment | category: | Views: 0
tags: , | tag it

2
kicks
submitted by vivekamar vivekamar 4 months, 21 days ago

dotnetcurry.com — 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 read more...

Add a comment add a comment | category: | Views: 20
tags: , , | tag it

1
kicks
submitted by dcrenna 4 months, 28 days ago

dimebrain.com — 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. read more...

Add a comment add a comment | category: | Views: 6
tags: , , , , | tag it

2
kicks
submitted by dcrenna 4 months, 28 days ago

dimebrain.com — 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. read more...

Add a comment add a comment | category: | Views: 35
tags: , , , , | tag it

3
kicks
submitted by crpietschmann crpietschmann 7 months, 29 days ago

wilcob.com — 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): read more...

Add a comment add a comment | category: | Views: 2
tags: , | tag it

10
kicks
published 1 year, 5 months ago, submitted by pbrooks pbrooks 1 year, 5 months ago

explosivedog.com — 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. read more...

Add a comment add a comment | category: | Views: 6
tags: , , | tag it

1
kicks
submitted by cdeger 1 year, 6 months ago

cptec.de — Does IsolatedStorage work as expected under Windows Vista? read more...

Add a comment add a comment | category: | Views: 8
tags: , | tag it

15
kicks
published 2 years, 2 months ago, submitted by madskristensen madskristensen 2 years, 2 months ago

madskristensen.dk — 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. read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge