What can we do to improve the docs on UWP migration? #1705
Replies: 3 comments 1 reply
-
I asked a specific question here microsoft/TemplateStudio#4387 since I use WindowsTemplateStudio. For someone who rely on such tools to get from zero to working app, everything about WindowsAppSDK still feels very uncertain. Lack of answers/activity there doesn't bode well. Maybe I'm wrong. If a tool like WindowsTemplateStudio can't be brought along quickly along side WindowsAppSDK, it doesn't instill confidence. |
Beta Was this translation helpful? Give feedback.
-
I think it should be mentioned in the migration guide that one reason not to migrate from UWP to the Windows App SDK is that it isn't supported on devices like XBox, IoT, Surface Hub, and Hololens. I think it makes sense to mention it somewhere since Windows Desktop apps seem to be moving forward without other Windows devices in mind. |
Beta Was this translation helpful? Give feedback.
-
UWP comes with loads of examples (especially Github: Win) You need to migrate them to convince us that migtation is feasible/usefull/not an other waste of time. The set of exemaples currently provided (https://github.com/microsoft/WindowsAppSDK-Samples) is too poor/limited |
Beta Was this translation helpful? Give feedback.
-
Hey folks,
The announcement about UWP and the Windows App SDK went live about two weeks ago. Here it is: #1615
In addition, the UWP migration documentation is now live, and you can find it here: Migrate to the Windows App SDK and we would like to receive feedback on the docs.
We’re looking forward to receiving your feedback and continuing to improve the docs.
a. What you liked about the docs.
b. What you didn’t like.
c. And what you’d suggest improving.
The docs are structured to make migration easier for both new and experienced developers. Here’s the table of contents:
Migrate to the Windows App SDK
Index of migration topics
Overall migration strategy
Mapping UWP features to Windows App SDK
What’s supported
Mapping UWP APIs to Windows App SDK
Feature area guides
Overview of feature area guides
Windows UI Library (WinUI) migration
Windowing functionality migration
Application lifecycle functionality migration
Notifications migration
DirectWrite to DWriteCore migration
MRT to MRTCore migration
Threading functionality migration
Case study 1—PhotoLab (C#)
Case Study 2—PhotoEditor(C++/WinRT)
Additional migration guidance
Thank you
Beta Was this translation helpful? Give feedback.
All reactions