B# and Silverlight Isolated Storage
Posted by: Hannes Preishuber,
on 29 Nov 2008 |
View original | Bookmarked: 0 time(s)
I am a VB developer. As most of expert coder are using C# I must step forward. B# is the language which can be written by VB guys and make it readable for C# gurus. Today's topic is the data store of Silverlight on client side- isolated storage. Isolated Storage is a concept from .NET. It allows to store information on a per application base, like cookies. Major differences are much more space and more security. There exists several ways to store data. First option is like ASP.NET appsettings. ...