SC.Microservice.BackgroundJobs.Template
1.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install SC.Microservice.BackgroundJobs.Template::1.1.0
This package contains a .NET Template Package you can call from the shell/command line.
SC.Microservice.BackgroundJobs.Template
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.BackgroundJobs.Template::1.1.0
Create new project:
dotnet new sc-jobs-sln -n MyProjectName
Database :
Db type support SQLServer or MariaDB or PostgerSQL.
Jobs.Scheduler:
- Change ConnectionStrings in appsettings.json
Jobs.Infrastructure:
- Change ServiceCollection in ConfigureServices
- Create local database
- Open View : Package Manager Console (Visual Studio). Change Default project to "microservices\Jobs\Jobs.Infrastructure"
- Run command:
PM> Update-database
Jobs.ScheduleUI:
- Change ConnectionStrings in appsettings.json
License
-
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.