ASP.NET Core Clean Architecture starter using .NET 9 and MailKit.
Starter template implementing Clean Architecture on ASP.NET Core (.NET 9). It provides a layered solution with Domain, Application, Infrastructure, Presentation, and WebAPI projects, plus CQRS patterns, EF Core integration, MailKit-based email support, and unit testing scaffolding. Suited for building REST APIs and enterprise web services focused on separation of concerns and testability.
0