I am very new at all this c# Windows Phone programming, so this is most probably a dumb question, but I need to know anywho...
What happens to the files created by Isola开发者_运维技巧ted Storage when the OOB app is removed? Do they remain or are the files also deleted? From what I can deduct the files would be maintained so
Is there a way to get the URI of you Isolat开发者_如何学CedStore?If you mean the physical location to the IsolatedStorage within the file system, I believe the answer is no.
Got this line of code here but its not working. private void Button_Click(object sender, RoutedEventArgs e)
So I am trying to lock an isolated storage file in my C# client application, so开发者_如何学JAVA that multiple copies of my application are not able to access it at the same time. I am using the follo
I开发者_如何学编程 am using IsolatedStorage in Silverlight 3 to store some settings when a user navigates away from a page hosting the application.
Is the following the correct way to save an image to isolated storage? public void imageToStore(Image imageIn)
I would like to take a file in isolatedstorage and convert it to a filestream for reading. how do I do this in code?开发者_运维知识库You mean an IsolatedStorageFileStream? Your question provides the
In a WPF application, I load in xaml files with the xamlreader by finding the current directo开发者_开发问答ry like this:
Silverlight has IsolatedStorageSettings.ApplicationSettings. I\'m basically looking for an equivalent t开发者_如何学Goo AppSettings in ASP.NET where I can set defaults.