-
Notifications
You must be signed in to change notification settings - Fork 283
.NET Core
- https://github.com/ardalis/CleanArchitecture
- https://github.com/madslundt/NetCoreMicroservicesSample
- https://github.com/keremvaris/Sennedjem
- https://github.com/kgrzybek/sample-dotnet-core-cqrs-api
- Add https://github.com/ardalis/Specification, https://github.com/ardalis/Result, and https://github.com/ardalis/GuardClauses to avoid re-writting codes
- Good sample apps with Blazor and SignalR -> https://github.com/lucent-sea/Remotely
- https://github.com/TryCatchLearn/DatingApp/blob/master/API/Extensions/HttpExtensions.cs <= might put pagination, sorting, and ordering into header like this repo
- http://www.plainionist.net/Implementing-Clean-Architecture/
- https://khalilstemmler.com/articles/software-design-architecture/organizing-app-logic/ and https://github.com/stemmlerjs/ddd-forum
- https://softwareengineering.stackexchange.com/questions/357052/clean-architecture-use-case-containing-the-presenter-or-returning-data
- https://github.com/spring-projects/spring-petclinic/tree/main/src/main/java/org/springframework/samples/petclinic/owner <= one folder to contain everything
The image source is at https://pixabay.com/vi/illustrations/hoa-sen-chim-m%C3%A8o-c%E1%BB%A7a-kh%E1%BB%91i-l%E1%BA%ADp-ph%C6%B0%C6%A1ng-3650472/
In Vietnam and some countries around Asia, we have a kind of flower calls lotus. We see it in childhood and most of the Vietnamese people know and love lotus flower.
The image source is at PixaBay
It has an attribute and shape just like the software architecture we are building nowadays. Love it that much!
- https://github.com/yanpitangui/dotnet-api-boilerplate
- https://github.com/marcinstelmach/AwesomeBank/tree/master/tests <= clean architecture testing
- https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm
- https://stoplight.io/blog/crud-api-design/
- https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md#12-versioning
- https://github.com/whitehouse/api-standards
- https://opensource.zalando.com/restful-api-guidelines/index.html
- https://github.com/microsoft/aspnet-api-versioning/tree/master/samples/aspnetcore/SwaggerSample

- https://blog.sinenie.cl/blog/feature-directories-i18n/
- https://github.com/hishamco/My.Extensions.Localization.Json
- https://github.com/Baklap4/DotNetLocalizer
- Investigate ApiEndpoints and MediatR.AspNetCore.Endpoints
- https://github.com/TinkoffCreditSystems/cachalot
- https://danchak99.wordpress.com/enterprise-rails/chapter-19-caching-end-to-end/
- https://medium.com/datadriveninvestor/all-things-caching-use-cases-benefits-strategies-choosing-a-caching-technology-exploring-fa6c1f2e93aa
- http://blog.michaelhamrah.com/2012/08/effective-caching-strategies-understanding-http-fragment-and-object-caching/
- https://github.com/rnwood/smtp4dev <= fake SMTP server tool
This AOP lib can work with AOT mode: https://github.com/pamidur/aspect-injector
https://stackoverflow.com/questions/925609/mixins-vs-traits https://en.wikipedia.org/wiki/Trait_(computer_programming) https://www.yegor256.com/2017/03/07/traits-and-mixins.html
UML tool with C4 approach: https://github.com/plantuml-stdlib/C4-PlantUML

