Aaronontheweb / akkadotnet-app-management-presentation

Samples from my "Akka.NET Application Management Best Practices" presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akka.NET Application Management Best Practices

This is my code sample for September 7th's Akka.NET Application Management Best Practices webinar.

Demonstrates two totally distinct approaches to building the same application:

  • A "Clean Code"-inspired Bespoke Company Framework: Akka.BCF
  • My preferred and recommended approach - a pattern-driven approach to domain / infrastructure design that doesn't have a framework or many shared abstractions of any kind: Akka.Pattern

Made using dotnet new and the Akka.Templates package. See https://github.com/akkadotnet/akkadotnet-templates/blob/dev/docs/ConsoleTemplate.md for complete and current documentation on this template.

About

Samples from my "Akka.NET Application Management Best Practices" presentation


Languages

Language:C# 100.0%