Piotr Zieliński
September 15 2021
When (not) use JSON Patch in ASP.NET Core. A real-life testimony
JSON Patch in ASP.NET Core can be a powerful tool, but it is often tricky to use and may cause problems while implementing in some business cases. In this article, I’ll teach you how to use this tool, avoid those problems, and when not to use it to update your business domain model.
Read more