evolutionary-architecture / evolutionary-architecture-by-example

Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
MIT License
1.53k stars 189 forks source link

Move repository interfaces from .Core project to .Application project #117

Closed anddrzejb closed 4 months ago

anddrzejb commented 4 months ago

Addresses repository interfaces residing in .Core project for chapter 3 & 4 and moves them to .Application project.