diff --git a/README.md b/README.md index 4d2799e..02999fd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ RCommon is a cohesive set of libraries with abstractions for widely used impleme 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. +4. Last but not least - open source using permissive Apache2.0 licensingforever. We track bugs, enhancement requests, new feature requests, and general issues on [GitHub Issues](https://github.com/Reactor2Team/RCommon/issues "GitHub Issues") and are very responsive. General "how to" and community support should be managed on [Stack Overflow](https://stackoverflow.com/questions/tagged/rcommon "Stack Overflow"). @@ -19,6 +19,8 @@ We track bugs, enhancement requests, new feature requests, and general issues on * Event Sourcing (Coming Soon) * Event Bus * Message Bus +* Caching +* Serialization * Generic Factory * Guard * Data Transfer Objects (DTO) @@ -29,9 +31,11 @@ We track bugs, enhancement requests, new feature requests, and general issues on * Message Bus: MassTransit, Wolverine * Email: SMTP, SendGrid * Validation: FluentValidation +* Caching: MemoryCache, Redis, Valkey +* Serialization: JSON.NET, System.Text.Json ## Documentation -We have begun maintaining and publishing our documentation at [https://docs.rcommon.com](https://docs.rcommon.com) +We are maintaining and publishing our documentation at [https://docs.rcommon.com](https://docs.rcommon.com) ## Stats ![Alt](https://repobeats.axiom.co/api/embed/15855081ce579ae0ea03577b9b5a6c2ae882fb7f.svg "Repobeats analytics image")