Single Endpoint ASP.NET API Controllers
Traditional ASP.NET API Controllers When working with ASP.NET API’s, it’s common practice to have a controller class defined that represents the set of endpoints for…
Traditional ASP.NET API Controllers When working with ASP.NET API’s, it’s common practice to have a controller class defined that represents the set of endpoints for…
Static System Resources When writing unit tests in C#, one question that often comes up is how to mock static resources, and which static resources…
When developing applications with modern frameworks like Angular or React, you often hear about the Redux pattern for managing your global state. I’m not going…
For an application that I’m building out with .NET Core and Angular 11, I have the need to query the server at application startup to…
Yup, that’s actually a thing! I’ve never personally seen it discussed in any of the talks or presentations that I’ve seen on C# 8, but…
It’s been about 15 years since I last stepped foot in a Dojang (Korean for school or training studio), but there was a time that…
Many libraries that deal with pathing (taking path “fragments” and appending them together to form a larger path) do not care whether you add trailing…
I’m not seeing any hits on the Googles yet for this, but yesterday I ran into an issue where my OmniSharp (the official C# plugin…
While I’m not normally a guy that puts a ton of energy into New Years Resolutions, this past several months have caused me to decide…
No matter what you do for a living, one of the core skills that you must nurture and constantly grow is your ability to communicate…