<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mohammad ali ebrahimzadeh</title>
    <description>The latest articles on DEV Community by mohammad ali ebrahimzadeh (@mohammad_aliebrahimzadeh).</description>
    <link>https://dev.to/mohammad_aliebrahimzadeh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3661827%2Fc9609f41-9046-492f-b1ae-031d9a05c4f4.png</url>
      <title>DEV Community: mohammad ali ebrahimzadeh</title>
      <link>https://dev.to/mohammad_aliebrahimzadeh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohammad_aliebrahimzadeh"/>
    <language>en</language>
    <item>
      <title>Introducing Kepler.Core — Smart Field Selection for EF Core APIs</title>
      <dc:creator>mohammad ali ebrahimzadeh</dc:creator>
      <pubDate>Sun, 14 Dec 2025 21:02:09 +0000</pubDate>
      <link>https://dev.to/mohammad_aliebrahimzadeh/introducing-keplercore-smart-field-selection-for-ef-core-apis-4da2</link>
      <guid>https://dev.to/mohammad_aliebrahimzadeh/introducing-keplercore-smart-field-selection-for-ef-core-apis-4da2</guid>
      <description>&lt;p&gt;I built a EF Core extension that lets you improve your performance and only select what you want.&lt;/p&gt;

&lt;p&gt;Filter props with any type you want (Contains, StartsWith, Equals, etc.)&lt;/p&gt;

&lt;p&gt;You can exclude sensitive fields with attributes or fluent API, and if needed you can ignore them all by setting IgnoreGlobalExceptions = true when applying the policy.&lt;/p&gt;

&lt;p&gt;Also you can see the full lambda expression and generated SQL the nuget creates so no black box.&lt;/p&gt;

&lt;p&gt;Helper to see full global excludes, filters, order by fields, or props you have selected.&lt;/p&gt;

&lt;p&gt;All you need to do is create the policy and define it in program and you're done.&lt;/p&gt;

&lt;p&gt;You can have multiple policy names per your models and tables.&lt;/p&gt;

&lt;p&gt;Also if you want to check the nuget you can check these links:&lt;br&gt;
📦 NuGet: &lt;a href="https://www.nuget.org/packages/Kepler.Core" rel="noopener noreferrer"&gt;https://www.nuget.org/packages/Kepler.Core&lt;/a&gt;&lt;br&gt;
🔗 GitHub: &lt;a href="https://github.com/MohammadAliEbrahimzadeh/Kepler.Core" rel="noopener noreferrer"&gt;https://github.com/MohammadAliEbrahimzadeh/Kepler.Core&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also I have a demo with Adventure Works 2022 so if you don't want to check it with your own projects you can clone the project and check it there.&lt;/p&gt;

&lt;p&gt;If you enjoyed and found it useful please star the repo and if you have any issues or suggestions I would be happy to hear it.&lt;/p&gt;

&lt;p&gt;Thanks for reading! &lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>efcore</category>
      <category>performance</category>
    </item>
  </channel>
</rss>
