Tagged Questions
3
votes
2answers
224 views
Sharepoint application with offline support
I want to create an application (C#) that can work with Sharepoint in offline mode (read/add/modify documents) and sync with the server whenever a connection is established.
What is the best solution ...