Cloud, Containers, and Microservices

T14 Building Cloud-native Microservices with Dapr

03/05/2024

3:00pm - 4:15pm

Level: Intermediate

Marcel de Vries

Global MD & CTO

Xebia

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 learn:

  • What is Dapr
  • How to use it in your microservices applications
  • How it lets you defer architectural choices