The Core of .NET, Workshops

F01 Workshop: Dapr for Building Distributed .NET Applications

06/17/2022

8:00am - 5:00pm

Level: Advanced

Alex Thissen

Architect, Lead Developer, and Mentor

Modern distributed applications require much more than just application logic. Features such as state management for services, communication using publish/subscribe messaging and event driven binding to cloud resources might be needed. Dapr introduces a runtime to offer such building blocks, and is less invasive in your application, allowing you to pick-and-choose what you need. In this workshop, we will look at the approach that the Dapr runtime takes with a sidecar architecture, separating application logic from the Dapr runtime components. You learn to develop distributed applications in .NET using Dapr's features and how to bind to messaging infrastructure, cloud resources and use the actor programming model and client proxies. You will also learn to combine Dapr in your ASP.NET Core applications using routing, controllers and middleware.

You will learn:

  • Understanding Dapr and side-car architectures
  • Dapr components and actor programming model
  • Progamming container based applications in .NET using Dapr