@tutorialsEUC

🚀 C# Progress Academy - Become a senior C# developer: https://academy.tutorials.eu/p/csharp-progress-academy

@Froggy954

Great tutorial, clear and straight to the point. Exactly what I was looking for! :D

@MegaToyy

Thanks Jannick. Very concise and straight to the point. Btw could you elaborate on the best practice on how to update our json file with new data? Assuming there will be more purchased items and we want to store/update that information.

@mamirafzal

Excellent, thank you so much .

@Nitu-zs7vq

Awesome explanation

@marceloleoncaceres6826

Thanks for the video, It helped me a lot

@livewithlimon

please make some videos about state management

@princefowzan

This is something i wanted to learn for a long time. So what is the difference between saving objects this way, and saving with a SQL server?

@basitkhan6121

My question is how to dynamically add json object into sql server because i have form and I dont know table contain how many rows and rows contain how many fields

@AntonXCMlite

Hello. I want to be able to disallow some fields from serialization. Is it possible to do this before serialization or will I have to cut the relevant parts out of string.

@AbdallahEmadVlogs

Too many adds about your course and minimal information about what we are here for

@Baldrick15

I do not have system.text.json 😐

@art_math_enjoy

Hi, I am new to software development what is serialize?
Thanks,

@abdulrafay2420

Can anyone please explain why we serializing the json object and how we can store serialized object(string) in the database. Lets suppose we have table of user. I create a post API that creates a user and store in a database how can I use serialization here and what will be the benefit of doing it?

@DaniLearnsIT

Did you guys intentionally make something so the like button gets a rainbow aura when you say "smash that like button" or is it just a thing that YouTube does now?

@kausainshaikh1999

i have a question that i have to use Json Data which is key value type (Commands,Buttons)
example
 {
                    "command": "*A-2#",
                    "button": "A-2"
}
so i have list of data whenever i can edit or delete. this data is in unity buttons which can also delete and add at run time.
so is there any solution to do?