☄️ 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
In this video, we'll be talking about the EF Core query filters feature and how we can use it to define global query filters. Query filters are a lesser-known EF Core feature, but they certainly don't deserve it. We'll see how we can use EF query filters, to satisfy a new requirement for the existing repository implementation. And I'll also discuss potential issues that you can run into when using EF query filters.
Join my weekly .NET newsletter:
https://www.milanjovanovic.tech
How to Use Query Filters in EF Core
https://www.milanjovanovic.tech/blog/...
Read my Blog here:
https://www.milanjovanovic.tech/blog
Subscribe for more:
https://www.youtube.com/c/MilanJovano...
Chapters
0:00 How to implement Query Filters
4:27 How Query Filters work
6:15 How to ignore Query Filters
8:20 One thing to be careful about