У нас вы можете посмотреть бесплатно How To Use The Specification Design Pattern With EF Core 6 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
☄️ Master the Modular Monolith Architecture: https://bit.ly/3SXlzSt 📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ 🚀 Support me on Patreon to access the source code: / milanjovanovic The Specification design pattern allows us to describe a query in an object. In this video, I'll show you how to implement your own Specification pattern with EF Core. This will improve our existing repository pattern implementation with EF Core. One Trick To Improve Entity Framework Performance https://www.milanjovanovic.tech/blog/... Join my weekly .NET newsletter: https://www.milanjovanovic.tech Read my Blog here: https://www.milanjovanovic.tech/blog Subscribe for more: https://www.youtube.com/c/MilanJovano... Chapters 0:00 Implementing the Specification base class 5:35 Concrete Specification implementation 7:14 Implementing the Specification Evaluator 10:54 Applying the Specification in a Repository 15:19 Extending the Specification to support Query Splitting 16:51 How the Specification works