Jan 14, 20223 min read
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...
0 comments
Mar 10, 20212 min read
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...
0 comments
Jan 30, 20213 min read
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...
0 comments
Nov 6, 20202 min read
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...
0 comments
Apr 19, 20182 min read
Let's talk Interpolated Strings
Microsoft - An interpolated string is a string literal that might contain interpolation expressions.
0 comments