Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 663 Bytes

File metadata and controls

22 lines (16 loc) · 663 Bytes

SharedKernel for DDD

A lightweight, production-ready Shared Kernel package designed for Domain-Driven Design (DDD) and Clean Architecture–based .NET projects.

This package provides domain abstractions used across bounded contexts, helping you build consistent and maintainable enterprise solutions.

🚀 Features

✔ Domain Abstractions

  • Base Entity & Aggregate Root
  • Value Objects
  • Domain Events & base classes
  • Auditing Interfaces
  • Soft-delete Interfaces
  • Multi-tenant Interfaces
  • Common domain constants

📦 Installation

dotnet add package minhsangdotcom.TheTemplate.SharedKernel