youtube image
From YouTube: ASP.NET Core Series: Getting started with the Worker templates

Description

The Worker Service templates in ASP.NET Core provides a starting point for writing long running service apps.

In this episode, Brady Gaster to show us how we can get started with the Worker templates inside of Visual Studio.

[00:31] - What are the Worker templates?
[03:58] - Creating a new worker service in Visual Studio
[07:59] - Using the worker services in Docker

Background tasks with hosted services in ASP.NET Core
https://docs.microsoft.com/aspnet/core/fundamentals/host/hosted-services?WT.mc_id=ondotnet-c9-cephilli

.NET Generic Host
https://docs.microsoft.com/aspnet/core/fundamentals/host/generic-host?WT.mc_id=ondotnet-c9-cephilli

Host ASP.NET Core in Docker containers
https://docs.microsoft.com/aspnet/core/host-and-deploy/docker/?WT.mc_id=ondotnet-c9-cephilli

Azure Container Registry
https://docs.microsoft.com/azure/container-registry?WT.mc_id=ondotnet-c9-cephilli

#aspnet #dotnet #microservices