Skip to content

Code on how to keep entities in sync using EntitySynchronizer

License

Notifications You must be signed in to change notification settings

Chrobyte/abp-module-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abp-module-sync

Code on how to keep entities in sync using EntitySynchronizer.

For more information, take a look at our blog post here.

Initial code was generated using the abp cli.

abp new Cb.Samples.ProjectManagement -t module -csf
abp new Cb.Samples.CustomerManagement -t module -csf
abp new Cb.Samples.ModulesEntitySync8 -t app -u blazor-server -dbms SqlServer

Please note

As this is just a sample we have decided to only implement for blazor ui and ef core.

We ignored A LOT of best practice for the sake of simplicity.

Setup

Use the build-modules.ps1 script. That will build all modules and move the resulting nuget packages into the packages directory (will be created if not exists).

This directory is used as a local nuget source for our app project.

We could have just used references, but that would not emphasize that modules are something that we normally have no access to.

About

Code on how to keep entities in sync using EntitySynchronizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published