PreviousNext
by bill-s, 2013-03-23T04:06:04.000Z
Project Description
ObjectStorageHelper<T> is a Generic class that simplifies storage of data in WinRT applications while still maintaining the Async principles of Windows 8 apps
Overview
While exploring WinRT I realised that there was a need for a way to simplify storage of data to the
RoamingFolder,
TemporaryFolder &
LocalFolder storage folders and so ObjectStorageHelper<T> was born.
Read More