Interesting .NET Links – April 26 , 2011
Enhance your Visual Studio Productivity with Telerik JustCode – Chris Eargle Historical Debugging (Intellitrace) on Visual Studio 2010 Ultimate Part-2 – DotnetJalps Working with Isolated Storage for...
View ArticleHow to read data from a text file in Isolated Storage in Windows Phone ?
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...
View ArticleHow to find out the Space in isolated storage in Windows Phone?
How to find out the Space in isolated storage in Windows Phone? The IsolatedStorageFile class in Windows Phone provides the methods that indicate the amount of space (free/total space) for isolated...
View ArticleHow to write data to a file in Isolated Storage in Windows Phone ?
An Windows Phone Application might need to store and access data . One of the ways to store the data is the Isolated Storage . An Windows Phone Application cannot access the data stored by another...
View ArticleHow to find out the Space in isolated storage in Windows Phone?
The IsolatedStorageFile class in Windows Phone provides the methods that indicate the amount of space (free/total space) for isolated storage. The IsolatedStorageFile class has the following members...
View Article