Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.27 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.27 KB


Create modern applications with the best practices using predefined building blocks.

⭐ Support us by clicking the star ⭐

Build & Tests

✨ Features

⚙️ Main

  • CQRS and DomainEvent handlers
  • Predefined domain building blocks (Tactical Domain-Driven Desing)
  • Automatic update of concurrency token in AggregateRoots (prevent lost update and write skew)
  • Automatic sequential Guid generation (in application)
  • Automatic publication of domain events
  • Automatic approval of all changes in one transaction (Unit of Work Pattern)

⚙️ Integrations

  • EntityFrameworkCore
  • FluentValidation

🌐 WebApi

  • Automatic translation of an exception into a response

⚖️ License

This project is under the Apache License 2.0.

☢️ Disclaimer

The project is under development and not ready for production use.