Installs the core MS Sync Framework redistributables (Synchronization-v2.1-x86-ENU.msi and Synchronization-v2.1-x64-ENU.msi) if they aren't allready installed, and then adds a reference for the 'Microsoft.Synchronization' assembly to your project. The msi distributables are obtained from here:...
More information
Dotmim Sync core assembly. Manage a sync process beetween two relational databases provider. Can't be used alone. Choose a server and a client provider such as Dotmim.Sync.SqlServerProvider or Dotmim.Sync.SqliteProvider
Sql Server Sync Provider. Manage a sync process beetween two relational databases provider. This provider works with SQL Server and can be used as Client or Server provider .Net Standard 2.0
Proxy to be able to Sync through an ASP.NET CORE application. Choose a Dotmim.Sync provider and protects your database call through web api calls only. this assembly is meant to be used from within your client application and will execute all the http calls
SQLite Sync Provider. Manage a sync process beetween two relational databases provider. This provider works with SQL Server and can be used only as Client provider. Use SqlSyncProvider or MySqlSyncProvider for the server side .Net Standard 2.0
This package will ensure that the 'DatabaseProviders' msi for MS Sync Framework is installed, and it will then add references to the necessary assemblies:
Microsoft.Synchronization.Data.dll,
Microsoft.Synchronization.Data.Server.dll,
Microsoft.Synchronization.Data.SqlServer.dll,...
More information
MySql Sync Provider. Manage a sync process beetween two relational databases provider. This provider works with SQL Server and can be used as Client or Server provider .Net Standard 2.0
Sql Server Sync Provider. Manage a sync process beetween two relational databases provider. This provider works with SQL Server and can be used as Client or Server provider. Based on SqlSyncProvider, but uses the SQL Server change tracking feature instead of tracking tables. .Net Standard 2.0
Proxy to be able to Sync through an ASP.NET CORE application. Choose a Dotmim.Sync provider and protects your database call through web api calls only. This assembly is meant to be used from your ASP.Net core Web Api project, and will handle all http requests calls.
This package will ensure that the 'ProviderServices' msi for MS Sync Framework is installed, and it will then add references to the necessary assemblies:
Microsoft.Synchronization.Files.dll,
Microsoft.Synchronization.MetadataStorage.dll,...
More information
MariaDB Sync Provider. Manage a sync process beetween two relational databases provider. This provider can be used as Client or Server provider .Net Standard 2.0