Where is latest documentation on WPF and XAML?

Nicholas Piazza 531 Reputation points
2020-09-06T18:03:17.6+00:00

I was studying Windows Presentation Foundation and had a number of links to Microsoft documents about it. Today (9/6/2020) I'm getting a lot of 404 Errors (site not found) when I try to access those same WPF and XAML document sites that were working before. For example, https://learn.microsoft.com/en-us/dotnet/framework/wpf/used to work for me, but now brings up a 404 Error page. Another link that no longer works is: https://learn.microsoft.com/en-us/dotnet/desktop/framework/wpf/controls/menu-overview?view=netdesktop-5.0 Can anyone tell me what is going on with those links, and where I should turn for WPF documentation?

Universal Windows Platform (UWP)
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,676 questions
{count} votes

Accepted answer
  1. DaisyTian-1203 11,616 Reputation points
    2020-09-07T02:17:33.213+00:00

    I found there is a announcement in the priview documents, it might be the reason to the 404 error.Here is the announcement picture:
    22876-capture.png

    I will give you the steps to get the latest document for Windows Presentation Foundation.
    Step 1: Go to the home page of Micorosft Document.
    Step 2: Click .Net
    Step 3:Find the Create your application in the Page and Windows Presentation Foundation (.NET Core) / Windows Presentation Foundation (.NET Framework) is under the Desktop bar.

    The below is the picture for the steps:

    22777-4.gif

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2020-09-06T22:20:22.677+00:00

    You can follow this one I created and also add more links as you find them.
    https://github.com/MicrosoftDocs/feedback/issues/3093

    --please don't forget to Accept as answer if the reply is helpful--