diff --git a/.wordlist.txt b/.wordlist.txt index b9e309625b..3fb98cba04 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -3558,4 +3558,17 @@ threadCount threadNum useAPL vvenc -workspaces \ No newline at end of file +workspaces +ETDump +ETRecord +FAISS +IVI +PDFs +Powertrain +SpinTheCubeInGDI +TaaS +cloudsdk +highcpu +proj +sln +uploader \ No newline at end of file diff --git a/content/install-guides/cmake.md b/content/install-guides/cmake.md index 96ff5081bb..4244a743e2 100644 --- a/content/install-guides/cmake.md +++ b/content/install-guides/cmake.md @@ -34,7 +34,7 @@ This article provides quick instructions to install CMake for Arm Linux distribu ### How do I download and install CMake for Windows on Arm? -Confirm you are using a Windows on Arm device such as Windows Dev Kit 2023 or a laptop such as Lenovo ThinkPad X13s or Surface Pro 9 with 5G. +Confirm you are using a Windows on Arm device such as the Lenovo ThinkPad X13s or Surface Pro 9 with 5G. ### How do I download and install CMake for Arm Linux distributions? diff --git a/content/learning-paths/laptops-and-desktops/electron/_index.md b/content/learning-paths/laptops-and-desktops/electron/_index.md index fb1cf24b3c..722b428115 100644 --- a/content/learning-paths/laptops-and-desktops/electron/_index.md +++ b/content/learning-paths/laptops-and-desktops/electron/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Learn how to create a multi platform build of the application prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm[virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Node.js for Arm64. You can find the installer [here](https://nodejs.org/dist/v20.10.0/node-v20.10.0-arm64.msi) - Any code editor; we recommend using [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user). diff --git a/content/learning-paths/laptops-and-desktops/hyper-v/_index.md b/content/learning-paths/laptops-and-desktops/hyper-v/_index.md index 6e941b0f00..fbb8c97645 100644 --- a/content/learning-paths/laptops-and-desktops/hyper-v/_index.md +++ b/content/learning-paths/laptops-and-desktops/hyper-v/_index.md @@ -6,10 +6,10 @@ minutes_to_complete: 60 who_is_this_for: This is an introductory topic for software developers who want to use Linux virtual machines with Windows on Arm devices. learning_objectives: - - Create Arm-based Linux virtual machines using Hyper-V + - Create Arm-based Linux virtual machines using Hyper-V. prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit) or Lenovo Thinkpad X13s running Windows 11 with [Hyper-V](/install-guides/hyper-v/) installed + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 with [Hyper-V](/install-guides/hyper-v/) installed. author_primary: Jason Andrews diff --git a/content/learning-paths/laptops-and-desktops/intro/_next-steps.md b/content/learning-paths/laptops-and-desktops/intro/_next-steps.md index 725150edc8..36921f55b4 100644 --- a/content/learning-paths/laptops-and-desktops/intro/_next-steps.md +++ b/content/learning-paths/laptops-and-desktops/intro/_next-steps.md @@ -15,10 +15,6 @@ recommended_path: "/learning-paths/laptops-and-desktops/wsl2/" # General online references (type: website) further_reading: - - resource: - title: Windows Dev Kit 2023 - link: https://learn.microsoft.com/en-us/windows/arm/dev-kit/ - type: website - resource: title: All Chromebooks with Arm Processors link: https://www.linuxmadesimple.info/2019/08/all-chromebooks-with-arm-processors-in.html diff --git a/content/learning-paths/laptops-and-desktops/intro/find-hardware.md b/content/learning-paths/laptops-and-desktops/intro/find-hardware.md index 88b3d7eb93..eb441bba39 100644 --- a/content/learning-paths/laptops-and-desktops/intro/find-hardware.md +++ b/content/learning-paths/laptops-and-desktops/intro/find-hardware.md @@ -10,14 +10,13 @@ Desktops and laptops, based on the Arm architecture, are available with differen ### Windows -[Windows Dev Kit 2023](https://www.microsoft.com/en-us/d/windows-dev-kit-2023/94k0p67w7581) is for software developers creating Windows applications for Arm. - -Windows on Arm laptops can also be used for software development. +Windows on Arm laptops are available for software development. Some examples include: - [Lenovo ThinkPad X13s](https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpadx/thinkpad-x13s-(13-inch-snapdragon)/len101t0019) - [Surface Pro 9 with 5G](https://www.microsoft.com/en-us/d/surface-pro-9/93vkd8np4fvk) - [Dell Inspiron 14](https://www.dell.com/en-us/shop/dell-laptops/inspiron-14-laptop/spd/inspiron-14-3420-laptop) +There are many other Windows on Arm laptops available. ### ChromeOS diff --git a/content/learning-paths/laptops-and-desktops/llvm_putty/_index.md b/content/learning-paths/laptops-and-desktops/llvm_putty/_index.md index b13a322945..9831faeb47 100644 --- a/content/learning-paths/laptops-and-desktops/llvm_putty/_index.md +++ b/content/learning-paths/laptops-and-desktops/llvm_putty/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Build open-source PuTTY application for Windows on Arm using the native LLVM toolchain prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or Windows on Arm[virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). author_primary: Pareena Verma diff --git a/content/learning-paths/laptops-and-desktops/win_arm64ec/_index.md b/content/learning-paths/laptops-and-desktops/win_arm64ec/_index.md index 8d2aea5ae4..2a66ec4ad5 100644 --- a/content/learning-paths/laptops-and-desktops/win_arm64ec/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_arm64ec/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Compare the performance of a simple application using different build configurations prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit) or Lenovo Thinkpad X13s running Windows 11. + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11. author_primary: Pareena Verma diff --git a/content/learning-paths/laptops-and-desktops/win_arm64ec_porting/_index.md b/content/learning-paths/laptops-and-desktops/win_arm64ec_porting/_index.md index 5cdd096926..442765f585 100644 --- a/content/learning-paths/laptops-and-desktops/win_arm64ec_porting/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_arm64ec_porting/_index.md @@ -11,7 +11,7 @@ learning_objectives: - Learn how to port the C/C++ based dependencies to Arm64 using Arm64EC prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Any code editor. [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user) is suitable. - Visual Studio 2022 with Arm build tools. [Refer to this guide for the installation steps](https://developer.arm.com/documentation/102528/0100/Install-Visual-Studio). diff --git a/content/learning-paths/laptops-and-desktops/win_arm_qt/_index.md b/content/learning-paths/laptops-and-desktops/win_arm_qt/_index.md index 6ded4880e2..2d6cc1f5dc 100644 --- a/content/learning-paths/laptops-and-desktops/win_arm_qt/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_arm_qt/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Investigate performance improvements gained by running on Arm64 prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - '[Qt framework](https://www.qt.io/) or [Qt for Open Source Development](https://www.qt.io/download-open-source)' author_primary: Dawid Borycki diff --git a/content/learning-paths/laptops-and-desktops/win_asp_net8/_index.md b/content/learning-paths/laptops-and-desktops/win_asp_net8/_index.md index 0b81d98733..7aec200879 100644 --- a/content/learning-paths/laptops-and-desktops/win_asp_net8/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_asp_net8/_index.md @@ -11,7 +11,7 @@ learning_objectives: - Create and use services using the dependency injection prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - .NET 8 SDK for [arm64](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.100-windows-arm64-installer). - Any code editor, we recommend using [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user). diff --git a/content/learning-paths/laptops-and-desktops/win_asp_net8/how-to-1.md b/content/learning-paths/laptops-and-desktops/win_asp_net8/how-to-1.md index ccc2da6f55..364af22804 100644 --- a/content/learning-paths/laptops-and-desktops/win_asp_net8/how-to-1.md +++ b/content/learning-paths/laptops-and-desktops/win_asp_net8/how-to-1.md @@ -12,7 +12,7 @@ ASP.NET Core is a cross-platform framework for building web applications that le Windows 11 can run directly on Arm64-powered devices, so you can use it similarly to Windows 10 IoT Core to develop IoT apps. For example, you can use ASP.NET Core to build a web API that your headless IoT device exposes to communicate with users or other devices. -This learning path demonstrates how you can use ASP.NET Core with Windows 11 to build a web server for a headless IoT application. This learning path uses Windows Dev Kit 2023 as a development PC. The kit does not contain any real sensors, so you will implement a temperature sensor emulator. +This Learning Path demonstrates how you can use ASP.NET Core with Windows 11 to build a web server for a headless IoT application and implement a temperature sensor emulator. ## Before you begin Make sure that .NET is correctly installed on your machine. To do this, open the command prompt and type: diff --git a/content/learning-paths/laptops-and-desktops/win_aws_iot/_index.md b/content/learning-paths/laptops-and-desktops/win_aws_iot/_index.md index 2296fb792a..bff9e620e9 100644 --- a/content/learning-paths/laptops-and-desktops/win_aws_iot/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_aws_iot/_index.md @@ -11,7 +11,7 @@ learning_objectives: - Send data from a device to AWS IoT Core. prerequisites: - - A Windows-on-Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11, or a Windows-on-Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows-on-Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows-on-Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Any code editor. Visual Studio Code is suitable. author_primary: Dawid Borycki diff --git a/content/learning-paths/laptops-and-desktops/win_aws_iot_dynamodb/_index.md b/content/learning-paths/laptops-and-desktops/win_aws_iot_dynamodb/_index.md index ef71f06e9f..424741952e 100644 --- a/content/learning-paths/laptops-and-desktops/win_aws_iot_dynamodb/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_aws_iot_dynamodb/_index.md @@ -11,7 +11,7 @@ learning_objectives: - Be able to create the rule that parses messages from AWS IoT Core and writes them to DynamoDB. prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), a Lenovo Thinkpad X13s running Windows 11, or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Any code editor. [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user) is suitable. - Completion of the [Create IoT applications with Windows on Arm and AWS IoT Core](/learning-paths/laptops-and-desktops/win_aws_iot/) Learning Path. diff --git a/content/learning-paths/laptops-and-desktops/win_aws_iot_lambda/_index.md b/content/learning-paths/laptops-and-desktops/win_aws_iot_lambda/_index.md index beae6d7c51..ab9b71a33b 100644 --- a/content/learning-paths/laptops-and-desktops/win_aws_iot_lambda/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_aws_iot_lambda/_index.md @@ -12,7 +12,7 @@ learning_objectives: - Describe the notification services in AWS. prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), a Lenovo Thinkpad X13s running Windows 11, or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the a Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Any code editor. [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user) is suitable. - Completion of the [Create IoT applications with Windows on Arm and AWS IoT Core](/learning-paths/laptops-and-desktops/win_aws_iot/) Learning Path. diff --git a/content/learning-paths/laptops-and-desktops/win_aws_iot_lambda_dynamodb/_index.md b/content/learning-paths/laptops-and-desktops/win_aws_iot_lambda_dynamodb/_index.md index 6d4ba6b9de..8eda0f9f63 100644 --- a/content/learning-paths/laptops-and-desktops/win_aws_iot_lambda_dynamodb/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_aws_iot_lambda_dynamodb/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Learn how to work with DynamoDB to scan and aggregate records. prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), a Lenovo Thinkpad X13s running Windows 11, or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Any code editor. [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user) is suitable. - Completion of the [Create IoT applications with Windows on Arm and AWS IoT Core](/learning-paths/laptops-and-desktops/win_aws_iot/) Learning Path. diff --git a/content/learning-paths/laptops-and-desktops/win_aws_iot_s3/_index.md b/content/learning-paths/laptops-and-desktops/win_aws_iot_s3/_index.md index 39c7e5429b..f655faa370 100644 --- a/content/learning-paths/laptops-and-desktops/win_aws_iot_s3/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_aws_iot_s3/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Create a static website that interacts with AWS Lambda. prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), a Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Any code editor. [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user) is suitable. - Completion of the [Use AWS Lambda for IoT applications](/learning-paths/laptops-and-desktops/win_aws_iot_lambda/) Learning Path. diff --git a/content/learning-paths/laptops-and-desktops/win_cef/_index.md b/content/learning-paths/laptops-and-desktops/win_cef/_index.md index e469910582..f1e59edd01 100644 --- a/content/learning-paths/laptops-and-desktops/win_cef/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_cef/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Modify and style the application prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm[virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Visual Studio 2022. author_primary: Dawid Borycki diff --git a/content/learning-paths/laptops-and-desktops/win_forms/_index.md b/content/learning-paths/laptops-and-desktops/win_forms/_index.md index 98727ee3ee..05a9505da0 100644 --- a/content/learning-paths/laptops-and-desktops/win_forms/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_forms/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Measure code execution performance on Arm64 prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm[virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Visual Studio 2022 with .NET Desktop Development workload author_primary: Dawid Borycki diff --git a/content/learning-paths/laptops-and-desktops/win_net/_index.md b/content/learning-paths/laptops-and-desktops/win_net/_index.md index e464730bb0..bdedb085c8 100644 --- a/content/learning-paths/laptops-and-desktops/win_net/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_net/_index.md @@ -9,7 +9,7 @@ learning_objectives: - Build and run a .NET 6 Windows Presentation Foundation (WPF) application on a Windows on Arm machine prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or Windows on Arm[virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). author_primary: Pareena Verma diff --git a/content/learning-paths/laptops-and-desktops/win_net8/_index.md b/content/learning-paths/laptops-and-desktops/win_net8/_index.md index fad4c66be5..4a40326f1a 100644 --- a/content/learning-paths/laptops-and-desktops/win_net8/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_net8/_index.md @@ -11,7 +11,7 @@ learning_objectives: - Implement custom performance benchmarks prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm[virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - .NET 8 SDK for [x64](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.100-windows-x64-installer) and [arm64](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.100-windows-arm64-installer). - Any code editor, we recommend using [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user). diff --git a/content/learning-paths/laptops-and-desktops/win_net_maui/_index.md b/content/learning-paths/laptops-and-desktops/win_net_maui/_index.md index c396bee3b4..1a3d68ab0d 100644 --- a/content/learning-paths/laptops-and-desktops/win_net_maui/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_net_maui/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Measure code execution performance uplift on Arm64 prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Visual Studio 2022 with .NET Multi-platform App UI development and Universal Windows Platform development installed. author_primary: Dawid Borycki diff --git a/content/learning-paths/laptops-and-desktops/win_python/_index.md b/content/learning-paths/laptops-and-desktops/win_python/_index.md index 6f12598b8c..1e7fe20de3 100644 --- a/content/learning-paths/laptops-and-desktops/win_python/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_python/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Leverage native Arm64 for Python applications prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Any code editor, we recommend using [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user). - Visual Studio 2022 with Arm build tools. [Refer to this guide for the installation steps](https://developer.arm.com/documentation/102528/0100/Install-Visual-Studio) diff --git a/content/learning-paths/laptops-and-desktops/win_sandbox_dot_net_cicd/_index.md b/content/learning-paths/laptops-and-desktops/win_sandbox_dot_net_cicd/_index.md index 71a7c75f78..1efe933120 100644 --- a/content/learning-paths/laptops-and-desktops/win_sandbox_dot_net_cicd/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_sandbox_dot_net_cicd/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Build and run a .NET 8 Windows Presentation Foundation (WPF) application using a self-hosted GitHub Actions runner in your CI/CD workflow. prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit) or Lenovo Thinkpad X13s running Windows 11 Version 22H2 which has [Windows Sandbox enabled](/install-guides/windows-sandbox-woa). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 Version 22H2 which has [Windows Sandbox enabled](/install-guides/windows-sandbox-woa). - A valid [GitHub account](https://github.com/) to complete this Learning Path. diff --git a/content/learning-paths/laptops-and-desktops/win_win32_dll_porting/_index.md b/content/learning-paths/laptops-and-desktops/win_win32_dll_porting/_index.md index 915a5cc82f..f6fc245c22 100644 --- a/content/learning-paths/laptops-and-desktops/win_win32_dll_porting/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_win32_dll_porting/_index.md @@ -11,7 +11,7 @@ learning_objectives: - Learn how to port the C/C++ Win32 DLL to Arm64 prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Refer to [Visual Studio 2022 with Arm build tools](/install-guides/vs-woa). author_primary: Dawid Borycki diff --git a/content/learning-paths/laptops-and-desktops/win_winui3/_index.md b/content/learning-paths/laptops-and-desktops/win_winui3/_index.md index 9f71c58cda..194934300f 100644 --- a/content/learning-paths/laptops-and-desktops/win_winui3/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_winui3/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Measure code execution performance on Arm64 prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm[virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Visual Studio 2022 with .NET desktop development and Universal Windows Platform development installed. author_primary: Dawid Borycki diff --git a/content/learning-paths/laptops-and-desktops/win_wpf/_index.md b/content/learning-paths/laptops-and-desktops/win_wpf/_index.md index ff21bb3aeb..c3f238e7d8 100644 --- a/content/learning-paths/laptops-and-desktops/win_wpf/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_wpf/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Measure code execution performance uplift on Arm64 prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Visual Studio 2022 with .NET desktop development installed. author_primary: Dawid Borycki diff --git a/content/learning-paths/laptops-and-desktops/win_xamarin_forms/_index.md b/content/learning-paths/laptops-and-desktops/win_xamarin_forms/_index.md index 719a2ddd30..9e91aca4a8 100644 --- a/content/learning-paths/laptops-and-desktops/win_xamarin_forms/_index.md +++ b/content/learning-paths/laptops-and-desktops/win_xamarin_forms/_index.md @@ -11,7 +11,7 @@ learning_objectives: - Learn how to use the Model-View-ViewModel (MVVM) architectural pattern prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm[virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Visual Studio 2022 with .NET desktop development and Universal Windows Platform development installed. author_primary: Dawid Borycki diff --git a/content/learning-paths/laptops-and-desktops/windows_armpl/2a-get-set-up-git.md b/content/learning-paths/laptops-and-desktops/windows_armpl/2a-get-set-up-git.md index 6c87603fe8..23f85cfe6a 100644 --- a/content/learning-paths/laptops-and-desktops/windows_armpl/2a-get-set-up-git.md +++ b/content/learning-paths/laptops-and-desktops/windows_armpl/2a-get-set-up-git.md @@ -10,7 +10,7 @@ layout: learningpathall This section uses an example application from GitHub to demonstrate the use of Arm Performance Libraries. -If you don't already have Git installed, start by installing Git using the [Git Install Guide](/install-guides/git-woa/) for Windows on Arm. +If you don't already have Git installed, start by installing it using the [Git for Windows on Arm](/install-guides/git-woa/) install guide. ## Clone the Example from GitHub diff --git a/content/learning-paths/laptops-and-desktops/windows_armpl/_index.md b/content/learning-paths/laptops-and-desktops/windows_armpl/_index.md index 313311ce18..bd756e23f6 100644 --- a/content/learning-paths/laptops-and-desktops/windows_armpl/_index.md +++ b/content/learning-paths/laptops-and-desktops/windows_armpl/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Utilize Arm Performance Libraries to optimize the performance of an application. prerequisites: - - A Windows on Arm computer such as the [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), or a Lenovo Thinkpad X13s running Windows 11. + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11. author_primary: Odin Shen diff --git a/content/learning-paths/laptops-and-desktops/wsl2/_index.md b/content/learning-paths/laptops-and-desktops/wsl2/_index.md index ee1fdd8797..6cf131e247 100644 --- a/content/learning-paths/laptops-and-desktops/wsl2/_index.md +++ b/content/learning-paths/laptops-and-desktops/wsl2/_index.md @@ -15,7 +15,7 @@ learning_objectives: - Export the WSL file system as a backup prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit) or Lenovo Thinkpad X13s running Windows 11. + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11. author_primary: Jason Andrews diff --git a/content/learning-paths/laptops-and-desktops/wsl2/setup.md b/content/learning-paths/laptops-and-desktops/wsl2/setup.md index f1a96fb493..7fab780174 100644 --- a/content/learning-paths/laptops-and-desktops/wsl2/setup.md +++ b/content/learning-paths/laptops-and-desktops/wsl2/setup.md @@ -9,7 +9,7 @@ layout: "learningpathall" ## Before you begin -This Learning Path assumes you have a Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit) or a Lenovo Thinkpad X13s laptop running Windows 11. +This Learning Path assumes you have a Windows on Arm computer such as the Lenovo Thinkpad X13s laptop running Windows 11. WSL is useful if you are developing on Arm virtual machine instances in the cloud. It is also useful if you are developing with embedded Linux on Arm on single board computers. diff --git a/content/learning-paths/servers-and-cloud-computing/net-aspire/_index.md b/content/learning-paths/servers-and-cloud-computing/net-aspire/_index.md index 7bbc358fd5..1a34b417a5 100644 --- a/content/learning-paths/servers-and-cloud-computing/net-aspire/_index.md +++ b/content/learning-paths/servers-and-cloud-computing/net-aspire/_index.md @@ -11,7 +11,7 @@ learning_objectives: - Modify code on a Windows on Arm development machine. - Deploy a .NET Aspire application to Arm-powered virtual machines in the Cloud. prerequisites: - - A Windows on Arm machine, for example the [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), or a Lenovo Thinkpad X13s running Windows 11 to build the .NET Aspire project. + - A Windows on Arm machine, for example the Lenovo Thinkpad X13s running Windows 11 to build the .NET Aspire project. - An [Arm-based instance](/learning-paths/servers-and-cloud-computing/csp/) from AWS or GCP. - Any code editor. [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user) is an example of a suitable editor. diff --git a/content/learning-paths/servers-and-cloud-computing/serverless-framework-aws-intro/_index.md b/content/learning-paths/servers-and-cloud-computing/serverless-framework-aws-intro/_index.md index 7ae2fd32f4..525990dacd 100644 --- a/content/learning-paths/servers-and-cloud-computing/serverless-framework-aws-intro/_index.md +++ b/content/learning-paths/servers-and-cloud-computing/serverless-framework-aws-intro/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Create a project and deploy AWS Lambda function. prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), a Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Any code editor. [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user) is suitable. author_primary: Dawid Borycki diff --git a/content/learning-paths/servers-and-cloud-computing/serverless-framework-aws-lambda-dynamodb/_index.md b/content/learning-paths/servers-and-cloud-computing/serverless-framework-aws-lambda-dynamodb/_index.md index 451f94dc8a..ca05939ab1 100644 --- a/content/learning-paths/servers-and-cloud-computing/serverless-framework-aws-lambda-dynamodb/_index.md +++ b/content/learning-paths/servers-and-cloud-computing/serverless-framework-aws-lambda-dynamodb/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Automate deployment of AWS Lambda function consuming data from DynamoDB. prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), a Lenovo Thinkpad X13s running Windows 11, or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Any code editor. [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user) is suitable. - Completion of this [Learning Path](/learning-paths/servers-and-cloud-computing/serverless-framework-aws-intro/). diff --git a/content/learning-paths/servers-and-cloud-computing/serverless-framework-aws-s3/_index.md b/content/learning-paths/servers-and-cloud-computing/serverless-framework-aws-s3/_index.md index bffaae3d9c..879e5f1cae 100644 --- a/content/learning-paths/servers-and-cloud-computing/serverless-framework-aws-s3/_index.md +++ b/content/learning-paths/servers-and-cloud-computing/serverless-framework-aws-s3/_index.md @@ -10,7 +10,7 @@ learning_objectives: - Automate deployment of a static website to Amazon S3. prerequisites: - - A Windows on Arm computer such as [Windows Dev Kit 2023](https://learn.microsoft.com/en-us/windows/arm/dev-kit), a Lenovo Thinkpad X13s running Windows 11, or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). + - A Windows on Arm computer such as the Lenovo Thinkpad X13s running Windows 11 or a Windows on Arm [virtual machine](/learning-paths/cross-platform/woa_azure/). - Any code editor. [Visual Studio Code for Arm64](https://code.visualstudio.com/docs/?dv=win32arm64user) is suitable. - Completion of the Learning Path that shows you how to [Deploy AWS services using the Serverless Framework](/learning-paths/servers-and-cloud-computing/serverless-framework-aws-intro/).