From fab684c605ccc5d4f2962b318396c778c30ed52c Mon Sep 17 00:00:00 2001 From: John Kennedy Date: Thu, 31 Mar 2022 15:17:06 -0700 Subject: [PATCH] Update what's new (#2424) --- hub/apps/whats-new/latest-doc-updates.md | 767 ++++++++++++++++------- 1 file changed, 532 insertions(+), 235 deletions(-) diff --git a/hub/apps/whats-new/latest-doc-updates.md b/hub/apps/whats-new/latest-doc-updates.md index 170a836c71..c085519021 100644 --- a/hub/apps/whats-new/latest-doc-updates.md +++ b/hub/apps/whats-new/latest-doc-updates.md @@ -2,7 +2,7 @@ description: Discover the latest additions to the Windows developer docs. title: Latest updates to the Windows API and developer documentation ms.topic: article -ms.date: 02/18/2022 +ms.date: 03/30/2022 ms.localizationpriority: medium ms.author: quradic author: QuinnRadich @@ -10,7 +10,7 @@ author: QuinnRadich # Latest updates to the Windows developer docs -The Windows developer docs are regularly updated with new and improved information and content. Here is a summary of changes as of February 18th, 2022. +The Windows developer docs are regularly updated with new and improved information and content. Here is a summary of changes as of March 30th, 2022. Note: For information regarding Windows 11, please see [What's cool for developers](https://developer.microsoft.com/windows/windows-for-developers/) and the [Windows Developer Center](https://developer.microsoft.com/windows/). @@ -20,24 +20,35 @@ Many thanks to everyone who has contributed to the documentation. Your correctio Highlights this month include: -## Sample apps +## Sample apps and tutorials -* A Windows App SDK 1.0 Stable version of [Photo Editor (C# and C++/WinRT)](https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/PhotoEditor) +* [Tutorial—Create a simple photo viewer with WinUI 3 (C#)](https://docs.microsoft.com/windows/apps/get-started/simple-photo-viewer-winiu3) ## Windows App SDK / WinUI -* [Title bar customization](/windows/apps/develop/title-bar?WT.mc_id=windowsdocs-twitter&tabs=wasdk) +* About migrating from [UWP to the Windows App SDK](https://docs.microsoft.com/windows/apps/get-started/migrate-from-uwp-to-winappsdk). +* [Set up continuous integration for your WinUI 3 app](https://docs.microsoft.com/windows/apps/package-and-deploy/ci-for-winui3?pivots=winui3-packaged-csharp). ## Other new content -* [Byte-sized C++ tutorials](https://github.com/MicrosoftDocs/windows-devdocs-team/tree/main/bite-sized-cpp) +* [ISpatialAudioClient2](https://docs.microsoft.com/en-us/windows/win32/api/spatialaudioclient/nn-spatialaudioclient-ispatialaudioclient2). +* [Windows on Arm: Understanding Arm64EC ABI and assembly code](https://docs.microsoft.com/windows/uwp/porting/arm64ec-abi). +* [API ref topics for the Microsoft.UI.Win32Interop class](https://docs.microsoft.com/windows/apps/api-reference/cs-interop-apis/microsoft.ui/microsoft.ui.win32interop). +* [Bite-sized C++ series](https://github.com/MicrosoftDocs/windows-devdocs-team/tree/main/bite-sized-cpp). + ## Updated content -* Deep revision/refactor of [Call interop APIs from a .NET 5+ app](/windows/apps/desktop/modernize/winrt-com-interop-csharp), including expanding its scope with a new set of interop methods. -* Added info to [AppInstance.GetActivatedEventArgs](/windows/windows-app-sdk/api/winrt/microsoft.windows.applifecycle.appinstance.getactivatedeventargs) about Windows App SDK behavior. -* [DirectML 1.8](/windows/ai/directml/dml-version-history) documentation refresh. -* Revision of [UserConsentVerifier](/uwp/api/windows.security.credentials.ui.userconsentverifier) class to add info about calling it from various kinds of desktop apps, and improved code formatting. +* [Manage app windows](https://docs.microsoft.com/windows/apps/windows-app-sdk/windowing/windowing-overview). +* [Windows App SDK deployment guide for non-MSIX-packaged apps](https://docs.microsoft.com/windows/apps/windows-app-sdk/deploy-unpackaged-apps). +* [Install tools for the Windows App SDK](https://docs.microsoft.com/windows/apps/windows-app-sdk/set-up-your-development-environment?tabs=vs-2022-17-1-a%2Cvs-2022-17-1-b). +* [Install tools for preview and experimental channels of the Windows App SDK](https://docs.microsoft.com/windows/apps/windows-app-sdk/preview-experimental-install?tabs=vs-2022-17-1). +* [Application lifecycle functionality migration](https://docs.microsoft.com/windows/apps/windows-app-sdk/migrate-to-windows-app-sdk/guides/applifecycle). +* [.NET Native MethodInstantiation](https://docs.microsoft.com/windows/uwp/dotnet-native/methodinstantiation-element-net-native). +* [Speech SDK downloads ](https://www.microsoft.com/download/details.aspx?id=27226). +* [Toast Schema](https://docs.microsoft.com/uwp/schemas/tiles/toastschema/schema-root). +* [Desktop Window Manager APIs](https://docs.microsoft.com/windows/win32/api/dwmapi/). +* [Cloud filter APIs](https://docs.microsoft.com/en-us/windows/win32/api/cfapi/). ## Developer tool updates @@ -50,6 +61,12 @@ Highlights this month include: * [Windows Package Manager: Winget v1.0](/shows/Tabs-vs-Spaces/Windows-Package-Manager-Winget-v10) +## Related content + +* [Surface Duo Test Kit](https://docs.microsoft.com/dual-screen/android/test-kit/?tabs=views). +* [Surface Duo emulator](https://docs.microsoft.com/dual-screen/android/emulator/). + +
## Updated in the last month @@ -59,248 +76,528 @@ The following list of topics have seen significant updates in the past month, as ## Windows UWP conceptual ## Win32 conceptual ## Win32 API reference ## UWP API reference ## C++/WinRT