rickgaribay.net

Space shuttles aren't built for rocket scientists, they're built for astronauts. The goal isn't the ship, its the moon.
posts - 258, comments - 163, trackbacks - 28

My Links

News

Where's Rick?



Visual Studio Connections, 3/26

That Conference, 8/13



About Me
I am a developer, architect, writer and speaker, passionate about distributed .NET technologies and Application Lifecycle Management. I am currently the General Manager of the Connected Systems Practice at Neudesic.


    follow me on Twitter



    Archives

    Post Categories

    Published Works

    Isolated File Storage in Silverlight

    Silverlight also offers IFS. It is based on the .NET Framework IsolatedStorage classes, so the APIs are similar:

    IsolatedStorageFile.GetUserStoreForApplication();

    returns a FileStream.

    In essence, IFS will let you read and write string or binary data to and from the IFS. Think of it as super cookies.

    In the Alpha you get 1 MB per ISO store, which is isomorphic to each XAML page/class. This will likely change as will the ability to adjust storage size on a per user basis.

    I asked how CAS is affected by Silverlight and the answer was that a lot of that still needs to be hashed out, but obviously traditional zones may no longer be adequate from a CAS perspective.

     

    Print | posted on Wednesday, May 02, 2007 8:27 AM | Filed Under [ Misc. ]

    Comments have been closed on this topic.

    Powered by: