News

Practical .NET Integrating Services into a WPF Composable Application There are two strategies that you can follow in pulling together the modules that make up your WPF composable application: Central ...
Creating Modularity with WPF, Prism and Unity If you're building Windows Presentation Foundation applications that will change over time or have some combination of complex workflows, rich user ...
I'm playing round with my first WPF app, which is just a small utility with a progress bar and a cancel button for the UI. I want to be able to accept some arguments from the command line, and I'm ...