C#: Developing microservice applications with Dapr - Jakob Ehn - NDC Oslo 2021 - видео HD

C#: Developing microservice applications with Dapr - Jakob Ehn - NDC Oslo 2021 - видео
00:56:51

12n.ru 16759 роликов

Developing microservice applications with Dapr - Jakob Ehn - NDC Oslo 2021 - видео.

Moving to microservices architecture brings with it a lot of complexity. Things like state management, service discovery and resilient service communication becomes very important and needs to be implemented properly when building distributed systems.

Dapr is a new portable, event-driven runtime that makes it easy for enterprise developers to build resilient microservices applications, by providing best practice implementations as building blocks that you can use in your distributed applications.

Join me in in this session to learn about how Dapr works, which problems it solves and how to get started with it.


Check out more of our featured speakers and talks at
ndcconferences.com/
ndcoslo.com/

RSS
Nemanja Zivkovic
15:49
+6
For the pubsub, the topic is supposed to be «ordercreated» instead of «order», this is the reason it didn't work. Nice presentation!
Nicholas H
07:02
What is the purpose of service discovery? Don't we as developers need to know what's on our servers already and code against them with a lot of forethought?