Blog Posts

6 Ways To Implement The Strategy Pattern In C# (Basic To Advanced)

Let’s look at some different ways you could implement the strategy pattern in C#. First, I’d like to briefly mention why we care about design patterns and where the strategy pattern fits in. (Skip ahead if you want 😉)

[Read More]

Functional Programming With C#: Simple Use Case

Update: I created a YouTube video based on this post, if you are interested.

During the past year and a half I have been making a point to learn about and develop my skills in functional programming. For the majority of this experience, I have been using JavaScript and TypeScript. After moving onto another project at work, I was brought back to “C# and SQL world.” Long story short, I noticed the way I was thinking about software problems in C# were totally different than before.

[Read More]