isolatedstoragefile Questions

1

Solved

I was just benchmarking multiple algorithms to find the fastest way to load all data in my app when I discovered that the WP7 version of my app running on my Lumia 920 loads the data 2 times as fas...

2

I am trying to create a file in the Isolated storage using following code, IsolatedStorageFile storageFile = IsolatedStorageFile.GetUserStoreForApplication(); storageFile.CreateFile("Html\\index.h...

1

Solved

I'm building a metro app, and I'm trying to get a Uri of an Image after saving it in the StorageFile, this is my code: StorageFile file = await ApplicationData.Current.LocalFolder.CreateFileAsync(...
Composure asked 9/5, 2012 at 7:51
1

© 2022 - 2024 — McMap. All rights reserved.