Using EF Core’s Coolest Feature to Audit in .NET
Summary
This tech talk explores advanced auditing techniques in .NET applications using EF Core interceptors. It goes beyond basic "who and when" updates to demonstrate more sophisticated scaling of auditing, even to other services via a message bus, with a practical takeaway to leverage interceptors for robust and flexible auditing solutions. The presenter uses a movie API example to illustrate these concepts.