DotNetShoutout - Stories tagged with Isolated Storage
3
Shouts

How to read data from a text file in Isolated Storage in Windows Phone ?

published 550 days, 2 hours, 51 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 559 days, 5 hours, 18 minutes ago
Monday, November 21, 2011 3:39:39 PM GMT Saturday, November 12, 2011 1:13:13 PM GMT
In my previous blog post , i explained How to write data to a file in Isolated Storage in Windows Phone ? In this blog post , will show you How to read data from a text file in Isolated Storage in Windows Phone that was written to the Isolated Storage . How to read data from a text file in Isolated Storage in Windows Phone ? (more)
category: Metro | clicked: 4 | 1 comment | | source: windowsphonerocks.com
tags: Isolated Storage, Visual Studio
2
Shouts

Working with Isolated Storage for Windows Phone 7

published 760 days, 17 minutes ago posted by abhi2434abhi2434 761 days, 2 hours, 38 minutes ago
Monday, April 25, 2011 6:14:04 PM GMT Sunday, April 24, 2011 3:53:15 PM GMT
During the last few days, Microsoft is getting more and more inclined towards improving the user experience in more than  a number of technologies. Silverlight being one of the major forerunner on this moving good in Web by providing Rich Internet Applications for end users. But not only for Web, Silverlight is a language being used for Windows Phone 7 as well, which gives the silverlight developers a chance to move over to Windows Phone easily. Being a WPF developer, I am totally freaked out on watching... (more)
category: Architecture | clicked: 2 | comment | | source: www.abhisheksur.com
tags: Windows Phone 7, Isolated Storage
2
Shouts

Advanced Dotnet Tutorial: Understanding Isolated Storage in Silverlight

published 837 days, 20 minutes ago posted by learndotnet123learndotnet123 837 days, 13 hours, 22 minutes ago
Monday, February 07, 2011 6:10:41 PM GMT Monday, February 07, 2011 5:09:01 AM GMT
In the previous article we learned the fundamentals of Isolated Storage and how to write to files in isolated storage using the same classes you use for ordinary file access in a .NET application, such as StreamWriter and BinaryWriter. To read from them, you use the corresponding StreamReader and BinaryReader classes. Although this approach gives us the most direct control over your files, it's not the only option. So, here in the second of a two-part series of articles, we will learn about the Xml... (more)
category: Metro | clicked: 1 | comment | | source: advanceddotnettutorial.blogspot.com
tags: Silverlight, Isolated Storage
2
Shouts

Advanced Dotnet Tutorial: Working with Isolated Storage in Silverlight

published 837 days, 19 hours, 5 minutes ago posted by learndotnet123learndotnet123 838 days, 14 hours, 55 minutes ago
Sunday, February 06, 2011 11:26:00 PM GMT Sunday, February 06, 2011 3:36:12 AM GMT
Isolated storage gives you access to a small segment of hard-disk space, with certain limitations. For example we don't know exactly where our files are being stored. We also can't read the files left by another Silverlight application or recorded for another user. In essence, isolated storage provides carefully restricted, tamperproof file access for applications that need to store permanent information in the local PC, so that information can be retrieved the next time the user runs the application. ... (more)
category: Metro | clicked: 0 | comment | | source: advanceddotnettutorial.blogspot.com
tags: Silverlight, Isolated Storage
4
Shouts

Caching of, in, and around your Silverlight application (part 2)

published 910 days, 16 hours, 2 minutes ago posted by KMilKMil 911 days, 9 hours, 59 minutes ago
Friday, November 26, 2010 2:29:08 AM GMT Thursday, November 25, 2010 8:32:16 AM GMT
In this part, Kevin Dockx explains how you can leverage the Isolated Storage for caching. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
tags: Isolated Storage, Caching
6
Shouts

Windows Phone 7 development: Using isolated storage

published 1112 days, 10 hours, 52 minutes ago posted by gpeipmangpeipman 1114 days, 14 hours, 12 minutes ago
Saturday, May 08, 2010 7:38:35 AM GMT Thursday, May 06, 2010 4:18:56 AM GMT
In my previous posting about Windows Phone 7 development I showed how to use WebBrowser control in Windows Phone 7. In this posting I make some other improvements to my blog reader application and I will show you how to use isolated storage to store information in phone. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: Windows Phone 7, Isolated Storage, Visual Studio