Updating data with JsonPatch [13 of 18] | Web APIs for Beginners

preview_player
Показать описание

JSON Patch is a format for expressing partial updates to a JSON document or data structure. In this void, we’ll learn how to enable JSON Patch support in our Web API

Useful Links

Downloads

#WebAPI #DotNet
Рекомендации по теме
Комментарии
Автор

Wow, again, the code has changed considerably compared to previous video's without explaining anything (asyn Task<..> and names for instance).
This is really REALLY a bad 'beginners series'..

SuperDre
Автор

I want an explanation of why Microsoft pushes JSON Patch over the far more simple JSON Merge Patch (RFC 7386).

marklnz
Автор

useful videos, but you assume a lot in your videos (like the fact you are using MongoDB - there is nothing mentioned about how to wire all this part up before you move on to talking about patching). As you have not published code samples, its a bit difficult to move forward from here, as even without code samples in the previous videos, we could still just type your displayed code into our own projects. Code samples would make a vast improvement to this series of videos

UOTDF
Автор

can you give link to demo rproject please?

DRanduletti
Автор

Thank you very much for making the video, but Microsoft should not be freaking beginners with Videos that are fast peased and the code is not provided. Working with Mongo DB is not fun as I had expected. Please at least push the code to GitHub, so that we can go ad look at what happens in the backend. You are using patch but you are not showing in the backend how to use the patch in MongoDB, what if you want to update another field instead of title? what is the difference between updateone and replaceone. Please set the code there so we can go and learn how the backend is made. it is frustrating that comments of people who are interested in learning MS technology are not being taken into consideration.

redarismail
Автор

Can't we use System.Text.Json instead of Newtonsoft.Json ?

Krimog
Автор

this is the most worse variant of making simple patch from any other framework/programming language
Just add possibility to assign value to the key which are coming from ...

ursoi