CleanArchitecture
eShopOnWeb
CleanArchitecture | eShopOnWeb | |
---|---|---|
19 | 46 | |
17,203 | 9,982 | |
0.7% | - | |
8.6 | 8.0 | |
4 days ago | about 1 year 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
eShopOnWeb
-
How to find a sample enterprise applications?
- https://github.com/dotnet-architecture/eShopOnWeb (a Microsoft example -- also includes the link to a recent livestream which provides an overview)
-
Best .NET Core API project for learning?
https://github.com/dotnet-architecture/eShopOnWeb for studying best practices
-
eShop vs eShopOnWeb?
dotnet-architecture/eShopOnWeb: Sample ASP.NET Core 7.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder. (github.com)
-
What are the GitHub repositories or blogs to learn industry-standard coding for Web API
There is also https://github.com/dotnet-architecture/eShopOnWeb
- How do you make docker-compose and kubernetes files for .NET applications?
-
React developer to NET
A fully featured sample ASP .NET Core Application
- I am new to .NET, can you guys recommend resources for a complete beginner
- Confusion about whether DTOs having validation logic is acceptable or terrible.
- My SWE internship starts soon but I haven't coded in a year
- Java guy maybe moving to .NET -- what to learn?
What are some alternatives?
CleanArchitecture - Clean Architecture Solution Template for ASP.NET Core
blazor-starter-kit - Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
modular-monolith-with-ddd - Full Modular Monolith application with Domain-Driven Design approach.
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.