Getting A Mime Type From A File Name In .NET Core
Getting a mime type based on a file name (Or file extension), is one of those weird things you never …
Getting a mime type based on a file name (Or file extension), is one of those weird things you never …
It’s almost a right of passage for a junior developer to cludge together their own CSV parser using a simple …
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 …
At Microsoft Build today, it was announced that a Windows Desktop “pack” or “addon” would be released for .NET Core. …
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 …
There is some pretty nifty new features making their way into .NET Core 2.1, many of which I’ll be blogging …