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
C# Task vs Thread difference in .NET The difference between Tasks and Threads in .NET. Plain and simple.
C# ☁️Properly Using HttpClient with C# in .NET Standard 2.0 The correct and proper way to use HttpClient with C# in .NET Standard 2.0 to avoid both socket exhaustion and DNS updates.