A simple implementation for soft deleting entities that you can add it to your project and
soft delete entities that you want to soft delete and handle related data to soft delete
or force delete from the database.
Documentation:...
More information
Provides interfaces for Data Access with IRepository<T> and IUnitOfWork. Also provides haviorial interfaces for entities like IIdentifiable, ICreatable, IModifiable, ISoftDeletable, ITranslatable, ILocalizable, ITenantScopable and IRowVersioned. Last but not least provides some types for Exceptions...
More information
A simple implementation for soft deleting entities that you can add it to your project and
soft delete entities that you want to soft delete and handle related data to soft delete
or force delete from the database.
Documentation:...
More information
Provides implementation for Data Access with EntityFrameworkCore.SqlServer. It provides implementation for IRepository<T> and DbContext. It also provides extension methods for IServiceCollection to easily adding types to .NET Core DependencyInjection. Is also supports using multiple DbContexts...
More information