How to Avoid Duplicate 404 Code in .NET Core APIs - Part 3
Part 1 Part 2 The Current Problem It's great that we can now have all of our 404 Entity Not Found code be generic so that it can be used for all top-level resources. The issue is, we now are making a call to the database in the EntityNotFound attr...



