Blog

Blazor Server - EF Core Quirks featured image

Blazor Server - EF Core Quirks

By default, EF Core’s DbContext is scoped. This will cause issues with asynchronous components accessing data in Blazor Server.

avatar
Ben Sampica
Clean Code - Part I: What’s In A Name? featured image

Clean Code - Part I: What’s In A Name?

Offering some tips on how to name things so other people, including yourself at a later date, can understand it.

avatar
Ben Sampica
Test-Driven Development: The Video Game featured image

Test-Driven Development: The Video Game

Explaining Test-Driven Development through the lens of a video game.

avatar
Ben Sampica
GitHub readme + Dungeons & Dragons featured image

GitHub readme + Dungeons & Dragons

Creating a personal GitHub readme that "plays" Dungeons & Dragons

avatar
Ben Sampica
ADO.NET vs an ORM (Dapper & EF) featured image

ADO.NET vs an ORM (Dapper & EF)

A case for an ORM compared to traditional ADO.NET and/or raw SQL scripts.

avatar
Ben Sampica
Fluent Validation featured image

Fluent Validation

Learning, using, and extending the FluentValidation library.

avatar
Ben Sampica
ASP.NET Core MVC && VSCode featured image

ASP.NET Core MVC && VSCode

Replacing Visual Studio with Visual Studio Code for ASP.NET Core MVC development

avatar
Ben Sampica
C# Specification Pattern featured image

C# Specification Pattern

Learning, using, and extending the specification pattern in C#.

avatar
Ben Sampica