Tag: csharp
Making ASP.NET Core applications readable - the options patterns
Applications are read more often than they are written. The normal situation when a developer comes onto a project is that anything from a couple of weeks to several months is…
Centrally managing dependencies in your C# solutions
Today, I'd like to talk about the best way to centrally manage dependencies in your dotNET solutions. It's common for a single solution to comprise multiple projects. The happy…
Better data validation exceptions with C#
There are times when I look at code I have written and think to myself "there has to be a better way." When I start thinking like this, I start by looking at the documentation -…