Quantcast
Channel: StackExchange Replication Questions
Viewing all articles
Browse latest Browse all 17268

How to setup sync between MongoDB and C# .NET Application

$
0
0

What is the best practice to synchronize a MongoDB remote database with a C# .NET App that would allow queries to be responded to within the local file system and update itself when there is a change in the master database which is on a remote web server.

Some methods I came across are syncing MongoDB to a local JSON file using Node.js.

Please suggest a solution.


Viewing all articles
Browse latest Browse all 17268

Trending Articles