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...
Jan 14, 20223 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...
Mar 10, 20212 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...
Jan 30, 20213 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...
Nov 6, 20202 min read
Â
Â


LINQ
LINQ started as a simple way to query SQL data through code
Aug 4, 20202 min read
Â
Â


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

