
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Remigiusz Zalewski | Become A Better .NET Software Engineer</title>
      <link>https://remigiuszzalewski.com/blog</link>
      <description>Blog about .NET/C#/Angular/React/Azure</description>
      <language>en-us</language>
      <managingEditor>remigiuszzalewski.business@gmail.com (Remigiusz Zalewski)</managingEditor>
      <webMaster>remigiuszzalewski.business@gmail.com (Remigiusz Zalewski)</webMaster>
      <lastBuildDate>Sat, 21 Mar 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://remigiuszzalewski.com/tags/performance/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://remigiuszzalewski.com/blog/ef-core-performance-n-plus-1-cartesian-explosion-and-how-to-fix-both</guid>
    <title>EF Core Performance - N+1, Cartesian Explosion and How to Fix Both</title>
    <link>https://remigiuszzalewski.com/blog/ef-core-performance-n-plus-1-cartesian-explosion-and-how-to-fix-both</link>
    <description>Your app is making 1501 SQL queries per request - and the code looks completely fine. Learn how to identify and fix the N+1 problem and Cartesian explosion in EF Core.</description>
    <pubDate>Sat, 21 Mar 2026 00:00:00 GMT</pubDate>
    <author>remigiuszzalewski.business@gmail.com (Remigiusz Zalewski)</author>
    <category>.net</category><category>csharp</category><category>entity-framework</category><category>efcore</category><category>performance</category><category>sql</category><category>aspnet-core</category>
  </item>

  <item>
    <guid>https://remigiuszzalewski.com/blog/insane-performance-boost-in-ef-core-using-entity-framework-extensions</guid>
    <title>Insane Performance Boost in EF Core using Entity Framework Extensions</title>
    <link>https://remigiuszzalewski.com/blog/insane-performance-boost-in-ef-core-using-entity-framework-extensions</link>
    <description>Learn how to replace slow EF Core bulk operations with Entity Framework Extensions for up to 39x faster inserts, updates, deletes, and merges.</description>
    <pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate>
    <author>remigiuszzalewski.business@gmail.com (Remigiusz Zalewski)</author>
    <category>.net</category><category>csharp</category><category>entity-framework</category><category>performance</category><category>bulk-operations</category><category>efcore</category>
  </item>

  <item>
    <guid>https://remigiuszzalewski.com/blog/stored-procedures-entity-framework-core</guid>
    <title>Stored Procedures with Entity Framework Core in .NET</title>
    <link>https://remigiuszzalewski.com/blog/stored-procedures-entity-framework-core</link>
    <description>Stored procedures - when raw SQL belongs in your database, not your C# code.</description>
    <pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate>
    <author>remigiuszzalewski.business@gmail.com (Remigiusz Zalewski)</author>
    <category>.net</category><category>csharp</category><category>entity-framework</category><category>aspnet-core</category><category>sql-server</category><category>performance</category><category>minimal-api</category>
  </item>

    </channel>
  </rss>
