Using JSON IN C#! Serialization & Deserialization made easy!

Поделиться
HTML-код
  • Опубликовано: 21 дек 2024

Комментарии •

  • @tutorialsEUC
    @tutorialsEUC  Год назад +2

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

  • @Nitu-zs7vq
    @Nitu-zs7vq 4 дня назад

    Awesome explanation

  • @Froggy954
    @Froggy954 Год назад +1

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

  • @MegaToyy
    @MegaToyy Год назад +3

    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.

  • @basitkhan6121
    @basitkhan6121 25 дней назад

    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

  • @princefowzan
    @princefowzan 2 месяца назад

    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?

  • @marceloleoncaceres6826
    @marceloleoncaceres6826 Год назад

    Thanks for the video, It helped me a lot

  • @AntonXCMlite
    @AntonXCMlite 6 месяцев назад

    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.

  • @livewithlimon
    @livewithlimon 11 месяцев назад

    please make some videos about state management

  • @art_math_enjoy
    @art_math_enjoy 7 месяцев назад

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

    • @TahirMushtaq-s3w
      @TahirMushtaq-s3w 4 месяца назад

      the process of converting an object or data structure into a format that can be easily stored🥰

    • @TahirMushtaq-s3w
      @TahirMushtaq-s3w 4 месяца назад

      the process of converting an object or data structure into a format that can be easily stored

  • @abdulrafay2420
    @abdulrafay2420 8 месяцев назад

    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?

    • @7415_Gamer
      @7415_Gamer 5 месяцев назад +1

      Would be nice. I'm also facing that in Unity when i want to store arrays. Chatgpt uses Wrapper Class but i tried and not getting the results i need. So i would need further explanation.

  • @kausainshaikh1999
    @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?

  • @DaniLearnsIT
    @DaniLearnsIT 10 месяцев назад

    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 RUclips does now?

  • @AbdallahEmadVlogs
    @AbdallahEmadVlogs 10 месяцев назад +1

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