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.
Published onMay 6, 2021Set up Swagger and API versioning in .NET 5 web APIasp-net-coredotnetswaggerAPI versioning and Swagger goes hand in hand when developing APIs. Learn how to easily set it up.