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

Developer technologies Windows Presentation Foundation
Developer technologies XAML
{count} vote

1 answer

Sort by: Most helpful
  1. Hui Liu-MSFT 48,676 Reputation points Microsoft External Staff
    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.