|
|
Stories recently tagged with 'IsolatedStorage'
|
|
submitted by
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
|
category: Silverlight | Views: 19
|
|
tags:
Database, IsolatedStorage, Silverlight, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Silverlight | Views: 3
|
|
tags:
IsolatedStorage, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Silverlight | Views: 7
|
|
tags:
IsolatedStorage, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Silverlight | Views: 0
|
|
tags:
IsolatedStorage, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Silverlight | Views: 20
|
|
tags:
dotnetcurry, IsolatedStorage, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Silverlight | Views: 6
|
|
tags:
Persistence, Attributes, Compression, Silverlight, IsolatedStorage | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Silverlight | Views: 2
|
|
tags:
IsolatedStorage, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 5 months ago, submitted by
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
|
category: ASP.NET | Views: 6
|
|
tags:
Silverlight, C#, IsolatedStorage | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 2 months ago, submitted by
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
|
category: C# | Views: 5
|
|
tags:
IsolatedStorage | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|