Queues In C# .NET
I was recently looking into the new Channel<T> API in the latest version of .NET Core (For an upcoming post), …
I was recently looking into the new Channel<T> API in the latest version of .NET Core (For an upcoming post), …
While working on an API that was built specifically for mobile clients, I ran into an interesting problem that I …
For the past few years, everytime I’ve started a new project there has been one sure fire class that I …
I want to start off this post by saying if you are starting a new .NET Core project and you …
I’m currently living the whole snake case vs camel case argument all over again. Me being a web developer, I …
I’ve seen some fierce office arguments about how to use HttpClient in .NET since I’ve been programming. And it’s always …
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”. …
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 …