SC.Microservice.Template 1.0.0

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

SC.Microservice.Multi.Tenant

The application is written in the .Net - using .NET 6

Installation

Install the latest .NET 6 SDK

Install the dotnet new template:

dotnet new install SC.Microservice.Template::1.0.0

Create new project:

dotnet new sc-multi-tenant-sln -n MyProjectName

Database :

Db type support SQLServer or MariaDB or PostgerSQL.

Inventory.API:

  • Change ConnectionStrings in appsettings.json

Inventory.Infrastructure:

  • Change ServiceCollection in ConfigureServices
  • Create local database
  • Open View : Package Manager Console (Visual Studio). Change Default project to "microservices\Inventory\Inventory.Infrastructure"
  • Run command:
PM> Update-database 

License

MIT

  • net6.0

    • 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,565 12/14/2023
2.0.0 208 9/8/2023
1.3.1 154 9/5/2023
1.3.0 176 8/31/2023
1.2.0 217 8/29/2023
1.1.1 235 8/11/2023
1.1.0 211 8/3/2023
1.0.0 143 7/31/2023