08-12-2020, 03:42 AM
there's no doubt that our app needs a dataset or a database, to keep that data in our app is using the ObservableCollection or List class.
Even though the List class is more easy and simple than the ObservableCollection class when combining with Linq (select, count, where, etc.), but I do use ObservableCollection in my WPF apps to keep more complex dataset.
so what do you guys think? ObservableCollection or List??
Even though the List class is more easy and simple than the ObservableCollection class when combining with Linq (select, count, where, etc.), but I do use ObservableCollection in my WPF apps to keep more complex dataset.
so what do you guys think? ObservableCollection or List??