<?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: Robert Witkowski</title>
    <description>The latest articles on DEV Community by Robert Witkowski (@rwitkowski_asc).</description>
    <link>https://dev.to/rwitkowski_asc</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%2F116608%2Fcd38aab7-3331-45a1-9661-0cd503d580f7.jpg</url>
      <title>DEV Community: Robert Witkowski</title>
      <link>https://dev.to/rwitkowski_asc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rwitkowski_asc"/>
    <language>en</language>
    <item>
      <title>Building microservices on .NET Core</title>
      <dc:creator>Robert Witkowski</dc:creator>
      <pubDate>Tue, 20 Aug 2019 05:58:22 +0000</pubDate>
      <link>https://dev.to/rwitkowski_asc/building-microservices-on-net-core-47cn</link>
      <guid>https://dev.to/rwitkowski_asc/building-microservices-on-net-core-47cn</guid>
      <description>&lt;p&gt;I want to invite you to read our series of articles about &lt;strong&gt;Building microservices on .NET Core&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;In the first article we introduced the series and prepared the plan: business case and solution architecture. &lt;/p&gt;

&lt;p&gt;In the second article we described how you can structure internal architecture of one microservice using CQRS pattern and MediatR library.&lt;/p&gt;

&lt;p&gt;In the third article we described the importance of service discovery in microservice based architecture and presented practical implementation with Eureka. &lt;/p&gt;

&lt;p&gt;In the fourth part we presented how you can build API Gateways for your microservices with Ocelot. &lt;/p&gt;

&lt;p&gt;The fifth part was dedicated to implementation of data access with Marten library. &lt;/p&gt;

&lt;p&gt;In the sixth article we showed you how you can combine SignalR and RabbitMQ to build real time server-client communication.&lt;/p&gt;

&lt;p&gt;Source code for complete solution can be found on our &lt;a href="https://github.com/asc-lab/dotnetcore-microservices-poc"&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Solution architecture:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vF33EJEC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/asc-lab/dotnetcore-microservices-poc/master/readme-images/dotnetcore-microservices-architecture.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vF33EJEC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/asc-lab/dotnetcore-microservices-poc/master/readme-images/dotnetcore-microservices-architecture.png" alt="ASC LAB Microservices on .NET Core architecture"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I will update this article when a new article in the series appears.&lt;br&gt;
Don't hesitate and check our series!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://altkomsoftware.pl/en/blog/building-microservices-on-net-core-1/"&gt;Part I The Plan&lt;/a&gt;&lt;br&gt;
&lt;a href="https://altkomsoftware.pl/en/blog/microservices-net-core-cqrs-mediatr/"&gt;Part 2 Shaping microservice internal architecture with CQRS and MediatR&lt;/a&gt; &lt;br&gt;
&lt;a href="https://altkomsoftware.pl/en/blog/service-discovery-eureka/"&gt;Part 3 Service Discovery with Eureka&lt;/a&gt;&lt;br&gt;
&lt;a href="https://altkomsoftware.pl/en/blog/building-api-gateways-with-ocelot/"&gt;Part 4 Building API Gateways With Ocelot&lt;/a&gt; &lt;br&gt;
&lt;a href="https://altkomsoftware.pl/en/blog/building-microservices-domain-aggregates/"&gt;Part 5 Marten An Ideal Repository For Your Domain Aggregates&lt;/a&gt;&lt;br&gt;
&lt;a href="https://altkomsoftware.pl/en/blog/building-microservices-6/"&gt;Part 6 Real time server client communication with SignalR and RabbitMQ&lt;/a&gt;&lt;/p&gt;

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