When (not) use JSON Patch in ASP.NET Core. A real-life testimony
As software engineers, we implement APIs based on common GET/PUT/POST/DELETE operations for manipulating resources. PATCH operation is far less popular among the above. JSON Patch in ASP.NET Core can be a powerful tool…
Read more