Cloud-Native Development, Workshops

CCM01 Hands-On Workshop: Building Cloud-native Microservices with Dapr

11/13/2023

8:30am - 5:30pm

Level: Intermediate to Advanced

Marcel de Vries

Global MD & CTO

Xebia

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 and cloud resources.

You will lean:

  • Dapr and side-car architecture
  • Dapr components and actor programming model
  • About programming container-based applications in .NET using Dapr