Accessing Dapr secrets building block using Dapr .NET SDK

Apr 6, 2021

In all previous posts, we were looking at the Dapr service invocation building block. We have seen how to expose and call HTTP and gRPC services using it. In this post, we will see how Dapr ease developers life when it comes to deal with secrets, thanks to the secrets management building block.

Continue reading

Calling Dapr service with gRPC

Mar 25, 2021

In previous posts, we focused on Dapr service invocation using the HTTP protocol. Dapr, through its service invocation, can also reliably and securely communicate with other applications using gRPC. We will have a look at this other capability in this post.

Continue reading

Service to service invocation with Refit and Dapr .NET SDK

Mar 18, 2021

In the last post, we have seen how to call a service from another service using the Dapr .NET SDK. In this one, we will have a look at a possible way to simplify the development of the client code using Refit, the automatic type-safe REST library for .NET Core, Xamarin, and .NET.

Continue reading

Service to service invocation with Dapr .NET SDK

Mar 16, 2021

In the previous two posts, we tackled the way to start with Dapr and how to call services. In this one, we will see how we can leverage the Dapr .NET SDK to handle service to service calls.

Continue reading

Page 7 of 145