microsoft/windows-universal-samples

API samples for the Universal Windows Platform.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 6th, 2026
Created on March 6th, 2015
Open Issues & Pull Requests: 155 (+0)
GitHub issues: Enabled
Number of forks: 7,757
Total Stargazers: 9,696 (+0)
Total Subscribers: 941 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.3 hours
Mean response time: 346.4 days
90th percentile: 714.6 days
Tracked items: 25

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 4% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 16
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 781 days
Stale 30+ days: 7
Stale 90+ days: 5

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • bug (16)
  • suggestion (5)
  • appmodel (1)
  • printing (1)
  • tracking (1)

Most active issues this week

Detailed Description

Windows-universal-samples is a collection of code samples demonstrating API usage patterns for the Universal Windows Platform.

The repository addresses the need for developers to understand how to use UWP APIs across different device types and form factors. It provides working examples created with Visual Studio templates that show practical implementation patterns for building applications that run on desktop, mobile, and other devices supporting the Universal Windows Platform. The samples demonstrate programming models and feature APIs available in the Windows SDK.

Developers building UWP applications should use these samples as reference implementations when learning the platform or integrating specific APIs into their projects. The collection is particularly valuable for those new to UWP development who need concrete examples alongside the official documentation. The samples use linked files to reference shared content stored in a SharedContent folder, which means the entire repository must be unzipped to build individual samples successfully, as they depend on common template files and assets distributed across the archive.

The project is maintained directly by feature teams at Microsoft. Contributions from the public are not currently accepted, though the team welcomes input on issues and suggestions for additional samples. The repository is available as a downloadable ZIP archive for developers who prefer not to use Git, with clear guidance provided on unzipping the complete collection and configuring platform targets in Visual Studio.