-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Practical Microservices with Dapr and .NET
By :

Dapr has been designed from the ground up as a set of pluggable building blocks: developers can create an application counting on the support of many facilities, while operators can adapt applications to the hosting environment by simply intervening in the configuration.
Here is a complete list of the tools and components of Dapr:
Dapr provides several building blocks that microservice application developers can adopt selectively, based on their needs. These are outlined here:
This building block is presented in more detail in Chapter 3, Service-to-Service Invocation.
You can learn about this building block in Chapter 4, Introducing State Management.
A discussion of this building block is presented in Chapter 5, Publish and Subscribe.
This building block is presented in more detail in Chapter 6, Resource Bindings.
You can learn about this building block in Chapter 7, Using Actors.
This building block is presented in more detail in Chapter 9, Tracing Dapr Applications.
After learning about Dapr architecture and components, before we can start using them, we need to set up Dapr in our development environment, which will be the topic of the next section.