How to Avoid Duplicate 404 Code in .NET Core APIs - Part 2
Part 1: https://thedoodledad.hashnode.dev/how-to-avoid-duplicate-404-code-in-net-core-apis-part-1
Taking Advantage of TypeFilterAttribute
Last time we looked at how to make NotFound entities much simpler, by using the IAsyncActionFilter. However, e...
thedoodledad.hashnode.dev3 min read