• Home
  • Speaking
  • Workshops
  • About
  • Contact
  • Subscribe
architecture distributed-systems async
image
04 Mar 2026

Async Does Not Mean Scalable

async/await frees threads but doesn't reduce work. Message queues move the bottleneck, they don't remove it. Here's what actually limits throughput in .NET systems.

dotnet opentelemetry observability csharp aspnet-core distributed-tracing
image
07 Feb 2026

OpenTelemetry in C#: Setup, Spans, and Custom Instrumentation

Wire up OpenTelemetry tracing, metrics, and logs in ASP.NET Core, run Jaeger locally, and add custom spans around the business logic that actually matters.

dotnet opentelemetry observability csharp aspnet-core distributed-tracing
image
03 Feb 2026

OpenTelemetry for Developers: The Concepts Explained Simply

A beginner-friendly guide to what OpenTelemetry is and why it matters for .NET developers. Covers the three pillars, instrumentation, and exporters - no code yet.

API Design
image
25 Nov 2025

Api Versioning - A deep dive

async messaging competing consumers
image
25 Mar 2025

Competing Consumers Pattern: The Underrated Key to handling more load

MassTransit Azure
image
13 Feb 2025

MassTransit with Azure Service Bus - Error management

How to recover failed messages that end up in error queues, with MassTransit as the source

software design asynchronous messaging masstransit
image
10 Jul 2024

Getting started: Messaging in .NET with MassTransit

Learn about asynchronous messaging in .NET and how to implement it with MassTransit.

software design design patterns
image
24 Feb 2024

Adapter design pattern

When to use the Adapter design pattern. How to implement the adapter design pattern in C#. What are the adapter design pattern components

  • Previous Page
  • Next Page
Irina Scurtu - photo

Hi! Welcome to my blog

Join my newsletter

Distributed systems, .NET, and the tools reshaping how we build them - the trade-offs that don't make it into the docs.

Let's connect

My latest work

Getting Started: Messaging in .NET with NServiceBus See it on dometrain
MassTransit in .NET See it on dometrain
From Zero to Hero: gRPC in .NET course Web Api for the absolute beginner See it on dometrain
Web Api for the absolute beginner book See it on Amazon

Github Dev.to LinkedIn

All content © Irina Scurtu