What is WPF and how does it compare to WinForms?

前端 未结 7 1954
星月不相逢
星月不相逢 2021-01-30 05:02

I\'ve been looking at WPF, but I\'ve never really worked in it (except for 15 minutes, which prompted this question). I looked at this post but its really about the \"Flash\" of

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-30 05:45

    Start here, there's dozens and dozens of videos: http://www.windowsclient.net/learn

    In this case, the marketing schpiel is pretty good:

    **"Windows Forms is a set of classes in the .NET Framework that enables rapid development of rich Windows client applications, with powerful, extensible libraries for user-interface controls and graphics. You can incorporate WPF in your Windows Forms applications through WPF-Windows Forms interoperability in the .NET 3.5 Framework."*

    *"WPF, a component of Microsoft .NET Framework 3.5, empowers you to build the next-generation of Windows user experiences. WPF supports UI, media, documents, hardware acceleration, vector graphics, scalability to different form factors, interactive data visualization, and superior content readability."**

    With WPF you get WAY better graphics support, way more powerful and flexible databinding (if you're working with Data, use WPF.)

提交回复
热议问题