Open
Description
I am testing the Parse SDK for .NET it is awesome.
I would like to implement a data store similar to the other SDKs so that my application can work seamlessly offline. For instance, the Android SDK has Parse.enableLocalDatastore()
ParseObject.pinInBackground()
and ParseQuery.fromLocalDatastore()
Can you provide some pointers how to start implementing that?
Maybe it was already done somehow? I could not find any info in the documentation.
Thanks,