Tracking Entity Changes With EF Core - Auditing a Web API entity changes - Part 1
Auditing is an essential cross-cutting feature you should implement on your production products. EF Core SavingChangesInterceptor makes it easy.
Auditing is an essential cross-cutting feature you should implement on your production products. EF Core SavingChangesInterceptor makes it easy.
Entity framework core is a very feature-rich library, and one of the lesser-known features I want to share with you today is Global Query Filters.