HttpClient Factories In .NET Core 2.1
I’ve seen some fierce office arguments about how to use HttpClient in .NET since I’ve been programming. And it’s always …
I’ve seen some fierce office arguments about how to use HttpClient in .NET since I’ve been programming. And it’s always …
There is some pretty nifty new features making their way into .NET Core 2.1, many of which I’ll be blogging …
While working on another post about implementing your own custom ILogger implementation, I came across a method on the ILogger …
There is a current proposal that’s getting traction (By some) to make it into C# 8. That’s “default interface methods”. …
In a previous post I talked about building cross platform GUI applications using Eto.Forms. One thing that came up was …
While helping a new developer get started with ASP.NET Core, they ran into an interesting exception : InvalidOperationException: Cannot consume …
Astute observers will note that .NET Core has been out for quite some time now, with no “GUI” option of …
Ever since I posted a quick guide to sending email via Mailkit in .NET Core 2, I have been inundated …
Many years back, I actually started programming so that I could cheat at an online web browser based game (I …
In a previous post we talked about the new in keyword in C# 7.2, which got me going through the …