Exception Not Found

Dapper vs EF Core Query Performance Benchmarking

More than four years ago, I published a post called Dapper vs Entity Framework vs ADO.NET Performance Benchmarking [https://exceptionnotfound.net/dapper-vs-entity-framework-vs-ado-net-performance-benchmarking/]. In that post, I determined that Dapper [https://github.com/StackExchange/Dapper] performed markedly better for queries against a SQL Server database than Entity Framework did, and

A Blazor Tutorial: Building Connect Four in ASP.NET Core

Let's learn Blazor in ASP.NET Core 3.0 by building the classic childhood game ConnectFour!

The Repository-Service Pattern with DI and ASP.NET 5.0

Let's build a complex but useful architecture called the Repository-Service pattern to clearly enforce separation of concerns.

Exploring Blazor by Making An HTML Table Sortable in .NET Core

Let's learn more about Blazor in .NET Core by making an HTML sortable by columns. Sample project included!

Using Blazor to Build a Client-Side Single-Page App with .NET Core

Let's build our very first Blazor app in ASP.NET Core!

Exception Not Found © 2026