Database-agnostic synchronization framework based on .NET Standard 2.0 to synchronize data between multiple clients and a single server, where both platforms are using technologies that compatible with .NET Standard 2.0, such as Xamarin Forms for the mobile clients and ASP .NET Core for the backend server.
Info
Version: | 1.2.2 |
Author(s): | aldycool |
Last Update: | Monday, May 23, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aldycool/NETCoreSync |
NuGet Url: | https://www.nuget.org/packages/NETCoreSync |
Install
Install-Package NETCoreSync
dotnet add package NETCoreSync
paket add NETCoreSync
NETCoreSync Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.4.0)
- Newtonsoft.Json(>= 11.0.2)
- System.Linq.Dynamic.Core(>= 1.0.15)
Tags