SC.Microservice.BackgroundJobs.Template 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install SC.Microservice.BackgroundJobs.Template::1.2.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 RabbitMQ latest.

Install the dotnet new template:

dotnet new install SC.Microservice.BackgroundJobs.Template::1.2.0

Create new project:

dotnet new sc-jobs-sln -n MyProjectName

Technologies:

  • ASP.NET 6
  • Entity Framework Core 6
  • MediatR
  • AutoMapper
  • MassTransit
  • RabbitMQ
  • Serilog

Database :

Db type support SQLServer, MariaDB, PostgerSQL. The template is configured to use SQL Server by default. If you would prefer to use MariaDB or PostgerSQL, change "DatabaseType" in file: "appsettings.json"

Jobs.Scheduler:

  • Change ConnectionStrings in appsettings.json

Clean.Infrastructure:

  • 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

Support

If you are having problems, please let me know by: https://nguyenson1303.blogspot.com/

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.1.1 2,818 12/8/2023
3.1.0 235 12/6/2023
3.0.0 537 11/23/2023
2.0.1 141 9/21/2023
1.3.1 175 9/15/2023
1.3.0 186 9/15/2023
1.2.0 199 8/29/2023
1.1.1 191 8/8/2023
1.1.0 266 8/4/2023
1.0.0 281 8/4/2023