CleanArchitecture
CleanArchitecture
CleanArchitecture | CleanArchitecture | |
---|---|---|
19 | 81 | |
17,219 | 18,481 | |
0.8% | 1.4% | |
8.6 | 8.2 | |
2 days ago | about 1 month ago | |
C# | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
CleanArchitecture
-
AdonisJS
Looking at this, it has similar aspects as ASP.NET Core, and the same flaws as the Controller per class design used. Methods such as "create", "show" and "store" do not share a state, they shouldn't share a class either.
However, you can rectify this, by just not trying to share a class with any of those. In .NET Steve Smith, aka Ardalis shows how to do this with his Clean architecture idea [1], Idea is to make a class for each endpoint. This also makes it easier for "Update" classes to share functionality with other "Update" classes and so on.
[1]: https://github.com/ardalis/CleanArchitecture/tree/main/sampl...
-
Dotnet.World.News(Wednesday, September, 20, 2023)
🔴 [CleanArchitecture] (Learning Template + Docs): A starting point for Clean Architecture with ASP.NET Core. Clean Architecture is just the latest in a series of names for the same loosely-coupled, dependency-inverted architecture.
- Advice for the web API app development using clean architecture in .NET 6.
- Не знаю где задать этот вопрос
- Where can I learn more about Design Patterns & Clean Architecture in .NET?
-
Learning .NET core as a front-end developer
Here’s a few: - complex domain driven example using vertical slice - another DDD example - clean architecture template by Jason taylor - clean architecture template by ardalis
-
Ask HN: Examples of Top C# Code?
This repository is a good place to start with modern c# code, specifically ASP.NET
https://github.com/ardalis/CleanArchitecture
-
API’s in ASP.NET
If you want to try clean architecture, you can check out Steve smith’s repo or Jason Taylor’s repo.
- Tips to develop a Blazor Server app that’s easy to migrate to WASM in the future
-
Measuring maintainability metrics with NDepend
🔗 Clean Architecture repository | GitHub
CleanArchitecture
-
Most Popular .NET Domain-Driven Design (DDD) Resources: Top 5 GitHub Repositories, Frameworks & Templates in 2025
Project: github.com/jasontaylordev/CleanArchitecture
-
🚀 Introducing NextSolution V2: ASP.NET API + Next.js + Expo Starter Template
GitHub: Clean Architecture
- How do you structure large Minimal API Projects?
-
Best .NET Core API project for learning?
https://github.com/jasontaylordev/CleanArchitecture for beginners who want to see what good api projects are like.
-
KwikDeploy - Starting new Docker Deployment Open Source Project
Edit:Bootstrapped the .NET backend using Clean Architecture template (https://github.com/jasontaylordev/CleanArchitecture/tree/net7.0).
-
Why CQRS?
The CleanArchitecture is a typical empty boilerplate for a base line CQRS, but it doesn't come up with any batteries included.
- Advice for the web API app development using clean architecture in .NET 6.
- What are the GitHub repositories or blogs to learn industry-standard coding for Web API
-
DDD Design when it comes is it correct approach
For reference, see how Jason Taylor has his template setup. https://github.com/jasontaylordev/CleanArchitecture
- Are dotnet contracting jobs common?
What are some alternatives?
blazor-starter-kit - Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
CleanArchitecture - Clean Architecture Solution Template for ASP.NET Core
GuardClauses - A simple package with guard clause extensions.
eShopOnContainers - Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
Havit.Blazor - Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
ASP.NET Boilerplate - ASP.NET Boilerplate - Web Application Framework