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 …
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 …
Many years back, I actually started programming so that I could cheat at an online web browser based game (I …
Benchmarking your code can take on many forms. On some level Application Performance Monitoring (APM) solutions such as New Relic …
Because the legacy SmtpClient inside .NET Core is now marked as deprecated. It is recommended you follow our guide on …
Pretty much any project that allows file uploads is going to utilize some cloud storage provider. It could be rackspace, …
If you’ve never used a dependency injection framework before, then the new Services DI built into .net core could be …
In a previous post, we talked about how to use a Redis Cache in .net Core. In most large scale …