DAP iQ
Insights
About DAP iQ Contact
Insights › EF Core
Insights › EF Core

EF Core

Insights tagged with EF Core

Database Transactions & Concurrency: EF Core Production Patterns

Jan 12, 2026 · 14 min read

Transaction isolation levels, optimistic locking with RowVersion, DbUpdateConcurrencyException handling, and deadlock prevention in EF Core.

  • ASP.NET Core
  • Performance
  • EF Core

EF Core Performance Mistakes That Ship to Production

Production Anti-Patterns · Part 1 · Jan 11, 2026 · 12 min read

The N+1 queries, missing projections, and tracking overhead that pass code review and slow down production systems.

  • ASP.NET Core
  • Performance
  • EF Core
  • .NET

EF Core Vector Search: Semantic Search Without a Separate Database

Jan 11, 2026 · 15 min read

EF Core 10 adds native vector search with SqlVector and VECTOR_DISTANCE. Store embeddings alongside relational data and query by semantic similarity.

  • AI
  • EF Core
  • .NET 10
  • SQL Server

Performance Defaults That Beat Clever Optimizations

AI-Assisted Development · Part 4 · Jan 9, 2026 · 12 min read

The boring baseline that makes content sites fast: OutputCache policies, EF Core query shaping, compression, and stable indexing.

  • AI
  • ASP.NET Core
  • Performance
  • EF Core

© 2026 DAP iQ. All rights reserved.

Reproduction without attribution backlink prohibited.