Documenting code can be dull, but explaining the source code of a complex project is hard for AI to get right Google has ...
I'm re-thinking how to reuse common code across unrelated applications. (E.G. A method to convert an Exception into a well-formatted and useful text with all of it's inner exceptions included.) I ...
A GitHub project providing more than 300 code samples to illustrate ASP.NET Core fundamentals has amassed more than 4,100 stars. The dodyg/practical-aspnetcore project comes from Dody Gunawinata, with ...
In this space, I typically write about tools that help you build, manage, test or deploy software development projects. The one part of the project I've mostly ignored thus far is perhaps the most ...
BenchmarkDotNet is a lightweight, open source, powerful .NET library that can transform your methods into benchmarks, track those methods, and then provide insights into the performance data captured.