Solving Transitive Dependency Issues in .NET Core
Transitive dependency issues can be hard to identify and solve. Here’s my unscientific approach to fixing them.
A Blog About .NET and Software Development
Transitive dependency issues can be hard to identify and solve. Here’s my unscientific approach to fixing them.
Logging is a crucial part of any production-grade .NET application. Here’s a run down of how I like to distinguish between different log levels.
System.Text.Json isn’t ideal for every project. Find out when you should and shouldn’t consider using the new JSON library!
Find out how to efficiently serialize JSON documents with System.Text.Json.