CleanRx

Clean Architecture Guidance to implement Clean Architecture on .NET Platforms with a focus on Mobile and the help of Reactive Programming

2
0
C#

CleanRx

Clean Architecture & Design Guidance for .NET with a focus on Mobile and help of Reactive Programming

Documentation site can be found here: https://keozx.github.io/CleanRx/

Why?

I want to close the existing gap on having a guidance for real world implementation of Clean Architecture in .NET platforms, specially when using Xamarin and a Reactive paradigm. Also to promote best practices on adaptive code and design principles like DRY, ETC and SOLID as it grows. I am a strong believer that these practices and architecture allow us to write scalable, testable, adaptable and maintainable applications.

I rant about the possible reasons we fail to implement SOLID and company successfully in my blog’s book review on Adaptive Code:
https://www.jorgecastro.dev/posts/book-review-adaptive-code-agile-coding-with-design-patterns-and-solid-principles-4c82/

I believe the main reason behind bad software design existance is we fail to communicate good software design.

Inspiration

CleanRx for .NET is inspired in other efforts on using modern Clean Architecture and SOLID principles in other platforms and general best practices in .NET / C#. I’ll give credit as much as I can but if you find something should be referenced properly let me know. The ideas exposed here and the samples will try to be original and evolve as my understanding of the concepts and practical experiences mature. However, I’m using as base any public resource I can find and synthesize concepts based on my readings taking the best of each one I have came across with regarding this subject.

On Clean Architecture

On Reactive Programming

On Adaptive Code and SOLID principles

On Support Patterns