I want to create a project in MVC that works in online mode and offline mode for example when a user work in offline there is no connectivity of the internet available then all data stored on the local machine when internet connectivity available then all the data push on the server.
Please help how can I do this.
Thanks