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…
Leave a CommentJamieNordmeyer.net Posts
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…
Leave a CommentFor 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…
Leave a CommentYup, 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…
Leave a CommentIt’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…
Leave a CommentMany libraries that deal with pathing (taking path “fragments” and appending them together to form a larger path) do not care whether you add trailing…
2 CommentsI’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…
Leave a CommentWhile 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…
4 CommentsNo matter what you do for a living, one of the core skills that you must nurture and constantly grow is your ability to communicate…
2 CommentsI’m releasing the slides and code for a couple of talks that I put together for the developer interns that I worked with this last…
Leave a Comment