Is WPF suitable for Line Of Business software?

wpf

Solution

Of course it's suitable for LOB apps (much more so than the WinForms), and it is a growing technology being updated with every new version of the .NET framework, and with all the control vendors investing heavily into developing and updating their WPF controls.

Future is impossible to predict naturally, but WPF most certainly has a much better future than WinForms and it is, in my opinion, a number one choice for any new thick client project(s) on the Windows platform.

WPF is in so many ways vastly superior to WinForms but even if it was for data binding only it would still be easy to recommend over Winforms.

As a matter of fact, choosing WinForms over WPF at this time would be very similar to choosing VB6 over C# and the .NET Platform.

Problem

I do not know if this type of question can be asked on this site, please let me apologize if it is not relevant. I'm currently thinking about starting the migration of an application developed in Visual Foxpro to VS. NET. I'm looking at Windows Forms and WPF, and I'm clear about the basics like the differences between them. My specific question is whether, as of today, is WPF is an active and growing technology or another tool that died and will have no future support? I am very interested in this information because I have some experience windows forms; studying WPF seems interesting, but I would not invest my time in a dead end. I appreciate any information you can give me.

Original source

Related problems