Navid.Clean.Architecture.Template
1.0.0
dotnet new install Navid.Clean.Architecture.Template::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.
Clean Architecture Solution Template
This is a solution template for creating a MVC ASP.NET Core following the principles of Clean Architecture. Create a new project based on this template by clicking the above Use this template button or by installing and running the associated NuGet package (see Getting Started for full details).
Technologies
- ASP.NET Core 6
- Entity Framework Core 7
- MediatR
- AutoMapper
- FluentValidation
- NUnit, FluentAssertions, Moq & Respawn
Getting Started
The easiest way to get started is to install the NuGet package and run dotnet new nca
:
- Install the latest .NET 6 SDK
- Run
dotnet new --install Navid.Clean.Architecture.Template
to install the project template - Create a folder for your solution and cd into it (the template will use it as project name)
- Run
dotnet new nca
to create a new project - Navigate to
src/WebUI
and launch the project usingdotnet run
This package has no dependencies.
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 |
---|---|---|
1.0.0 | 2,312 | 12/8/2022 |