JordiAragon.SharedKernel.Application 5.0.0

dotnet add package JordiAragon.SharedKernel.Application --version 5.0.0
NuGet\Install-Package JordiAragon.SharedKernel.Application -Version 5.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JordiAragon.SharedKernel.Application" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JordiAragon.SharedKernel.Application --version 5.0.0
#r "nuget: JordiAragon.SharedKernel.Application, 5.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JordiAragon.SharedKernel.Application as a Cake Addin
#addin nuget:?package=JordiAragon.SharedKernel.Application&version=5.0.0

// Install JordiAragon.SharedKernel.Application as a Cake Tool
#tool nuget:?package=JordiAragon.SharedKernel.Application&version=5.0.0

What is the SharedKernel Project?

The goal of this project is create the building blocks to follow DDD principles and Clean Architecture in .NET

Nugets ready to use:

  • JordiAragon.SharedKernel - NuGet JordiAragon.SharedKernel.Contracts - NuGet
  • JordiAragon.SharedKernel.Domain - NuGet JordiAragon.SharedKernel.Domain.Contracts - NuGet
  • JordiAragon.SharedKernel.Application - NuGet JordiAragon.SharedKernel.Application.Contracts - NuGet JordiAragon.SharedKernel.Application.Contracts.IntegrationMessages - NuGet
  • JordiAragon.SharedKernel.Infrastructure - NuGet JordiAragon.SharedKernel.Infrastructure.EntityFramework - NuGet
  • JordiAragon.SharedKernel.Presentation.WebApi - NuGet JordiAragon.SharedKernel.Presentation.WebApi.Contracts - NuGet

Dependency graph:

JordiAragon.SharedKernel - Dependency graph

How to debug:

  • You will need the latest Visual Studio 2022 and the latest .NET Core SDK (at least .NET 7 SDK)
  • All the projects library are contained in JordiAragon.SharedKernel.sln solution file.

Used libraries:

  • MediatR
  • AutoMapper
  • Autofac
  • MassTransit
  • FastEndpoints
  • Ardalis.Result
  • Ardalis.Specification
  • Ardalis.SmartEnums
  • Ardalis.GuardClauses
  • FluentValidator
  • Serilog
  • Quartz
  • Refit
  • EasyCaching
  • Volo.Abp.Guids Generator
  • StyleCop & SonarAnalyzer

Brief explanation per project (Pending to complete)

SharedKernel and Contracts

  • Dependency Injection. Allow auto register services using markup interfaces.

Domain and Contracts

  • Common contracts and base implementations to flow DDD principles like: DomainEvents, ApplicationEvents, ValueObjects, Entities, Repository, BusinessRulesValidations and other DDD building blocks.

Application and Contracts

  • Application common contracts and base implementation for EventBus, UnitOfWork and CQRS...
  • Common MediatR pipelines implementation
  • IntegrationMessages contacts and base implementation to be used in EventBus
  • Common EventBus implementation using MassTransit

Infrastructure and Contracts

  • EntityFramework base implementation to allow auditing and outbox to dispatch domain events notifications.
  • BaseCachedRepository is done using ICacheService abstraction.
  • MassTransitEventBus base implementation.

Presentation and Contracts

  • WebApi building blocks. Like BaseApiController, ExceptionMiddleware, CurrentUserService and ResponseBuilder for ProblemDetails.

Testing

  • GitHub workflow CI with SonarCloud integration SonarCloud

Resources and Inspiration

Special thanks to all these authors for sharing their knowledge and expertise:

  • <a href="https://github.com/ardalis/CleanArchitecture" target="_blank">Ardalis: Clean Architecture</a>
  • <a href="https://github.com/jasontaylordev/CleanArchitecture" target="_blank">Jason Taylor: Clean Architecture</a>
  • <a href="https://www.oreilly.com/library/view/implementing-domain-driven-design/9780133039900/" target="_blank">Vaughn Vernon: Implementing Domain-Driven Design (book)</a>
  • <a href="https://kalele.io/books/ddd-destilado/" target="_blank">Vaughn Vernon: Domain-Driven Design Destilado (book)</a>
  • <a href="https://www.amazon.com/Hands-Domain-Driven-Design-NET-ebook/dp/B07C5WSR9B" target="_blank">Alexey Zimarev: Hands-on Domain-Driven Design (book)</a>
  • <a href="https://github.com/dotnet-architecture/eShopOnContainers" target="_blank">Microsoft eShopOnContainers</a>
  • <a href="https://github.com/dotnet-architecture/eShopOnWeb" target="_blank">Microsoft eShopOnWeb</a>
  • <a href="https://github.com/kgrzybek/sample-dotnet-core-cqrs-api" target="_blank">Kamil Grzybek: Sample .NET Core REST API CQRS</a>
  • <a href="https://github.com/kgrzybek/modular-monolith-with-ddd" target="_blank">Kamil Grzybek: Modular Monolith With DDD</a>
  • <a href="https://github.com/oskardudycz/EventSourcing.NetCore" target="_blank">Oskar Dudycz: EventSourcing .NET</a>
  • <a href="https://www.youtube.com/watch?v=26xrX113KZc" target="_blank">Explore DDD: Mauro Servienti - Talk Session: Welcome to the (State) Machine</a>
  • <a href="https://www.youtube.com/watch?v=KkzvQSuYd5I" target="_blank">Explore DDD: Mauro Servienti - Talk Session: All Our Aggregates Are Wrong</a>
  • <a href="https://www.youtube.com/watch?v=Lw04HRF8ies" target="_blank">NDC Oslo: Udi Dahan - Talk Session: CQRS pitfalls and patterns</a>
  • <a href="https://www.youtube.com/watch?v=kPV1SkdSnhE" target="_blank">Vladimir Khorikov: DDD in a nutshell</a>
  • <a href="https://odysee.com/@sunnyAtticSoftware:a?view=content" target="_blank">Diego Martin: SunnyAttic Software Videos</a>
  • <a href="https://www.youtube.com/watch?v=SUiWfhAhgQw" target="_blank">Jimmy Bogard: Vertical Slice Architecture</a>
  • <a href="https://www.youtube.com/@CodeOpinion" target="_blank">CodeOpinion: Youtube Channel</a>
  • <a href="https://www.youtube.com/@amantinband" target="_blank">Amichai Mantinband: Youtube Channel</a>
  • <a href="https://www.youtube.com/@MilanJovanovicTech" target="_blank">Milan Jovanović: Youtube Channel</a>

About:

The SharedKernel Project was developed by <a href="https://www.linkedin.com/in/jordiaragonzaragoza/" target="_blank">Jordi Aragón Zaragoza</a>

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0 89 4/2/2024
4.0.0 101 1/23/2024
3.0.0 235 12/2/2023
2.2.0 142 11/5/2023
2.1.2 145 9/27/2023
2.1.1 204 8/24/2023
2.0.0 164 7/15/2023
1.0.0 143 6/4/2023