Skip to content

Commit 286ce58

Browse files
committed
changes based on @learn-build-service-prod
1 parent 66fcfac commit 286ce58

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

learn-pr/windows/winui-101/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Building Windows apps is an exciting journey into creating software that runs seamlessly on the Windows operating system, and this course guides you through the development process step by step. Whether you're building simple utilities or complex enterprise solutions, this learning path introduces you to the latest Windows development frameworks: the Windows App SDK and WinUI. Together, these frameworks provide a robust foundation for creating high-performance, visually appealing applications that use modern Windows capabilities while maintaining compatibility across devices.
22

3-
:::image type="content" source="../media/1-introduction/techstack.png" alt-text="Highlevel Overview of Windows Techstack.":::
3+
:::image type="content" source="../media/1-introduction/tech-stack.png" alt-text="Highlevel Overview of Windows Techstack.":::
44

55
The **Windows App SDK** offers a comprehensive set of tools, libraries, and APIs that enable developers to build feature-rich applications with cutting-edge functionality. Crucially, this SDK decouples from the underlying operating system, allowing your app to access the latest features without being tied to a specific Windows version. This decoupling ensures wide compatibility across devices while delivering modern capabilities. **WinUI**, as part of the Windows SDK, is a powerful user interface framework that provides a rich set of controls and styles for building applications with a consistent and modern look. The **Windows Community Toolkit** complements these frameworks by providing a collection of helper functions, custom controls, and app services. These resources help simplify and demonstrate common developer tasks, which speeds up the development process.
66

learn-pr/windows/winui-101/includes/3-build-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Now you can run the app in Debug mode by doing the following steps:
163163

164164
You should see something like this:
165165

166-
:::image type="content" source="../media/3-build-view/screenshot-app.png" alt-text="Screenshot of Visual Studio's Search.":::
166+
:::image type="content" source="../media/3-build-view/screenshot-app.png" alt-text="Screenshot of Game.":::
167167

168168
16. Close the app
169169

0 commit comments

Comments
 (0)