How do I create a new WPF app?

lookforme 21 Reputation points
2022-05-08T16:02:55.253+00:00

I'm new with C# and I found a tutorial. Is this one good?

https://learn.microsoft.com/en-us/dotnet/desktop/wpf/get-started/create-app-visual-studio?view=netdesktop-6.0&redirectedfrom=MSDN

I also found one for data binding. Is it smart to use data binding in combination with WPF?
That's what I found:

https://learn.microsoft.com/en-us/dotnet/desktop/wpf/data/how-to-bind-to-xml-data-using-an-xmldataprovider-and-xpath-queries?view=netframeworkdesktop-4.8

Plus I found this one on another website. It looks pretty good:
200003-grafik.png

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,681 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
767 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Hui Liu-MSFT 40,786 Reputation points Microsoft Vendor
    2022-05-09T01:51:10.51+00:00

    You could refer to the link you shared to create a new WPF project.
    For data binding, it is recommended that you refer to Data Binding Overview (WPF .NET).
    I am glad to help if you have any others questions. 


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.