Observable Collection Monitoring Item Changes

I encountered a situation while developing a WPF application that used the ObservableCollection class. Here is the description:

Problem:

A collection of items that contains several items (which themselves implement the INotifyPropertyChanged interface). I need to perform certain calculations: total items to be completed, total completed items, remaining items, etc. But when one of these items changed status and became completed, it was impossible to push the information (push) to a higher level.

[Read More]

PRISM and Telerik RadControls for WPF

For some time now, I have had the chance to experiment with PRISM and I really like what it brings to the table. But I also use some Telerik controls for WPF, and after doing some research, I noticed that Telerik has included in its documentation some elements about PRISM.

Here are some interesting links:

If you have other interesting articles, let me know via the comments or my contact page

[Read More]