Published onJune 26, 2021How to set up auditing in Entity Framework Coreasp-net-coredotnetentity-frameworkLearn how to set up simple entity auditing and track changes in Entity Framework Core.
Published onMay 17, 2021LINQ extensions for pagination and ordering by property name in Entity Frameworkasp-net-coredotnetlinqentity-frameworkLearn how to create LINQ extensions that will simplify pagination and ordering by property names in Entity Framework.
Published onMay 10, 2021Entity Framework global query filters - per-request configurationasp-net-coredotnetentity-frameworkLearn what Entity Framework global query filters are and how to configure it per request.