CUSTIS's repositories
CUSTIS.NetCore.EF.MigrationGenerationExtensions
Adds views, synonyms, stored procedures, etc. (so-called SQL objects) to the EF model. Creates migrations, when those objects are changed. SQL objects are defined as raw SQL in C#-code or in embedded resources. They can be even generated at runtime.
CUSTIS.OracleIdempotentSqlGenerator
Idempotent SQL Generator for Oracle
CUSTIS.i18n
CUSTIS.i18n - Multicultural strings support
CUSTIS.NetCore.Lightbox
Lightweight implementaion of outbox pattern, which makes it available to send messages only when DB transaction if successfully commited.