Tag: dotnet
All the articles with the tag "dotnet".
-
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.