加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

c# – Visual Studio – Windows窗体或WPF?

发布时间:2020-12-16 01:45:16 所属栏目:百科 来源:网络整理
导读:Windows Forms和 WPF之间有什么区别?是否会给程序员带来更大的优势? 解决方法 从 MSDN开始的第 WPF Vs. WinForms条的要点: WPF Pros: Powerful styling and skinning structure Easy to create an own look and feel Does support Windows Forms The futu
Windows Forms和 WPF之间有什么区别?是否会给程序员带来更大的优势?

解决方法

从 MSDN开始的第 WPF Vs. WinForms条的要点:

WPF

Pros:

  • Powerful styling and skinning structure
  • Easy to create an own look and feel
  • Does support Windows Forms
  • The future technology for developing Windows?Vista Applications
  • The ability to reuse existing code
  • Highly advanced databinding possible

Cons:

  • Declarative vs procedural code
  • Requires .NET Framework 3.0
  • Compared to Windows Forms,still in the development fase
  • Requires Dx9 compatible vidcard for advanced graphics

Windows窗体

Pros:

  • Extensive documentation can be found on the Internet
  • Plenty of examples
  • Does support WPF

Cons:

  • How long will this be supported? (I’ve read somewhere that Microsoft
    is only developing WPF now,only maintenance for Windows Forms)
  • Design your own look and feel in an application is a lot of work.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读