Tag: Dotnet
All the articles with the tag "Dotnet".
-
Standardising Observability with OpenTelemetry
Published:• 7 min readInconsistent logging and observability is a problem you don't notice until production is on fire. OpenTelemetry is the standard that fixes it — here's what it is and how to get started in .NET.
-
Dev Tunnels Aren't Just for Webhooks
Published:• 5 min readDev tunnels are usually mentioned in the context of testing webhooks or local event handlers. But there's a much simpler use case that often gets overlooked - sharing your localhost with a colleague.
-
Hosting an MCP Server in .NET — Your Options and When to Use Them
Published:• 7 min readMCP is gaining serious traction, and .NET support is solid. Here's how to think through transport choices and hosting models before you commit to one.
-
Design Patterns Are Solutions, Not Standards
Published:• 5 min readReaching for a familiar pattern before understanding the problem is one of the most common mistakes in software development. Here's why patterns should never become standards, and what to do instead.
-
Sharing Code Across .NET Projects with csproj Includes: An Azure Functions Example
Published:• 3 min readA guide for how and why to share code between .NET projects using csproj includes, with an example using Azure Function Apps.
-
Versioned .NET APIs with Swagger UI
Published:• 3 min readA quick guide on how to set up Swagger UI for versioned .NET APIs, specifically when setup for use with Azure API Management.
-
.NET API Versioning in Azure API Management
Published:• 5 min readA guide on setting up .NET API versioning with Azure API Management.