Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Winforms vs. WPF
Message
From
23/12/2018 00:45:04
 
 
To
21/12/2018 17:13:36
General information
Forum:
C#
Category:
Forms
Miscellaneous
Thread ID:
01664814
Message ID:
01664840
Views:
64
>Have been reading some posts from 2014 and there was some back and forth on Winforms vs. WPF. At the time, it seemed like Winforms were not being updated past .Net 3.0 but that the general feedback was that it was easier to work with for a newbie vs. WPF.
>
>So 4+ years later, would people still recommend starting with Winforms or are they really outdated?
>
>Thanks,
>Albert

It really depends on what you're doing.
For simple CRUD applications, Winforms is fine, but if you prefer WPF, go at it.

More than 75% of the .NET programs I write have no GUI.
Many are class libraries and utilities called by GUI programs.
Many are service applications fired off by the Windows service manager and have no direct human interface.
Many are console applications that are started by the user and then they fire off a lot of other tasks that have no GUI except user messages.
Some are REST API clients or servers.
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Previous
Reply
Map
View

Click here to load this message in the networking platform