Blog Logo
TAGS

Practical Microservice Development with Dapr

Practical Microservice Development with Dapr is a comprehensive guide that covers various aspects of developing microservices using Dapr, a portable, event-driven runtime that simplifies building micr...

Read more...

An in-depth guide to Dapr workflow patterns in .NET

After covering Dapr workflow basics in the previous article, let’s take a look at the different application patterns that can be used with Dapr workflow and .NET. The patterns covered in this post are...

Read more...

An in-depth guide to Dapr workflow patterns in .NET

After covering Dapr workflow basics in the previous article, let’s take a look at the different application patterns that can be used with Dapr workflow and .NET. The patterns covered in this post are...

Read more...

An in-depth guide to Dapr workflow patterns in .NET

After covering Dapr workflow basics in the previous article, let’s take a look at the different application patterns that can be used with Dapr workflow and .NET. The patterns covered in this post are...

Read more...

Developing microservices like a boss with Dapr and Azure Container Apps - Jakob Ehn - NDC Oslo 2023

Developing microservices like a boss with Dapr and Azure Container Apps - Jakob Ehn - NDC Oslo 2023

The text introduces a session on Azure container apps and dapper and the benefits of using containers for microservices architecture, regardless of the tech stacks used. The speaker, a consultant from...

Read more...

Implementing Dapr State Management in ASP.NET Core Web APIs

Learn how Daprs State Management API simplifies handling state in distributed architectures, enabling you to store state across a variety of data stores. With the ability to configure the level of dat...

Read more...

Dapr v1.11 Release Highlights and Local Development of Cloud-Native Apps with Dapr and Testcontainers

The Dapr maintainers released version 1.11 of the distributed application runtime, with new features and upgrades for building microservices reliably and quickly. The Configuration building block is n...

Read more...

Authentication and Authorization of Dapr Requests for .NET Web API

Learn how to authenticate and authorize requests coming from Dapr in a .NET Web API deployed to Azure Container Apps as a container app. Discover how to set up the application with minimal impact to l...

Read more...

Understanding the Dapr Workflow engine & authoring workflows in .NET

In this post, youll learn about the latest Dapr building block API, Dapr Workflow. You’ll learn how the workflow engine works, and how to author a basic workflow using C#. Dapr Workflow is a code-base...

Read more...

Distributed Application Runtime (Dapr) v1.10 Released - A Framework For Building Cloud-Native Applications

The Dapr maintainers released V1.10 of Distributed Application Runtime (Dapr), a developer framework for building cloud-native applications, making it easier to run multiple microservices on Kubernete...

Read more...

Distributed Application Runtime (Dapr) v1.10 Released

Distributed Application Runtime (Dapr) version 1.10 has been released. This release includes a number of new features and improvements, including support for .NET 6 and Java 17, a new grpc proxy, impr...

Read more...

Dapr 1.10 Release Highlights

Dapr 1.10 Release Highlights - YouTube. In this video, we look at the new features in Dapr 1.10 release. Some of the new features include full support for ASP.NET Core 6, new bindings, updates to stat...

Read more...

Debugging Dapr applications with Rider or Visual Studio: A better way

Dapr is a powerful tool for building distributed applications, but debugging can be tedious and error-prone. This article explores two methods for debugging Dapr applications with Rider and Visual Stu...

Read more...

Dapr and Azure Functions: Part 1 – Hello World

This series of articles explores how to build Functions based microservices running in Dapr. The goal is to help folks new to Docker and containers better understand what’s happening under the hood wi...

Read more...

Building a .NET Distributed Application with DAPR and Azure Container Apps

In this article, Albert Starreveld from VX Company explains the benefits of using DAPR (Distributed Application Runtime) for container-based, distributed architectures. He covers the advantages in ser...

Read more...

Diagrid Launches Fully Managed Dapr Service for Kubernetes with $24.2 Million Funding

Diagrid, a startup founded by the creators of Dapr and Kubernetes Event-Driven Autoscaling (KEDA) received $24.2 million in funding, $4.2 million of which was from a seed round led by Amplify and the ...

Read more...

Polyglot Microservices Communication Using Dapr on AKS

Distributed Application Runtime (Dapr) is a CNCF project that provides capabilities to solve common concerns like service discovery, service-to-service communication, state management, configuration, ...

Read more...

Dapr v1.9 is now available

We’re happy to announce the release of Dapr 1.9.0! 🚀 🎉 🎈This new version comes with a lot of features, enhancements and bug fixes, including Pluggable components, which allows developers to define ...

Read more...

Azure Container Apps Async Communication with Dapr Pub/Sub API - Part 6

In this post, we will introduce the Publisher-Subscriber (Pub/Sub) pattern to decouple the communication between services in Azure Container Apps, using Dapr Pub/Sub API. We will create a new backgrou...

Read more...

Azure Container Apps Monitoring and Observability with Application Insights

When building a microservices application that consists of many distributed services that communicate with each other across different processes and use different infrastructure services, having a mec...

Read more...