🗓 2026-01-12
Engineering notes, patterns, and quick wins.
A tiny blog built with Blazor + SQLite — clean, fast, and easy to back up.
🗓 2026-01-11
EF Core Global Query Filters
🔎 EF Core Global Query Filters — powerful… and easy to misuse If your app has soft deletes, multitenancy, or “only active records” rules, you’ll end up repeating the same Where(..…🗓 2026-01-09
EF Core 10 (.NET 10): Deleting records with real lambdas
🚀 EF Core 10 (.NET 10): Deleting records with real lambdas (conditional logic) in ExecuteDelete/ExecuteUpdate One of the nicest productivity upgrades in EF Core 10 (running on .NE…🗓 2026-01-07
DbContext vs IDbContextFactory
🚀 EF Core Tip — DbContext vs IDbContextFactory When to Use It — and When NOT to Use It DbContext is one of the most important abstractions in EF Core. IDbContextFactory<TContext e…🗓 2026-01-03