👋 We are excited to announce the release of Dapr v1.10!
Thanks to our community contributors who made this release possible! 🎉
Highlights include Dapr Workflows, Bulk Pub/Sub, New local dev tooling and a myriad of new components.
See what's new here: https://t.co/KyYiXxOe0I
👴 Old and busted:
if (value == null)
{
throw new ArgumentNullException(nameof(value));
}
🔥 New hotness:
ArgumentNullException.ThrowIfNull(value);
https://t.co/ddAsm2j7g8
💡Most posts on the net show how to invoke services over HTTP when deploying to #ContainerApps!
📢 Just blogged: 2 parts series showing how to enable #gRPC comm in #ContainerApps using GrpcClient & #Dapr SDK
📖 Read here: https://t.co/4IgDxudWfz
#serverless#aspnetcore#dotnet