У нас вы можете посмотреть бесплатно Vertical Slices the Critter Stack Way или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The "Critter Stack" is ideal for the Vertical Slice Architecture style of code organization. Wolverine's "A Frame Architecture" (imperative shell, functional core for you FP fans out there) approach for code organization can lead to far less code, shorter call stacks, and code that is much easier to reason about. Moreover, Wolverine can do this for you while also promoting testability and without sacrificing observability or resiliency throughout your system. In this session, I'll show you how the full Critter Stack enables a stream lined vertical slice style without all the bloated code from typical Clean/Onion Architecture usages. For more mainstream teams, we'll also look at how the Wolverine + EF Core combination is a great fit as well. We'll also take a look at how using Wolverine.HTTP for vertical slices leads to better results than a more typical Minimal API or MVC Core + mediator tool combo.