I don’t get it.
Maybe it will become clear as the series progresses, but the idea of a powershell cmdlets, etc. powering a WPF front end doesn’t make sense to me.
I thought the whole idea idea of Powershell was that it was a shell plaform — an advanced command prompt?
Instinctively, I think — no GUI. Mixing WPF and Powershell together feels somehow wrong, like using a mud topping on a bowl of ice cream.
Nonetheless, here’s the start of the series. The first post suggests it will be a “7 day” series.
WPF & PowerShell – Part 1 ( Hello World & Welcome to the Week of WPF )
WPF & PowerShell – Part 2 (Exploring WPF (and the rest of .NET) with Scripts)
WPF & PowerShell — Part 3 (Handling Events)
Do you use the Powershell? I’ve tried it — and never gotten far as it’s just not solving a problems I encounter regularly.


I find it hard to believe that Powershell doesn’t help solve any problems that you have. You must not have any problems then?
I am really interested in WPF and Powershell because there are many times when creating useful scripts that decisions need to be made. Those decision points can be presented in a useful way in a GUI better than in a limiting console. It’s nicer to select a file than to have to type it in or pick from a long list of items in a list box than a long list of items on a console.
Bruce