Pro Tip: using static Microsoft.AspNetCore.Http.StatusCodes
Use 'using static' with Microsoft.AspNetCore.Http.StatusCodes for cleaner, more readable HTTP status code references in ASP.NET Core.…
Use 'using static' with Microsoft.AspNetCore.Http.StatusCodes for cleaner, more readable HTTP status code references in ASP.NET Core.…
Exploring how to implement Go's defer keyword in C# 8.0 using IDisposable and the new using declaration syntax.…
How to use Microsoft.Net.Compilers.Toolset to test daily builds of the Roslyn C# compiler in your .NET Core projects.…
C# 8.0 isn't officially supported on .NET Standard 2.0, but that doesn't mean we can't use it anyway.…
.NET Tools are great, but sometimes you don't want them global. Here's how local tools work in .NET Core 3.…