Linked by Thom Holwerda on Sat 9th Aug 2008 19:19 UTC
Thread beginning with comment 326321
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Im glad with this, because WPF is a great platform.
Is it really? I haven't ran across any WPF apps myself... do they run faster and consume less resources than those written in Windows Forms?
If it's really that good, I'd like to see MS Office, Visual Studio, and all the major MS apps written in WPF, or even .NET for that matter.
do they run faster and consume less resources than those written in Windows Forms?
I haven't worked with WPF personally. But I think you need to evaluate it on more criteria then how many resources it consumes and how fast it is (whatever that means). Other factors that should also influence an assessment of the technology is what kind of things can you do with it that you can't with older technologies? Does it allow fancy new transformations and widgits? Does it help to separate presentation from business logic? Is it easier to program? Design? API's?
So while I would like to see it run at least as fast as winforms or older technologies and it likely will consume more resources if it's doing more under the hood. If I were writing a windows application I would be more concerned about some of the points I raised in the previous paragraph than resources and some obscure metric of speed.
WPF is fully hardware accelerated witch means is faster than WinForms, the memory is pretty much the same or better since it uses video memory.
The benefits it has for the developer are great, I've used it and is a loooot easier than WinForms and a loooooooottttt more flexible,







Member since:
2005-07-28
Yahoo is doing the same with its Yahoo messenger.
Im glad with this, because WPF is a great platform.