I use Bogus to demonstrate how fake factories can be used to easily create useful, random data, whether it be primitive types or complex objects, for use in testing and non-production data seeding.
These myths, damaging to the Agile movement, are propagated out of negligence of what Agile is - either inadvertently, through laziness, or old-school skepticism - by all types of people at organizations.
A step-by-step guide to take your MVC project and spice it up with Blazor components - or even Blazor pages!
Identifying some examples of common patterns and anti-patterns with comments.
Drawing parallels from the four basic principles of art to bring order to the code we write.
By default, EF Core’s DbContext is scoped. This will cause issues with asynchronous components accessing data in Blazor Server.
Offering some tips on how to name things so other people, including yourself at a later date, can understand it.
Explaining Test-Driven Development through the lens of a video game.
Creating a personal GitHub readme that "plays" Dungeons & Dragons
A case for an ORM compared to traditional ADO.NET and/or raw SQL scripts.