Anyone using WPF for real LOB applications?
We have all seen the clever demos of WPF showing videos mapped onto 3D elements. These look great but what about the real wor
I worked on the Helios product in this setup. WPF on top of lots of other stuff, including C++.
WPF is what I would recommend if you were developing in .NET and wanted a smart client application with a heavily customized UI. If you were thinking about using a simple Windows-y UI, go with Windows Forms.