- Jan 14, 2022
- 3 min
Exception Handling and Logging basics
Hey kids!! Let's go over some basics for exception (error) handling and logging. This is legit the hill I will die on when I'm debating...

- Mar 10, 2021
- 2 min
The Great Debate - Single or First
Ah, the joy of having options! I have definitely had some spirited debates regarding which method to use .First() or .Single() I am...


- Jan 30, 2021
- 3 min
Switch Statement Fun
Hey kids! Let’s have a chat about how to properly use a switch statement. We are only able to use a switch is we are comparing a...


- Nov 6, 2020
- 2 min
NET MVC vs NET Core
I've been asked a few times if a new developer should focus on learning .NET MVC or .NET Core. The simple answer is: both. .NET Core is...




- Apr 19, 2018
- 2 min
Let's talk Interpolated Strings
Microsoft - An interpolated string is a string literal that might contain interpolation expressions.
