Always remain updated about current software development trends

Articles by DIRKSTER99

WPF Control Composition (Part 2 of 2)

Theming an existing user control adds flexibilty at the application side without changing the original implementation. This article gives an example by theming a user control that was previously not fully themeable.

WPF Control Composition (Part 1 of 2)

Composing controls in a user control improves the consistency of a resulting application but does not add much extra work or complexity.

A reusable ProgressViewModel to observe progress with MVVM

UI and code behind is executed in different threads. Long running processes need asynchrone execution. This artice shows a way of doing this in a ViewModel approach.

A MultiProgressViewModel to observe progress in complex algorithms

I have posted a recent article on the ProgressViewModel to show a software design that can be used for background processing in c#4.0. This article extends that design with the ability to ouput more than one progress.

A MultiProgressViewModel to observe progress in complex algorithms

I have posted a recent article on the ProgressViewModel to show a software design that can be used for background processing in c#4.0. This article extends that design with the ability to ouput more than one progress.

A reusable ProgressViewModel to observe progress with MVVM

UI and code behind is executed in different threads. Long running processes need asynchrone execution. This artice shows a way of doing this in a ViewModel approach.

  • Page 1 of 1
  •