Create ASP.NET Core Worker Service in Visual Studio 2019 (Getting Started)

preview_player
Показать описание
Create ASP.NET Core Worker Service in Visual Studio 2019 (Getting Started)
A worker service is a .NET project built using a template which supplies a few useful features that turn a regular console application into something more powerful. A worker service runs on top of the concept of a host, which maintains the lifetime of the application. The host also makes available some familiar features, such as dependency injection, logging and configuration.
Processing messages/events from a queue, service bus or event stream
Reacting to file changes in an object/file store
Aggregating data from a data store
Enriching data in data ingestion pipelines
Formatting and cleansing of AI/ML datasets
Рекомендации по теме
Комментарии
Автор

Thanks for making this video.

You really should really turn up the volume on your mic. I can barely hear you in your videos.

ByrneGrant
Автор

Is it possible to connect a database with Worker Service? I couldn't find any resource about this subject.

erennmutlu_
visit shbcf.ru