🚀Master C# and .NET programming EASILY with our best-selling C# Masterclass: bit.ly/47Hk3u7
@SamirNetCore3 жыл бұрын
Good tutorial and helpful. Just wanted to add that VS2019 has a native function to convert JSON to C# classes built-in the IDE, just copy the the JSON and go to Edit> Paste Special> "Paste JSON as Classes" and it will convert the copied JSON into C# classes no matter how complex and paste it. Also you can do the same with XML.
@ragnarmusix94402 жыл бұрын
A this comment just saved tons of time.
@tutorialsEU Жыл бұрын
This is super valuable feedback. We are working on a video, that does exactly that!
@rambi1072 Жыл бұрын
Wow! That is insanely useful, I was just about to start typing out like 6 classes all with lots of attributes thinking there has to be an easier way of doing this lol. Thanks so much
@greyalice4 ай бұрын
Thank you! Been stuck on a problem for a bit, and the JSON to C# converter helped me visualize where I was going wrong so I could fix my JSON structure.
@darrenwe14 ай бұрын
That json2csharp converter was all I needed. I just finished create a super complex set of classes for a project. If only I had know. Thanks.
@suelim122 ай бұрын
Legend ! thanks for this... I used this for a test on one of the apilayers api projects. You're explanations are great !
@lewisorherhe26892 жыл бұрын
The best video I have seen on Deserialization of JSON in C#
@davidbierman5717 Жыл бұрын
Thank you. I couldn't figure this problem out for a while and this video is exactly what I needed.
@danielbekker85442 жыл бұрын
This video was amazing thank you for actually explaining the process and not just coding it
@MrZtapp2 жыл бұрын
Best json tut I have seen
@alexgolomb363 Жыл бұрын
Very helpful. Thank you.
@JustJarred Жыл бұрын
You are a life saver man
@riccarrasquilla379 Жыл бұрын
thanks for the video
@richardsrobin_r3 жыл бұрын
thanks ,it was helpfull,and how to download multiple images from json to display in listview or any view.
@gatatools2 жыл бұрын
I love this channel
@wllyck2 жыл бұрын
Excellent explanation, Thank you!
@fooballers7883 Жыл бұрын
You are a star... thank you so much Really appreciate it. Thanks
@Phil_D_Waller Жыл бұрын
great stuff!
@TheJoni50para2 жыл бұрын
Great and simple explanation, thank you!
@nileshgopnarayan44643 ай бұрын
What if you don't know the object type that server will return what to do
@eyemaneyeman93412 жыл бұрын
great demo. Thank you
@muralikrishnachowdarypolin56013 жыл бұрын
Very Useful thanks and continu the how to create local json server tutorial
@yenjeff67902 жыл бұрын
謝謝!
@tutorialsEU Жыл бұрын
Thank you very much!
@Willian_dotNet_Alves Жыл бұрын
Ótima explicação!
@mariiasafonova55102 жыл бұрын
very good job
@Nuns341 Жыл бұрын
great stuff, you should make it so that lets say these JSON object can be stored in a database, how one can achieve that
@kellybmackenzie2 жыл бұрын
Thank you so much, this is really helpful!!
@imadabab3 жыл бұрын
Beautiful. Thanks a lot
@imikhan833 жыл бұрын
IMO, you should have used system.text.json. it's a built-in package and has more features and fast than newsoftjson...
@tutorialsEU Жыл бұрын
Working on a new video for that. thanks for your feedback.
@richardmeyer4183 жыл бұрын
Thank you, that was very useful.
@abdulrehmanharis71932 жыл бұрын
awesome.
@echoness_ Жыл бұрын
Thank you Dark Souls.
@pelapps3 жыл бұрын
Can you tell me any suggestions on my first Android App ? Its available on Playstore. App name World of C++
@aL-vs8kh8 ай бұрын
This tutorial had some information, however the way things are explained are only applicable when it's setup this exact way. It would be nice to know how to modify, change things for different circumstances because the likely hood of coding in this exact method will probably not be high.
@nordgaren23582 жыл бұрын
Dsrk souls references?
@SirXtC Жыл бұрын
wow c# makes stuff so complicated compared to javascript lol.
@kavivarman42842 жыл бұрын
Newtonsoft library severely degrade the application performance as it uses the reflection when deserialization big data.