BIT.Data.Sync.EfCore
7.0.3
See the version list below for details.
dotnet add package BIT.Data.Sync.EfCore --version 7.0.3
NuGet\Install-Package BIT.Data.Sync.EfCore -Version 7.0.3
<PackageReference Include="BIT.Data.Sync.EfCore" Version="7.0.3" />
paket add BIT.Data.Sync.EfCore --version 7.0.3
#r "nuget: BIT.Data.Sync.EfCore, 7.0.3"
// Install BIT.Data.Sync.EfCore as a Cake Addin #addin nuget:?package=BIT.Data.Sync.EfCore&version=7.0.3 // Install BIT.Data.Sync.EfCore as a Cake Tool #tool nuget:?package=BIT.Data.Sync.EfCore&version=7.0.3
SyncFramework
is c# a library that helps you synchronize any type of data, using delta encoding technology
There are currently 2 implementations of the SyncFramework
- SyncFramework for XPO
- SyncFramework for Entity Framework Core
If you want to learn more about data synchronization you can checkout the following blog posts:
- Data synchronization in a few words - https://www.jocheojeda.com/2021/10/10/data-synchronization-in-a-few-words/
- Parts of a Synchronization Framework - https://www.jocheojeda.com/2021/10/10/parts-of-a-synchronization-framework/
- Let�s write a Synchronization Framework in C# - https://www.jocheojeda.com/2021/10/11/lets-write-a-synchronization-framework-in-c/
- Synchronization Framework Base Classes - https://www.jocheojeda.com/2021/10/12/synchronization-framework-base-classes/
- Planning the first implementation - https://www.jocheojeda.com/2021/10/12/planning-the-first-implementation/
- Testing the first implementation - https://youtu.be/l2-yPlExSrg
- Adding network support - https://www.jocheojeda.com/2021/10/17/syncframework-adding-network-support/
Current version 7.0.X
Target Framework net6.0
- EfCore Version 7.0.3
- Postgres Version 7.0.3
- Pomelo Mysql Version 7.0.0
- Sqlite Version 7.0.3
- Sql Server Version 7.0.3
Nugets
- Common base classes and interfaces to implement delta synchronization https://www.nuget.org/packages/BIT.Data.Sync/
- EfCore Implementation https://www.nuget.org/packages/BIT.Data.Sync.EfCore/
- EfCore Implementation for postgres https://www.nuget.org/packages/BIT.Data.Sync.EfCore.Npgsql/
- EfCore Implementation for Mysql/MariaDB using Pomelo provider https://www.nuget.org/packages/BIT.Data.Sync.EfCore.Pomelo.MySql/
- EfCore Implementation for Sqlite https://www.nuget.org/packages/BIT.Data.Sync.EfCore.Sqlite/
- EfCore Implementation for MsSqlServer https://www.nuget.org/packages/BIT.Data.Sync.EfCore.SqlServer/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- BIT.Data.Sync (>= 1.0.0)
- JetBrains.Annotations (>= 2021.2.0)
- Microsoft.EntityFrameworkCore (>= 7.0.3)
- Microsoft.EntityFrameworkCore.InMemory (>= 7.0.3)
- Microsoft.EntityFrameworkCore.Relational (>= 7.0.3)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on BIT.Data.Sync.EfCore:
Package | Downloads |
---|---|
BIT.Data.Sync.EfCore.Pomelo.MySql
SyncFramework delta generator and delta processor for Pomelo MySql |
|
BIT.Data.Sync.EfCore.Npgsql
SyncFramework delta generator and delta processor for Npgsql |
|
BIT.Data.Sync.EfCore.SqlServer
SyncFramework delta generator and delta processor for MSSqlServer |
|
BIT.Data.Sync.EfCore.Sqlite
SyncFramework delta generator and delta processor for Sqlite |
GitHub repositories
This package is not used by any popular GitHub repositories.