Best way to track changes across WebAPI calls using DbContext
I’m currently building an API in C# (.NET8). As you’d expect, I have endpoints that GET data, the client software can then amend information and POST those changes. Some of the DTO’s are relatively large. Everything is specifically mapped on to DTO’s and then back in to Entities for data access using EF Core.