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.
Visual Studio Code now does Blazor development thanks to updated Razor tooling support in a C# extension. Razor and Blazor are related as they're both part of ASP.NET Core, the Web-centric component ...
What is the Data Directory? There are times when sensitive information, such as database connection strings, may need to be available for a web site to use, but that you would never want a visitor to ...
Sometimes I'm just plain lazy. Other times I don't want to have to spend hours debugging ASP code because of typos so I've found a way to help short cut some repetitive ASP coding tasks. The idea is ...
Arriving with .NET 9 in November, C# 13 brings a plethora of new features and enhancements that make it easier to write efficient, high performant code. The params keyword has been extended to work ...