Quantcast
Channel: Alltop RSS feed for enterprise.alltop.com
Viewing all articles
Browse latest Browse all 58520

ObjectStorageHelper now available via nuget

$
0
0

One of my numerous little side projects has recently been ObjectStorageHelper, a library that makes it easy to read/write files in WinRT (aka Windows 8) applications. This is a short post to let you know that ObjectStorageHelper is now available in the nuget gallery and hence can easily be added to your WinRT applications by running the following command in the nuget Package Manager Console:

image

Massive thanks to Scott Lovegrove (@scottisafool) for helping me with this making this happen.


To read more about ObjectStorageHelper and what it can do for you please visit Generic Object Storage Helper for WinRT on Codeplex. I know of four apps in the Windows Store that are currently making use of ObjectStorageHelper, they are:

The following code shows how easy it is to store files using ObjectStorageHelper:

image

and subsequently retrieve them:

image

@Jamiet


Viewing all articles
Browse latest Browse all 58520

Trending Articles