https://github.com/rabbicse/mehedi.write.rdbms.infrastructure.abstructions
Some useful base classes and interfaces, mainly used with the Write RDMS layer inside CleanArchitecture template.
https://github.com/rabbicse/mehedi.write.rdbms.infrastructure.abstructions
cqrs ddd entity-framework-core rdbms repository sql unitofwork
Last synced: about 1 year ago
JSON representation
Some useful base classes and interfaces, mainly used with the Write RDMS layer inside CleanArchitecture template.
- Host: GitHub
- URL: https://github.com/rabbicse/mehedi.write.rdbms.infrastructure.abstructions
- Owner: rabbicse
- License: gpl-3.0
- Created: 2024-05-07T05:08:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T08:20:12.000Z (about 1 year ago)
- Last Synced: 2025-01-22T09:24:14.127Z (about 1 year ago)
- Topics: cqrs, ddd, entity-framework-core, rdbms, repository, sql, unitofwork
- Language: C#
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/Mehedi.Write.RDBMS.Infrastructure.Abstractions/)
[](https://www.nuget.org/packages/Mehedi.Write.RDBMS.Infrastructure.Abstractions/)
# Mehedi.Write.RDBMS.Infrastructure.Abstructions
Some useful base classes and interfaces, mainly used with the Write RDMS layer inside CleanArchitecture template.
## Technologies
- .NET Core 8
- C#
- MediatR
- xUnit
## Prerequisites
- net8.0
- Mehedi.Application.SharedKernel (>= 1.0.0)
- Mehedi.Core.SharedKernel (>= 1.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.3)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.3)
## Packaging
To pack nuget package write the following command
```
dotnet pack
```
To publish package of Mehedi.Write.RDBMS.Infrastructure.Abstractions.1.0.0.nupkg write the following command
```
dotnet nuget push .\bin\Release\Mehedi.Write.RDBMS.Infrastructure.Abstractions.1.0.0.nupkg --api-key --source https://api.nuget.org/v3/index.json
```
## References
- [eShop](https://github.com/dotnet/eShop)
- [Ardalis.SharedKernel](https://github.com/ardalis/Ardalis.SharedKernel)
- [Clean Architecture Solution Template](https://github.com/jasontaylordev/CleanArchitecture)
- [ASP.NET Core C# CQRS Event Sourcing, REST API, DDD, SOLID Principles and Clean Architecture](https://github.com/jeangatto/ASP.NET-Core-Clean-Architecture-CQRS-Event-Sourcing)