Activemq artemis .net core ActiveMQ Artemis address model explained with examples in .NET To make the best use of Apache ActiveMQ Artemis you need to understand the messaging model of the broker. In this article I will explain the rules and principles that govern the Artemis
Activemq artemis .net core Messaging with ActiveMQ Artemis and ASP.NET Core The niche of message brokers in the .NET world is vastly dominated by a single species - RabbitMQ. If you’re a .NET developer and you’re building microservices your technology stack most probably boils
Akka.net Asp.net core Entity framework core How to use Entity Framework Core with Akka.NET Akka.NET is quite opinionated in terms of persistence. Paraphrasing Henry Ford’s famous quote: You can persist your data any way you want in Akka.NET, so long as you use event sourcing. But what
Akka.net Asp.net core Why deploying Akka.NET on IIS may be a bad idea Last week I blogged about the integration of Akka.NET and ASP.NET Core. Today I would like to discuss possible problems you may face if you decide to deploy this kind of application, and
Akka.net Asp.net core How to integrate Akka.NET and ASP.NET Core Integrating Akka.NET with ASP.NET Core can be quite tricky. In this blog post, I’d like to demonstrate how to make these two technologies work together smoothly.