Genocs.CleanArchitecture.Template 3.0.0

Requires NuGet 5.10.0 or higher.

dotnet new install Genocs.CleanArchitecture.Template::3.0.0
This package contains a .NET Template Package you can call from the shell/command line.

License Build Packages Downloads Prev Downloads Contributors Forks Stargazers Issues Discord Gitter Twitter Twitterx LinkedIn

logo

Clean Architecture Template

Built for .NET8. It incorporates the most essential Packages your projects will ever need. Follows Clean Architecture Principles.

The template can be used with the dotnet new command or with the Visual Studio 2022 or Visual Studio Code IDEs.

Goals

This is an Application Template built to help you create LOB applications. It follows the Clean Architecture Principles and built on Domain-Driven-Design. This tool is useful to increases productivity on developing your next microservices. The template allows you to use different databases and enterprise service bus.

Databases supported:

  • InMemoryDB (for development purpose)
  • SqlServer
  • MongoDB

Enterprise Service Bus libraries supported:

  • Particular NServiceBus
  • MassTransit
  • Rebus

Prerequisites

Getting Started

Open up your Command Prompt or PowerShell or "bash" and run the following command.

# To clone the repository
git clone https://github.com/Genocs/clean-architecture-template
# To build the nuget package
nuget pack ./src/Package.Template.nuspec -NoDefaultExcludes -OutputDirectory ./out -Version 3.0.0
# To install the template
dotnet new --install Genocs.CleanArchitecture.Template

or,

if you want to use a specific version of the template,

use

dotnet new --install Genocs.CleanArchitecture.Template::3.0.0

This would install the Genocs CleanArchitecture Template globally on your machine.

For more details on getting started, read the documentation

Changelogs

View Complete Changelogs.

License

This project is licensed with the MIT license.

Community

Support

Has this Project helped you learn something New? or Helped you at work?

Here are a few ways by which you can support.

  • ⭐ Leave a star!
  • 🥇 Recommend this project to your colleagues.
  • 🦸 Do consider endorsing me on LinkedIn for ASP.NET Core - Connect via LinkedIn
  • ☕ If you want to support this project in the long run, consider buying me a coffee!

buy-me-a-coffee

Financial Contributors

Become a financial contributor and help me sustain the project.

Support the Project on Opencollective.

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
3.0.0 2,941 4/14/2024

- Relesase 3.0.0:
 Added list of events
 
- Clean Architecture Principles Documentation
- .NET8
- Swashbuckle 5
- Entity Framework Core 5
- Enterprice Service Bus