<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>EF Core on ByteCrafted</title>
    <link>https://bytecrafted.dev/posts/ef-core/</link>
    <description>Recent content in EF Core on ByteCrafted</description>
    <image>
      <title>ByteCrafted</title>
      <url>https://bytecrafted.dev/favicons/android-chrome-512x512.png</url>
      <link>https://bytecrafted.dev/favicons/android-chrome-512x512.png</link>
    </image>
    <generator>Hugo -- 0.155.2</generator>
    <language>en</language>
    <lastBuildDate>Tue, 20 Jan 2026 00:00:00 +0530</lastBuildDate>
    <atom:link href="https://bytecrafted.dev/posts/ef-core/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Stop Running `dotnet ef database update` in Production</title>
      <link>https://bytecrafted.dev/ef-core-migrations-cicd-production/</link>
      <pubDate>Tue, 20 Jan 2026 00:00:00 +0530</pubDate>
      <guid>https://bytecrafted.dev/ef-core-migrations-cicd-production/</guid>
      <description>Learn how to deploy EF Core migrations safely in CI/CD pipelines using idempotent scripts, migration bundles, and zero-downtime strategies. Avoid race conditions, security risks, and deployment failures.</description>
    </item>
    <item>
      <title>Optimistic vs. Pessimistic Concurrency in EF Core: A Conceptual Deep Dive</title>
      <link>https://bytecrafted.dev/ef-core-optimistic-vs-pessimistic-concurrency-hidden-costs/</link>
      <pubDate>Tue, 04 Nov 2025 00:00:00 +0530</pubDate>
      <guid>https://bytecrafted.dev/ef-core-optimistic-vs-pessimistic-concurrency-hidden-costs/</guid>
      <description>A deep dive into EF Core concurrency strategies. Understand when optimistic concurrency can fail, when pessimistic locking is worth the overhead, and the conceptual costs of each approach.</description>
    </item>
    <item>
      <title>EF Core Interceptors for Secure, Per-Tenant Audit Logging</title>
      <link>https://bytecrafted.dev/ef-core-saas-audit-logging-savechanges-interceptors/</link>
      <pubDate>Fri, 03 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://bytecrafted.dev/ef-core-saas-audit-logging-savechanges-interceptors/</guid>
      <description>Use EF Core Interceptors to automatically create isolated, per-tenant audit logs. A practical, production-ready guide for securing .NET SaaS applications.</description>
    </item>
    <item>
      <title>Top 11 EF Core Mistakes That Kill Performance</title>
      <link>https://bytecrafted.dev/posts/ef-core/performance-mistakes/</link>
      <pubDate>Thu, 17 Jul 2025 00:00:00 +0000</pubDate>
      <guid>https://bytecrafted.dev/posts/ef-core/performance-mistakes/</guid>
      <description>Avoid common EF Core mistakes that hurt performance. Learn 11 practical fixes to optimize queries, reduce load, and improve .NET app efficiency.</description>
    </item>
    <item>
      <title>Avoiding N&#43;1 Queries in EF Core: Include() vs SplitQuery()</title>
      <link>https://bytecrafted.dev/posts/ef-core/n-plus-one-include-vs-splitquery/</link>
      <pubDate>Tue, 08 Jul 2025 00:00:00 +0000</pubDate>
      <guid>https://bytecrafted.dev/posts/ef-core/n-plus-one-include-vs-splitquery/</guid>
      <description>Learn how to avoid the N&#43;1 query problem in Entity Framework Core using Include() and AsSplitQuery(). Improve your application&amp;#39;s performance with practical examples and tips.</description>
    </item>
  </channel>
</rss>
