Welcome to CleanCore, a robust framework designed to empower developers to implement Clean Architecture in C# applications, with a strong focus on Domain-Driven Design (DDD) and ASP.NET. CleanCore is crafted to streamline the development process, ensuring that your application's architecture remains clean, maintainable, and scalable. Dive into the world of CleanCore, where code meets craftsmanship.
You can reach our AI powered alpha experimental WIki here
Each component of CleanCore plays a pivotal role in providing a comprehensive solution for managing Clean Architecture in C#. Below, you'll find a brief introduction to each project, along with a link to its dedicated README for more detailed information.
The heart of your application's domain logic. This project is where the core principles of DDD come to life, enabling you to model complex business scenarios with ease.
Read more about CleanCore.Domain
Defines the application's use cases and orchestrates the flow of data to and from the domain, ensuring a clean separation of concerns. It acts as a mediator between the domain and the infrastructure layers.
Read more about CleanCore.Application
Provides the necessary infrastructure to support the domain and application layers. This includes persistence, messaging, and other cross-cutting concerns.
Read more about CleanCore.Infrastructure
Facilitates the creation of web applications using ASP.NET, offering a seamless integration with the CleanCore framework to deliver robust and scalable web solutions.
An example project demonstrating how to leverage CleanCore in building a resilient and scalable web application, focusing on a counter functionality to illustrate the framework's capabilities.
Read more about CleanCore.Examples.CounterElasticWebApp
We welcome contributions to CleanCore! Whether it's submitting bug reports, feature requests, or participating in code contributions, your input is highly valued. Please read CONTRIBUTING.md for more details on how to contribute.
CleanCore is licensed under the MIT License. See LICENSE.md for the full license text.
A special thank you to all contributors and users of CleanCore. Your support and feedback make this project possible.