Complete Practical .NET Core Worker Service Development
Updated 2023 - .NET 7.0 | Build .NET Core Worker Service apps. Deploy as Windows Service, Linux/macOS Daemons, Azure
Description
Worker Service is a project template from .NET Core. This application is designed to build background process and long-process applications. This course is presented to help you get started with .NET Core Worker Service development. Various project samples are provided to enhance your skills to apply Worker Service in real-projects.
You can run a worker service application as standalone application or integrating with your application such as ASP.NET Core application, Console application and background service app.
The bootcamp is delivered with step-by-step approach and focused on the following topics.
basic .NET Core Worker Service development
consuming Timer, Thread, FileSystemWatcher and Socket in .NET Core Worker Service
integration with Entity Framework Core and SQL Server
collaborating between Worker Service and ASP.NET Core MVC
publishing Worker Service as Windows Service, Linux and macOS daemons
publishing .NET Core Worker Service application to Microsoft Azure
You should have a basic knowledge of C# programming to follow this bootcamp.
The bootcamp starts with basic worker service application development. You can run multiple worker services in an application. We also learn how to integrate with database and ASP.NET web application.
Last, we can deploy a worker service application as background service in Windows, Linux and macOS. We also learn how to deploy this application to Microsoft Azure.
Updated:
19 February 2022: Add tutor video for migrating to .NET 6.0. All source codes are migrated to .NET 6.0
23 July 2023: Migrating all projects to .NET 7.0. All source codes are migrated to .NET 7.0
What You Will Learn!
- Learn .NET Core worker service development
- Build multiple worker services in one application
- Develop practical worker service applications with consuming Thread, Timer and Socket
- Implement worker service for File Watcher
- Implement worker service with Entity Framework Core and SQL Server database
- Develop worker service for ASPNET Core MVC
- Build worker service for Windows Service, Linux and macOS Daemons
- Publish .NET Core worker service applications to Microsoft Azure
- Build various projects based .NET Core worker service
Who Should Attend!
- .NET developers
- Student developers
- Professional developers