mirror of
https://github.com/ivanpaulovich/clean-architecture-manga.git
synced 2025-01-08 11:57:36 +08:00
Page:
Related Content and Projects
2
Related Content and Projects
Ivan Paulovich edited this page 2020-02-03 09:15:09 +01:00
Video | Date |
---|---|
DDD Tactical Design and Clean Architecture - Stockholm Domain-Driven Design Meetup | January 30, 2020 |
Clean Architecture Essentials - Stockholm Software Crafstmanship Meetup | November 11, 2019 |
Hexagonal and Clean Architecture styles. Same or Different? | Sep 16, 2019 |
Clean Architecture Essentials | Sep 13, 2019 |
Shinning Frameworks and DDD?! | Sep 12, 2019 |
Clean Architecture: The User Interface is a detail | Sep 11, 2019 |
TDD and Hexagonal Architecture: Clean Tests | Sep 10, 2019 |
Designing and Testing Input Validation with .NET Core: The Clean Architecture way | Sep 9, 2019 |
Clean Architecture Manga | Aug 6, 2019 |
TDD and TDD with .NET Core and VSCode | Nov 3, 2018 |
Introduction to Clean Architecture | Oct 31, 2018 |
This project follows the all-contributors specification. Contributions of any kind welcome!
ProTip #3: Would you like to show Clean Architecture on your GitHub profile? Hit the FORK
button ♥️.
Index of Clean Architecture Manga
Home
Use Cases
Flow of Control
Architecture Styles
Design Patterns
Domain-Driven Design Patterns
- Value Object
- Entity
- Aggregate Root
- Repository
- Use Case
- Bounded Context
- Entity Factory
- Domain Service
- Application Service
Separation of Concerns
Encapsulation
Test-Driven Development TDD
Fakes
SOLID
- Single Responsibility Principle
- Open-Closed Principle
- Liskov Substitution Principle
- Interface Segregation Principle
- Dependency Inversion Principle
.NET Core Web API
- Swagger and API Versioning
- Microsoft Extensions
- Feature Flags
- Logging
- Data Annotations
- Authentication
- Authorization
Entity Framework Core
Environment Configurations
DevOps
- Running the Application Locally
- Running the Tests Locally
- Continuous Integration & Continuous Deployment