Advantage of WPF app vs Winform for business apps?
Posted
by
Abdu
on Stack Overflow
See other posts from Stack Overflow
or by Abdu
Published on 2009-03-11T19:38:36Z
Indexed on
2011/01/06
6:53 UTC
Read the original article
Hit count: 230
I know asp.net and winform development. I am not the type of developer who jumps into a new technology just because it's new. It needs to give me extra benefits like higher productivity.
What are the advantages of WPF over Winforms for pure business apps? I am not interested in the extra eye candy, animation, gradients, image display effects and so on which WPF provides. The business apps are for data entry, data reporting and maybe some charts and static display of photos.
How will WPF help in these apps? Better richer data binding? WinForm is a mature proven technology and I like the fact I can do everything in Visual Studio vs multiple IDE's for WPF (VS & Blend family). Plus I think WPF doesn't have as rich data binding controls like their Winform counterparts (DataGridView..etc). AFAIK, Microsoft will still support Winforms for many years.
Try to convince someone like me to switch.
© Stack Overflow or respective owner