Implementing Dapr State Management in ASP.NET Core Web APIs
In distributed architectures, we'll usually have a number of independent stateless services that serve a purpose (set around a domain, such as ordering items, storing items in a catalog, handling authentication etc.)
While services should strive to b...
willvelida.hashnode.dev12 min read