Skip to content

Commit

Permalink
add new links
Browse files Browse the repository at this point in the history
  • Loading branch information
meysamhadeli committed Oct 20, 2022
1 parent aaebb00 commit 5c57da5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/architectural-styles/clean-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
- [Clean Architecture with ASP.NET Core by Steve Smith | BRDNUG June 2021](https://www.youtube.com/watch?v=D6IEnMTuawA)
- [Fat Controller CQRS Diet Talk](https://www.youtube.com/watch?v=icyvKTuZkzE)
- [Clean Architecture with ASP.NET Core 6](https://www.youtube.com/watch?v=lkmvnjypENw)
- [Why is Clean Architecture so Popular?](https://www.youtube.com/watch?v=g0XmFpmvsDk)

## 🚀 Samples

- [Sairyss/domain-driven-hexagon](https://github.com/Sairyss/domain-driven-hexagon) - Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
Expand Down
2 changes: 2 additions & 0 deletions docs/domain-driven-design/value-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
- [Nulls in Value Objects](https://enterprisecraftsmanship.com/posts/nulls-in-value-objects/)
- [Refactoring to Value Objects](https://ardalis.com/refactoring-value-objects/)
- [Practical DDD in Golang: Value Object](https://levelup.gitconnected.com/practical-ddd-in-golang-value-object-4fc97bcad70)
- [[Best practice] C# 9 Records as DDD Value Objects with EF Core 6](https://dev.to/antoniofalcao/best-practice-c-9-records-as-ddd-value-objects-with-ef-core-6-502p)

## 📺 Videos
- [Treating Primitive Obsession with ValueObjects | DDD in .NET](https://www.youtube.com/watch?v=h4uldNA1JUE)
- [The Power of Value - Power Use of Value Objects in Domain Driven Design - Dan Bergh Johnsson](https://www.youtube.com/watch?v=vh-LT1mkIz4)
Expand Down

0 comments on commit 5c57da5

Please sign in to comment.