The top 24 most useful Visual Studio Shortcuts in a convenient cheat sheet
3 Ways to View and Log the SQL Generated by Entity Framework Core 5
3 easy ways to view the SQL created by Entity Framework Core (EF Core).
Software Abstraction vs. Encapsulation
In this post I'm going to distill what I believe are the essential differences between Abstraction and Encapsulation. These concepts can be confusing for new and old developers alike!
YAGNI
"YAGNI" is an acronym that stands for "You Ain't Gonna Need It" In practice, what it means you shouldn't jump the gun and write software that you presume you'll need in the future. Build the simplest thing that will work and then see if you need what you initially presumed.
C# LINQ: How to use Any(), All() and Contains()
Summary on how to use the C# LINQ methods Any(), All() and Contains()