Can any one provide me link or idea on what is difference between wpf and windows forms application. I am new to WPF but have good hands on in Win Forms application
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta LodhaPosted Mar 29, 2014, 2:02 AM
WPF
+ Powerfull styling and skinning structure
+ Easy to create an own Look and Feel
+ Does support Windows Forms
+ The future technology for developing Vista Applications
+ The ability to reuse existing code
+ Highly advanced databinding possible
- Declarative vs procedural code
- Requires .NET Framework 3.0
- Compared to Windows Forms, still in development fase
- Requires Dx9 compatible vidcard for advanced graphics
Windows Forms:
+ Extensive documentation to be found on the internet
+ Plenty of examples
+ Does support WPF
- How long will this be supported?
- Design your own look and feel in a application is a lot of work.
http://joshsmithonwpf.wordpress.com/2007/09/05/wpf-vs-windows-forms/
http://social.msdn.microsoft.com/Forums/vstudio/en-US/42636e55-a1e0-4b29-bbd1-cd8073585584/wpf-vs-windows-forms?forum=wpf
SukaskhaPosted Mar 29, 2014, 3:05 AM