RCommon-Team / RCommon

A cohesive set of .NET 6, 7, 8+ infrastructure libraries that utilizes abstractions for persistence, unit of work/transactions, distributed event handling, CQRS, and more.
https://rcommon.com
Apache License 2.0
11 stars 3 forks source link
cqrs dapper design-patterns distributed-transactions dotnet6 dotnet7 dotnet8 entity-framework-core event-bus event-driven event-sourcing linq2db masstransit mediator message-bus persistence repository-pattern unit-of-work-pattern wolverine

RCommon

Overview

RCommon is a cohesive set of libraries with abstractions for widely used implementations of design patterns, and architectural patterns which are common (see what we did there?) to many applications used today. The primary goals of this toolset are:

  1. Future proofing applications against changing architectural or infrastructure needs.
  2. Solve common problems under the presentation layer. Presentation frameworks are something else entirely. We try to keep everything nice under the hood. Cross cutting concerns, persistence strategies, transaction management, event handling, and messaging is where we want to shine.
  3. Code testability. We try to limit the "magic" used. Things like dependency injection are used but in a very straightforward manner. Unit tests, and integration tests should be implemented to the highest degree possible. Afterall, we want the applications you build on top of this to work :)
  4. Last but not least - open source forever.

We track bugs, enhancement requests, new feature requests, and general issues on GitHub Issues and are very responsive. General "how to" and community support should be managed on Stack Overflow.

Patterns & Abstractions Utilized

Pattern Implementations

Documentation

We have begun maintaining and publishing our documentation at https://docs.rcommon.com

Stats

Alt