C# Load JSON into Datagrid. How to use Newtonsoft to Serialize and Deserialize Data.

preview_player
Показать описание
How to load JSON into WPF Datagrid in C#.
How to read JSON and load into Datagrid WPF in C#
How to display JSON data in a Datagrid in C#

How to use Newtonsoft, to Deserialize a JSON file and Load into a WPF datagrid.
How to use Newtonsoft, to Serialize a C# Class Object into JSON.

#softwarenuggets @SoftwareNuggets
Рекомендации по теме
Комментарии
Автор

Thank you so much for these types of videos, I'm a 1st year IT student, I'm following your channel with two accounts of mine.
Even if I preferred really that I find a couple of videos about MVVM with more than tow ViewModels, and more than two Models, when we show data from JSON/CSV files in as ObservableCollections with some CRUD, for example we have a User abstract class, and tow or three employee classes inherited, and Customer Class inherited from the User as well, another class of Vehicles or Parcels, since the app is to manage Transporting Parcels from a country to another. Well it's my idea which I'm trying to make it happen for my school project this first year.
But, i'm still struggling with the concept of DataConext and binding observableCollections to a window since I have multiples Views and ViewModel and Models. I feel like I'm LOST and I can't really see clearly into it, any advices please?

thank you :).

pcastuces
Автор

Do we really need the nugent package or can we do without?

jlei