Paulovich.Caju 0.2.86

There is a newer version of this package available.
See the version list below for details.
dotnet new install Paulovich.Caju::0.2.86
This package contains a .NET Template Package you can call from the shell/command line.

$ dotnet new -i Paulovich.Caju::0.2.86
     $ dotnet new caju

Will be created a .NET Solution with a layered backend (Domain - Application - Infrastructure - UI) with the Clean Architecture Style. You can change to Hexagon or Event Sourcing.

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
0.7.3 4,878 9/22/2019
0.7.2 1,582 9/22/2019
0.7.1 1,488 9/22/2019
0.7.0 1,653 9/22/2019
0.6.0 3,296 7/11/2018
0.5.0 2,222 5/13/2018
0.4.4 1,996 5/13/2018
0.4.2 2,075 4/26/2018
0.4.1 1,991 4/25/2018
0.4.0 2,126 4/19/2018
0.3.3 1,947 4/18/2018
0.3.2 1,940 4/18/2018
0.3.1 2,035 4/10/2018
0.3.0 1,999 4/10/2018
0.2.98 2,034 4/9/2018
0.2.97 1,923 4/8/2018
0.2.96 1,909 4/8/2018
0.2.94 2,105 4/8/2018
0.2.93 2,023 4/8/2018
0.2.91 2,095 4/8/2018
0.2.90 1,996 4/7/2018
0.2.86 1,954 4/7/2018
0.2.85 1,745 4/5/2018
0.2.84 1,911 4/2/2018

-- FIX dependencies on dotnet new restore
- Architecture styles support
-- Clean architecture with Input/Output/Interactors
-- Hexagonal architecture with CommandHandlers, Commands and Command Results
-- Event Sourcing with CQRS and Domain Events
- WebAPI
- Docker images optimized for startup
- Mongo.Driver, EntityFramework.Core, Confluent.Kafka or Dapper data access frameworks
- Layerd application with (Application - Domain - Infrastructure - UI)
- Domain-Driven Design (Aggregates, Entities, Value Objects, Commands, Domain Events)
- Serilog Logging
- UI projects options
- Kafka as Service Bus or none.