28 packages tagged with “dotnet-template”
$ dotnet new -i Paulovich.Caju::0.7.3 $ dotnet new manga It generates a .NET Solution following the Clean Architecture Style, DDD and Separation of Concerns in Domain, Application, Infrastructure and UI.
Install the package: $ dotnet new -i Genocs.CleanArchitectureTemplate::1.8.3 The full clean project: $ dotnet new cleanarchitecture
A .NET 10 project template for quickly creating robust Web APIs using Clean Architecture, Repository Pattern, and SQL Server. Get a production-ready solution in seconds.
Template designed for Genocs Library.
Package Description
Creates an solution template with clean pre-installed architecture
$ dotnet new -i Genocs.MicroserviceTemplate::0.1.0 $ dotnet new microservice It generates a .NET Solution with full fledged microservice components.
$ dotnet new -i Genocs.CleanArchitecture:0.1.0 $ dotnet new cleanarchitecture It generates a .NET Solution following the Clean Architecture Style, DDD and Separation of Concerns in Domain, Application, Infrastructure and UI.
This release has the ability to scaffold out an entire .NET Core project with Aurelia CLI. This will help streamline the Aurelia build process and enable rapid development in an integrated environment. You can generate a full fledge secure application with the --secure true option on top of all the normal options. $ dotnet new -i Aurelia.DotNet.Templates $ dotnet new aurelia $ dotnet new aurelia --help Generates a SPA App with .NET Core backend and Aurelia front end
Install the package: $ dotnet new -i Genocs.WebApiTemplate::1.0.0 Build a solution: $ dotnet new gnx-webapi
A .NET template following the Clean Architecture Style, DDD and Separation of Concerns in Domain, Application, Infrastructure and UI. Separated host for WebApi and ServiceBus. Docker compose debugging support provided as well.
A Clean Architecture template for .NET projects.
A Clean Architecture Web API boilerplate template for .NET developers.
Listener Microservice Template
A collection of .NET dotnet templates for creating File-based Applications (FBA) - simple C# console applications that can be executed directly without project files using the dotnet command-line interface.
This starter template combines an ASP.NET API 🖥️ with a Next.js (React) web application 🌐 and an Expo (React Native) mobile app 📱 to provide a solid foundation for building full-stack applications with powerful APIs and responsive web and mobile interfaces.
A .NET 8 Clean Architecture template by Persisten Solutions. Ideal for web API projects following layered architecture.
Handles command and query construction and execution
Provides domain related interfaces.
Handles data access and persistence for Entity Framework Core
Contains persistence interfaces shared with the application layer
Handles generic data access and persistence
$ dotnet new -i Paulovich.Manga $ dotnet new manga It creates a .NET Solution with a layered backend (Domain - Application - Infrastructure - WebApi) with the Clean Architecture Style.
Handles command and query construction and execution for Entity Framework Core
Adds FluentValidation to the domain
Adds AutoFac module support
Adds support for event sourcing to the Application layer using MediatR.
A comprehensive .NET solution template for building modular monolith applications with WebAPI, WPF, Authentication, and Excel services. Features include JWT authentication module, unit of work pattern, and organized project structure following clean architecture principles.