An event-driven microservices platform for .NET
The purpose of Event Driven .NET is to provide a platform where .NET developers can build loosely coupled distributed systems consisting of services that can be versioned, deployed and scaled independently. It supplies abstractions and libraries for implementing Domain Driven Design (DDD), Command Query Responsibility Segregation (CQRS) and Event Driven Architecture (EDA). It also includes a Reference Architecture which serves as an example for how you can build event-driven microservices that communicate with one another asynchronously over an Event Bus Abstraction.
For more information on Event Driven .NET, please refer to the Home repository.