C# Tip: ObservableCollection - a data type to intercept changes to the collection
ObservableCollection<T>
is a data type that allows you to react when an item is added or removed from the collection. Let’s learn more!
Continue reading