You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Synchronizes entities / objects between the server and the clients, using DBreeze techniques (made for .NET C# Xamarin Core Standard). Typical case is a mobile application (APP) that wants to have in a local database a list of TODO Tasks for the concrete user. Local database gives an ability to read and create tasks being offline from the server.