Windows Forms has been dead for awhile. The whole focus of Windows GUI development shifted to WPF, as mentioned above.
Windows Forms has been dead for awhile. The whole focus of Windows GUI development shifted to WPF, as mentioned above.
I wouldn't say it's dead. Just no reason to add anything really. It's PERFECT.
I still prefer WinForms over WPF for most stuff. XAML can go DIAF.
Is WPF updated regularly? The reason I am asking this is to see if it is safe to start a project using WPF which might have to live for another 10 years!
I don't know, I kind of liked the idea of creating native GUI applications using a layered markup + code-behind approach that mimicked the way ASP.NET applications were built at the time. I still think it's a better and more flexible way to create apps for Windows than Windows Forms. Basically I think MS has improved the tools with every evolution. The Win API sucked, MFC sucked a little less, ATL sucked a little less than MFC, Windows Forms sucked a lot less than ATL, and WPF imo sucks a little less than Windows Forms.