Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF vs Windows Forms in desktop applications

Tags:

.net

winforms

wpf

I've been developing C# Windows Forms applications for a couple of years and while I've heard and read about WPF I've never really come in close contact to it. With some time to spare this spring I though I'd give it a go though, but first it'd be intresting to know what you guys thought about it. What do you think, is it worth the time to learn for a .NET desktop application developer? There's alot of other cool stuff I'd like to spend some more time with too, so if it's just "fun" and to no practical use I'd rather put my attention elsewhere.

like image 800
Erik H Avatar asked Jan 13 '10 02:01

Erik H


Video Answer


1 Answers

Yeah, I'd suggest you learn WPF. It has many advantages over WinForms, such as GPU acceleration and easier code reability (XAML).

Plus it looks nice on your CV.

like image 56
Daniel Sorichetti Avatar answered Sep 28 '22 09:09

Daniel Sorichetti