Pick a Side - Clean vs Vertical Slice Architecture | Luke Parker

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 6

  • @danielmackayssw
    @danielmackayssw Год назад +2

    Great talk, and excellent content Luke P. Well done! 👏

  • @samwagnerssw
    @samwagnerssw Год назад +2

    Attended this in person and it was super awesome!

  • @MsFm2000
    @MsFm2000 Год назад +4

    This presentation is awesome! So glad I made the time to watch it. I've been trying to apply all these concepts that have been taught from different perspectives and styles. This video put it all together for me. I get it now. Thank you very much!

  • @techtransformers7464
    @techtransformers7464 4 месяца назад

    But how did we got DB context in application in clean architecture, so are we adding project reference of Infrastructure in Application ?

    • @alexanderbatiste5196
      @alexanderbatiste5196 2 месяца назад +1

      you define IDbContext interface inside your application layer. And make an implementation of it inside Infrastructure (by referencing Application from Infrastructure).
      This way you could have later InfrastructureA and InfrastructureB projects using say different DBs and replace one implementation with another (in theory)

  • @ulyssesmaclaren
    @ulyssesmaclaren Год назад +1

    Nice one, Luke!