ASP.NET Core, Background Services, C# Channels - Editing Service - Tricking Library Ep18

preview_player
Показать описание
In this tutorial we implement a background service for video service, and we use message passing - c# channels for communication with the background service.

Rider trial extension:
1. Code: RD5K9-4TXXW-KMV3G-NYWSF-3ZSTP

Рекомендации по теме
Комментарии
Автор

Is there is particular reason for using a HostedService instead of MediatorR ?

jexes
Автор

What is name of the theme you ate using in the video? Looks good!

dhurtig
Автор

I have hard time deciding whether to use dotnet background service or another process with gRPC or similar tech to handle messaging. I need to process media then upload it to web. I want to seperate these two concerns. What should I do? I followed this tutorial and achieved what I want. But I don't know if its right/better way. Also appreciate your videos!

nullentrophy