Category: Tips
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 -…
Documenting open-source projects
Over the last 25 years, I've contributed to and written a lot of technical documentation, whether it is in the form of official documentation, blogs, tutorials, or books. Tech…