Opinion Time! Blogging Announcements Opinion Time: Should My Code and Markup Samples Have Line Numbers? Should Exception Not Found include line numbers on code blocks? I need my readers' opinions! by Matthew Jones
Musings Developers Life Be The Laziest Programmer You Can Be Be lazy. It's OK. Lazy programmers are GOOD programmers. by Matthew Jones
Visual Studio Bug Hunt NuGet Fixing Intellisense and Go To Definition in Visual Studio 2019 by Matthew Jones
C# Tips A Definitive FizzBuzz Solution Guide in C# Let's take the FizzBuzz question and dissect how you can solve it, what the common mistakes are, and how to improve on it. by Matthew Jones
ASP.NET Razor Pages ASP.NET Core ASP.NET MVC Razor Pages vs MVC - How Do They Differ? Razor Pages and the MVC pattern are different ways of building web apps in ASP.NET Core. Let's see how different they really are. by Matthew Jones
ASP.NET Core Entity Framework Core Entity Framework Using EF Core's InMemory Provider To Store A "Database" In Memory Let's make an in-memory "database" with Entity Framework Core and the InMemory provider! Watch out for squirrels! by Matthew Jones
Ultimate Asynchronous ASP.NET Async/Await A Practical Example Of Asynchronous Programming in C# and ASP.NET Let's take an existing synchronous ASP.NET web app and begin refactoring it to use asynchronous programming. Sample C# project included. by Matthew Jones