<?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: Mehdi Hadeli</title>
    <description>The latest articles on DEV Community by Mehdi Hadeli (@mehdihadeli).</description>
    <link>https://dev.to/mehdihadeli</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%2F114298%2Fcebe8cac-1d8a-4b26-87f3-a741c7a41f9c.jpeg</url>
      <title>DEV Community: Mehdi Hadeli</title>
      <link>https://dev.to/mehdihadeli</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mehdihadeli"/>
    <language>en</language>
    <item>
      <title>.Net Core E-Commerece Microservices with using CQRS and Vertical Slice Architecture</title>
      <dc:creator>Mehdi Hadeli</dc:creator>
      <pubDate>Thu, 30 Jun 2022 10:37:01 +0000</pubDate>
      <link>https://dev.to/mehdihadeli/net-core-e-commerece-microservices-50h9</link>
      <guid>https://dev.to/mehdihadeli/net-core-e-commerece-microservices-50h9</guid>
      <description>&lt;p&gt;Hi everyone, &lt;br&gt;
I want to share my E-commerce microservices here that I've created some times ago and sill is in progress for adding some new features. In this project is a practical ecommerce sample, built with &lt;strong&gt;.Net Core&lt;/strong&gt; and different software architecture and technologies like &lt;strong&gt;Microservices Architecture&lt;/strong&gt;, &lt;strong&gt;Vertical Slice Architecture&lt;/strong&gt;, &lt;strong&gt;CQRS Pattern&lt;/strong&gt;, &lt;strong&gt;Domain Driven Design (DDD)&lt;/strong&gt;, &lt;strong&gt;Event Driven Architecture&lt;/strong&gt;. For communication between independent services, we use asynchronous messaging with using &lt;code&gt;RabbitMQ&lt;/code&gt; on top of &lt;code&gt;MassTransit&lt;/code&gt; library, and sometimes we use synchronous communication for real-time communications with using &lt;code&gt;REST&lt;/code&gt; and &lt;code&gt;gRPC&lt;/code&gt; calls.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LLE--5y7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w28m643au86nd6deycdw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LLE--5y7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w28m643au86nd6deycdw.png" alt="Image description" width="880" height="660"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can check it out here:&lt;br&gt;
&lt;a href="https://github.com/mehdihadeli/ecommerce-microservices-sample"&gt;https://github.com/mehdihadeli/ecommerce-microservices-sample&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I will be happy if You have any suggestions or feedbacks or If you like you can contribute and send a pull request for me :)&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>dotnet</category>
      <category>dotnetcore</category>
      <category>microservices</category>
    </item>
  </channel>
</rss>
