Skip to content

When our developers use Dotnet for their services and application, they tend to have similar needs when it comes to structure. These templates help developers setup projects.

License

Notifications You must be signed in to change notification settings

Finaps/DotNetTemplating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET API Templates

Prerequisites

.NET Core command-line (CLI) tools

Installation of Template

To install the template localy:

$ dotnet new -i Finaps.Templates.AspNetCore

Usage

$ dotnet new <short-name> -n <ProjectName> [OPTIONS]

Templates included:

  • apiservice: Microservice template designed for containerized services

Azure Developer Spaces

This template can be used with Azure Developers Spaces for Azure Kuberenetes Services (AKS). To prepare the project for this you need to first install devspaces locally:

az aks use-dev-spaces --resource-group debtco-staging --name debtco-staging --verbose

After ins

azds prep (--public)

The option public flag will enable ingresses

One of the benefits of using azds is that we get free helm resources. Helm is the tooling we use to deploy and manage our kubernetes services in combination with kubectl.

About

When our developers use Dotnet for their services and application, they tend to have similar needs when it comes to structure. These templates help developers setup projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published