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.

Bucket Sort - The Sorting Algorithm Family Reunion

Bucket Sort places items in divided buckets, then takes them out in the correct order. He also wants to captain a boat, but there's a problem...

Radix Sort - The Sorting Algorithm Family Reunion

Radix sort uses the least-significant digit to sort numbers quickly. Plus, he's super chill.

Exception Not Found © 2026