#programming-tips
Read more stories on Hashnode
Articles with this tag
When it comes to dependency injection and using the built-in IServiceCollection, the framing feels such that we’re restricted to ASP.NET Core. So if...
As much as we’d like to write perfect programs, there’s going to be a point where you need to think about handling error cases in your C#...
Recently I published an article about the various performance characteristics of using regex in C#. Specifically, there are a handful of ways that we...
In software engineering, composition plays an important role in object-oriented programming. If you’ve come across other articles or videos I’ve put...
Object-oriented programming (OOP) is a fundamental concept in software engineering — even though the wave of functional programming is upon us! It’s a...
If you’re a beginner software developer then you may have already heard about regular expressions, but you might not have been able to put them into...