/VerticalSliceArchitecture

A small but opinionated Vertical Slice Architecture solution template for .NET 8

Primary LanguageC#MIT LicenseMIT

banner.png

🤔 What is it?

A small but opinionated Vertical Slice Architecture solution template for .NET 8

Learn

Vertical Slice Architecture: How Does it Compare to Clean Architecture | .NET Conf 2023

🎉 Getting Started

To install the template from NuGet.org run the following command:

dotnet new install Hona.VerticalSliceArchitecture.Template

Then create a new solution:

mkdir Sprout
cd Sprout

dotnet new hona-vsa

Finally, to update the template to the latest version run:

dotnet new update

✨ Features

  • C# 12
  • .NET 8
  • ASP.NET Core
  • Minimal APIs
  • EF Core
  • Swagger UI