engineering 🔏 Internal modules concrete encapsulation A neat way to hide the concrete implementation between internal modules.
engineering 🏗️ Friend Assemblies compromise for Software Engineering A practical way in .NET to encapsulate modules' internals, helping you drive a good-enough software architecture
code DDD - Database Driven Design DDD as in Database Driven Design, is way more popular than Domain Driven Design. 🤦♂️ But please stop doing it!
C# Stream HTTP Response Content in ASP.NET Core Web API How to stream an the HTTP response in .NET Core WebAPI
C# Store & Pass Call Context in .NET How to store and pass some context down the call stack in .NET. Via AsyncLocal / AsyncLocal<T>
C# Factory Pattern in .NET - super easy with H.Necessaire How to easily do factory pattern in .NET using H.Necessaire.