Firstly, we run through all the different CRUD operations and their relevant verbs for developing API integration.

Thereafter, we go ahead and identity the difference between a full update (HTTP PUT verb) and a partial update (HTTP PATCH verb). We explain a situation where doing a full update might not be a good idea.

We have created an ASP.NET Core MVC API application to test out the PATCH verb. We go through the code, run the application and then test the method in Postman.

Finally, we discuss that this method will reduce the risk of overwriting data and talk about ways where you can eliminate it.

ā–ŗ More Information: https://www.roundthecode.com/dotnet/asp-net-core-web-api/asp-net-core-api-how-to-perform-partial-update-using-http-patch

#aspnetcore #webapi #httppatch

ASP.NET Core API: How to Perform a Partial Update using HTTP PATCH Verb
2.05 GEEK