Introduction to DAPR

preview_player
Показать описание
The Distributed Application Runtime or DAPR consist of client framework and components that abstract infrastructure and cross cutting concerns such as state management, pub/sub etc. so developers can focus on writing business logic. In this demo, I will go through how to setup and configure DAPR in a .NET Web API project for a pub/sub scenario with Azure Service Bus. I will also show how we can ensure we do not accidently commit secrets such as the Azure Service Bus connection string.

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

This is great. That means you don't have to use a specific SDK to interact with a resource such as a pub sub offering. Amazing video!

juanpabloguerra