Tag Archives: windows phone

Windows Phone Background Agents

By | August 12, 2013

Introduction Background agents are the scheduled tasks which run in background and add value to your application which the other application might not have. Here we will cover all about background agents, including their types and how and when to use them. I believe whatever app you have can be made better with the implementation… Read More »

Windows Phone Runtime Storage

By | July 21, 2013

Windows Storage is an older technique which was also used in tradition windows application development, it uses a namespace Windows.Storage. Similar to Isolated Storage there is also a terminology used in Windows Storage: StorageFolder – It represents the storage area containing files and folder. StorageFile – Represents a file and provides method for manipulating them. Now… Read More »