Unit Tests
If you are anything like me, you are not a fan of writing unit tests, but appreciate the gift they give when written properly. See the...
Mar 1, 20212 min read


Microsoft Ignite 2021
Ready to check out 48 hours of sessions, learning, connecting, and challenges?? Microsoft Ignite is back virtually! From March 2 at 11am...
Feb 16, 20211 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 a framework, whereas MVC is a code architecture pattern. You can create a project / solution in Core and use the MVC pattern for your code. However, if you choose to begin a project with a base MVC project file, you cannot use the Core framework for it. MVC is Model View Controller pattern. A great resource to learn more from is Microso
Nov 6, 20202 min read


Visual Studio Built-In Refactoring Tool (Quick Actions)
Sometime in the last few iterations (years, probably .. I find things very late in the game) of the Visual Studio IDE, Microsoft introduced a refactoring tool. As much as I love searching StackOverflow for hours to find the answer to the super obscure coding issue I'm having, this refactoring tool saves me sooooooooo much time and irritation!! Whomever built this deserves the Nobel Peace Prize for helping developers refrain from killing people while raging on StackOverflow
Oct 23, 20202 min read


Installing Python
Help on installing Python on a Windows machine
Oct 6, 20201 min read


Guids
An implementation of the universally unique ID (see UUID) that is computed by Windows and Windows applications.
Sep 16, 20201 min read


Conversion failed when converting date and/or time from character string
Datetimes. They can be the hero or your worst enemy. This error is the bane of my existence as a programmer. This is worse than “Hi there! We just wanted to show an error for no reason. Restart Visual Studio. Love, Microsoft” ….. Every time this happens, I forget the fix so now it becomes a post I can Google and maybe save some troubleshooting time too. If you are like I am, you do a little ADO between your C# code and SQL data. I’m very good at not casting and converting
Sep 10, 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






