<?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: Igor Shevchenko</title>
    <description>The latest articles on DEV Community by Igor Shevchenko (@igor_sh_dev).</description>
    <link>https://dev.to/igor_sh_dev</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%2F2901471%2Fd8c22771-a358-491c-9954-4a46f4bb5233.jpeg</url>
      <title>DEV Community: Igor Shevchenko</title>
      <link>https://dev.to/igor_sh_dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/igor_sh_dev"/>
    <language>en</language>
    <item>
      <title>EF Core DBContext Entities configuration refactoring</title>
      <dc:creator>Igor Shevchenko</dc:creator>
      <pubDate>Tue, 07 Oct 2025 06:46:23 +0000</pubDate>
      <link>https://dev.to/igor_sh_dev/ef-core-dbcontext-entities-configuration-refactoring-4bm8</link>
      <guid>https://dev.to/igor_sh_dev/ef-core-dbcontext-entities-configuration-refactoring-4bm8</guid>
      <description>&lt;p&gt;I've noticed that many .NET projects have one thing in common - a very messy &lt;code&gt;DbContext&lt;/code&gt; full of entity configuration code.&lt;/p&gt;

&lt;p&gt;Today I'll show you a simple trick to make your Entity Framework Core setup cleaner, easier to maintain, and much more scalable.&lt;/p&gt;

&lt;p&gt;Here's a typical example of what I often see:&lt;/p&gt;

&lt;p&gt;All entity configurations are written directly inside the &lt;code&gt;DbContext&lt;/code&gt;, making it long, cluttered, and difficult to navigate.&lt;/p&gt;

&lt;p&gt;But there's a built-in EF Core feature that many developers overlook: &lt;code&gt;ApplyConfigurationsFromAssembly&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Let's see how it works in my video:&lt;/p&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/54RKLUis7xQ"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

</description>
      <category>programming</category>
      <category>dotnet</category>
      <category>refactoring</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Still wondering if AI will steal your job?</title>
      <dc:creator>Igor Shevchenko</dc:creator>
      <pubDate>Mon, 29 Sep 2025 18:12:45 +0000</pubDate>
      <link>https://dev.to/igor_sh_dev/still-wondering-if-ai-will-steal-your-job-jik</link>
      <guid>https://dev.to/igor_sh_dev/still-wondering-if-ai-will-steal-your-job-jik</guid>
      <description>&lt;p&gt;I've made an experiment to check if an AI agent is capable of creating a proper, ready-to-use solution from scratch.&lt;/p&gt;

&lt;p&gt;Join me in my new video where I:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;create instructions for a simple .NET project using an IDE-integrated OpenAI agent;&lt;/li&gt;
&lt;li&gt;review the generated code;&lt;/li&gt;
&lt;li&gt;refactor it to improve quality;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After these steps, I'll share my thoughts on the big question that worries many developers.&lt;/p&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/LKkcJk2eRkQ"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>refactoring</category>
      <category>ai</category>
      <category>programming</category>
    </item>
    <item>
      <title>How to run .NET app via Docker/Docker Compose in Rider IDE</title>
      <dc:creator>Igor Shevchenko</dc:creator>
      <pubDate>Mon, 22 Sep 2025 06:45:38 +0000</pubDate>
      <link>https://dev.to/igor_sh_dev/how-to-run-net-app-via-dockerdocker-compose-in-rider-ide-5b00</link>
      <guid>https://dev.to/igor_sh_dev/how-to-run-net-app-via-dockerdocker-compose-in-rider-ide-5b00</guid>
      <description>&lt;p&gt;Many .NET developers still face challenges when it comes to running their projects using Docker and Docker Compose.&lt;/p&gt;

&lt;p&gt;In this tutorial, we'll work with a simple .NET API. I'll walk you step-by-step through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;adding a Dockerfile to your .NET project;&lt;/li&gt;
&lt;li&gt;fixing common issues like EF Core failing to connect to the database inside Docker;&lt;/li&gt;
&lt;li&gt;configuring Rider to run the app with Docker networks and environment variables;&lt;/li&gt;
&lt;li&gt;setting up Docker Compose to run both the API and PostgreSQL together;&lt;/li&gt;
&lt;li&gt;ensuring Rider rebuilds images automatically when you change your code;&lt;/li&gt;
&lt;li&gt;share some helpful tips and tricks to ensure your project runs smoothly with Docker.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Watch the full tutorial here:&lt;/strong&gt;&lt;br&gt;
  &lt;iframe src="https://www.youtube.com/embed/zYiOEl5EhDA"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>docker</category>
      <category>rider</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
