Linked by Thom Holwerda on Sat 9th Aug 2008 19:19 UTC
Thread beginning with comment 326325
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
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,
Explain why people are calling it slow then?
I was under the impression that only under vista it is even somewhat hardware accelerated...
I'm slightly suspicious of you statement because you don't say it is fast due to HW Accel, you say it is HW accel hence it is fast.
As a framework how is it faster in terms of user experience?







Member since:
2005-11-13
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.