In this article, I'll look at ways to combine Windows Presentation Foundation (WPF) and the Inversion of Control (IoC) container Castle Windsor to decouple Views and ViewModels within ...
The DXGauge Suite delivers more than 20 built-in models, each defining a consistent look-and-feel for all gauge elements. These models contain element colors and element shapes, sizes and other ...
I'm trying to extract a Bitmap object from a WPF Control (a System.Windows.FrameworkElement object) and then display it in a picture box (or save it in a file). All of that is done in a WinForms ...
This worked OK in the beginning. As my application grew, I wanted to take advantage of IoC in my ViewModel; there were repositories to inject as well as other dependencies. Because of these and other ...