You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: windows-apps-src/get-started/get-app-samples.md
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,16 @@ To make finding specific samples a little bit easier, you can browse and search
22
22
23
23
Here's a list of mini-app samples created specifically to support Windows developer documentation. Unless noted, the following samples are all Universal Windows Platform (UWP) apps that have been updated to use the latest [WinUI 2.4](/windows/apps/winui/winui2/release-notes/winui-2.4) controls.
24
24
25
-
-[Rss Reader](https://github.com/Microsoft/Windows-appsample-rssreader) - Retrieve RSS feeds and view articles
26
-
-[Family Notes](https://github.com/Microsoft/Windows-appsample-familynotes) - Explore different input modalities and scenarios of user awareness
27
-
-[Customer Orders](https://github.com/Microsoft/Windows-appsample-customers-orders-database) - Features useful to enterprise developers, like Azure Active Directory (AAD) authentication, UI controls (including a data grid), Sqlite and SQL Azure database integration, Entity Framework, and cloud API services
28
-
-[Lunch Scheduler](https://github.com/Microsoft/Windows-appsample-lunch-scheduler) - Schedule lunches with your friends and coworkers
29
-
-[Coloring Book](https://github.com/Microsoft/Windows-appsample-coloringbook) - Windows Ink (including the Windows Ink Toolbar) and radial controller (for Wheel devices such as the Surface Dial) features
30
-
-[Network Helper (Quiz Game)](https://github.com/Microsoft/Windows-appsample-networkhelper) - Network discovery and communication
31
-
-[HUE Lights Controller](https://github.com/Microsoft/Windows-appsample-huelightcontroller) - Intelligent home automation with Cortana and Bluetooth Low Energy (Bluetooth LE)
32
-
-[Marble Maze](https://github.com/Microsoft/Windows-appsample-marble-maze) - Basic 3D game using DirectX
33
-
-[PhotoLab](https://github.com/Microsoft/Windows-appsample-photo-lab) - View and edit image files
25
+
-[Rss Reader](/samples/microsoft/windows-appsample-rssreader/rssreader-sample/)—Retrieve RSS feeds and view articles.
26
+
-[Family Notes](/samples/microsoft/windows-appsample-familynotes/familynotes-sample/)—Explore different input modalities and scenarios of user awareness.
27
+
-[Customer Orders](/samples/microsoft/windows-appsample-customers-orders-database/customers-orders-database-sample/)—Features useful to enterprise developers, such as Azure Active Directory (AAD) authentication, UI controls (including a data grid), Sqlite and SQL Azure database integration, Entity Framework, and cloud API services.
28
+
-[Lunch Scheduler](/samples/microsoft/windows-appsample-lunch-scheduler/lunch-scheduler-app/)—Schedule lunches with your friends and coworkers.
29
+
-[Coloring Book](/samples/microsoft/windows-appsample-coloringbook/coloring-book-sample-updated-to-winui-24---may-2020/)—Windows Ink (including the Windows Ink Toolbar) and radial controller (for Wheel devices such as the Surface Dial) features.
30
+
-[Network Helper (Quiz Game)](/samples/microsoft/windows-appsample-networkhelper/networkhelper-sample-library/)—Network discovery and communication.
31
+
-[HUE Lights Controller](/samples/microsoft/windows-appsample-huelightcontroller/hue-lights-sample/)—Intelligent home automation with Cortana and Bluetooth Low Energy (Bluetooth LE).
32
+
-[Marble Maze](/samples/microsoft/windows-appsample-marble-maze/directx-marble-maze-game-sample/)—Basic 3D game using DirectX.
33
+
-[PhotoLab](/samples/microsoft/windows-appsample-photo-lab/photolab-sample/)—View and edit image files.
34
+
-[Photo Editor](/samples/microsoft/windows-appsample-photo-editor/photo-editor-cwinrt-sample-application/)—View and edit image files (a [C++/WinRT](/windows/uwp/cpp-and-winrt-apis/) version of **PhotoLab**).
34
35
35
36
## Download the code
36
37
@@ -70,4 +71,4 @@ After you download the .zip file, open the samples in Visual Studio.
70
71
71
72
If you have problems or questions, use the **Issues** tab in the repository to create a new issue.
0 commit comments