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