About 67 results
Open links in new tab
  1. WPF从入门到超神不难,吃透这些项目就够了!(视频及源码分享)持 …

    Apr 7, 2023 · 3 WPF挑战高薪? 进阶实战项目邀请,欢迎来战~ 【单纯技术,视频干货分享,来的都是朋友,有问必复】 1 WPF零基础教程分享 50个视频带你快速入门和精通WPF,足矣! 下文附整个教 …

  2. 2022 年了,WPF 还有前途吗? - 知乎

    wpf是xaml的,而微软后面搞得C#平台,silverlight wp7 xamarin.forms winui maui全都是基于xaml的,其实根本无所谓他们本身是否还存在,xaml的用法还是在持续延续,如果你搞一套商业库,那么商业 …

  3. What is the difference between WPF and WinForms?

    Aug 26, 2009 · WPF is the current platform for developing Windows desktop applications. It is a modern, advanced, hardware accelerated framework for developing applications that maintain separation of …

  4. windows - What exactly is WPF? - Stack Overflow

    Sep 1, 2008 · WPF is a new technology that will supersede Windows Forms. WPF stands for Windows Presentation Foundation Here are some useful topics on SO: What WPF books would you …

  5. What is WPF and how does it compare to WinForms?

    Feb 26, 2009 · WPF is Microsoft's new framework (actually, it is a subsystem of the .NET framework 3.0) for writing rich Windows applications. It is meant as an eventual replacement for WinForms …

  6. 学习WPF有那些好的视频教程或博客? - 知乎

    参考: 油管视频作者: C# WPF UI Academy 油管视频: C# WPF UI | How to Design Beautiful Social Media Info Dashboard in WPF 参考代码: WPF-Social-Media-Info-Dashboard 本文代码: Dashboard3

  7. WPF、WinUI、UWP、WinForm 在项目中到底是怎么区别的?

    那么WinUI 3和WPF到底有什么区别呢? 难道只是为了统一WPF和UWP的UI开发? 也许是吧。 由于本人对MFC环境下的Win32程序和UWP很熟悉,其他都是不深入,可能有错误,欢迎讨论。

  8. How to bind multiple values to a single WPF TextBlock?

    May 25, 2016 · I'm currently using the TextBlock below to bind the value of a property named Name: <TextBlock Text="{Binding Name}" /> Now, I want to bind another property named ID to the …

  9. Newest 'wpf' Questions - Stack Overflow

    Apr 25, 2026 · Windows Presentation Foundation (WPF, previously known as “Avalon”) is part of the Microsoft .NET Framework used to create rich client user experiences for Windows applications.

  10. c# - Example using Hyperlink in WPF - Stack Overflow

    Apr 20, 2012 · Example using Hyperlink in WPF Asked 14 years ago Modified 2 years, 5 months ago Viewed 257k times