All Projects → microsoft → Windowstemplatestudio

microsoft / Windowstemplatestudio

Licence: other
Windows Template Studio quickly builds a UWP app, using a wizard-based UI to turn your needs into a foundation of Windows 10 patterns and best practices.

Programming Languages

C#
18002 projects
Rich Text Format
576 projects
Visual Basic .NET
514 projects
powershell
5483 projects
C++
36643 projects - #6 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to Windowstemplatestudio

Windowscommunitytoolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,654 (+122.79%)
Mutual labels:  visual-studio, windows-10, uwp, uwp-apps, xaml
WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,934 (+136.19%)
Mutual labels:  xaml, visual-studio, uwp, windows-10, uwp-apps
Ui For Uwp
This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
Stars: ✭ 1,077 (-48.44%)
Mutual labels:  visual-studio, windows-10, uwp, uwp-apps, xaml
Codehub
A UWP GitHub Client
Stars: ✭ 162 (-92.25%)
Mutual labels:  windows-10, uwp, uwp-apps, xaml
Xamlflair
XamlFlair is an animation library for UWP, WPF, and Uno, built to facilitate Xaml animations using only attached properties.
Stars: ✭ 362 (-82.67%)
Mutual labels:  windows-10, uwp, uwp-apps, xaml
Uwp App Launcher Mobile
[Open Source] It's like the iOS and Android Home Screens but for Windows 10 (Phones).
Stars: ✭ 47 (-97.75%)
Mutual labels:  windows-10, uwp, uwp-apps, xaml
UWP-Package-Installer
An UWP installer for appx/appxbundle packages
Stars: ✭ 85 (-95.93%)
Mutual labels:  xaml, uwp, windows-10, uwp-apps
Kanban Tasker
A simple kanban board for Windows 10 Universal Windows Platform (UWP) written to manage tasks and create a simple and easy workflow for each board
Stars: ✭ 140 (-93.3%)
Mutual labels:  windows-10, uwp, uwp-apps, xaml
Microsoft Ui Xaml
Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
Stars: ✭ 4,428 (+111.97%)
Mutual labels:  windows-10, uwp, xaml
Fluent Xaml Theme Editor
The Fluent Design XAML theme editor.
Stars: ✭ 437 (-79.08%)
Mutual labels:  windows-10, uwp, xaml
Calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
Stars: ✭ 23,274 (+1014.12%)
Mutual labels:  windows-10, uwp, xaml
Cimbalino Toolkit
☕️ Cimbalino Toolkit
Stars: ✭ 117 (-94.4%)
Mutual labels:  windows-10, uwp, xaml
DevToys
A Swiss Army knife for developers.
Stars: ✭ 4,986 (+138.68%)
Mutual labels:  xaml, uwp, windows-10
Xamlstyler
Visual Studio extension to help format your XAML source code
Stars: ✭ 553 (-73.53%)
Mutual labels:  uwp, uwp-apps, xaml
Xaml Controls Gallery
This app demonstrates the controls available in WinUI and the Fluent Design System.
Stars: ✭ 882 (-57.78%)
Mutual labels:  uwp, uwp-apps, xaml
Windows App Development Best Practices
A collection of best practices for Windows App and C# developers
Stars: ✭ 355 (-83.01%)
Mutual labels:  visual-studio, uwp-apps, xaml
Windowscompositionsamples
Windows Composition Samples the place for getting the latest code samples and demos using Windows.UI.Xaml and Windows.UI.Composition to make beautiful Universal Windows Platform applications.
Stars: ✭ 922 (-55.86%)
Mutual labels:  windows-10, uwp, uwp-apps
Vanarsdel
VanArsdel Application UWP Sample
Stars: ✭ 126 (-93.97%)
Mutual labels:  windows-10, uwp, xaml
ModernKeePass
KDBX password manager for the Windows Store
Stars: ✭ 29 (-98.61%)
Mutual labels:  xaml, uwp, windows-10
Gank.uwp
http://gank.io 第三方客户端UWP版
Stars: ✭ 41 (-98.04%)
Mutual labels:  windows-10, uwp, xaml

Windows Template Studio

Windows Template Studio (aka WinTS) is a Visual Studio 2019 Extension that accelerates the creation of new Universal Windows Platform (UWP), Windows Presentation Foundation (WPF .NET Core 3.1) and WinUI 3 in Desktop apps using a wizard-based experience. The resulting project is well-formed, readable code that incorporates great development features while implementing proven patterns and best practices. Sprinkled throughout the generated code we have links to documentation to provide useful insights. WinTS supports creating UWP apps in C# or VB.Net, WPF (.NET Core 3.1) apps in C# and WinUI 3 in Desktop apps in C# or C++.

Windows Template Studio UWP screenshot

Windows Template Studio WPF screenshot

Windows Template Studio WinUI 3 screenshot

Build Status

Branch CI Test Version Version
release Build status Prerelease Version Production Version
dev Build status Nightly Version
Branch Full Tests OneByOne Tests WACK Tests
release Full Integration Tests OneByOne Integration Tests Wack Tests
dev Full Integration Tests OneByOne Integration Tests Wack Tests

The builds include test verifications to validate the contributions:

  • CI Build: Includes all unit test + minimum integration verifications (minimum generation + build + code style rules). Runs every PR requested / PR accepted.
  • Full Tests: Includes tests to verify combinations and variations of templates from a project generation point of view and builds the solutions generated to ensure no build time issues found. Runs every PR accepted and takes longer to be completed.
  • One By One Tests: Includes tests to verify every template individually from a project generation point of view and builds the solutions generated to ensure no build time issues found. Runs once every week and takes longer to be completed.
  • Wack Tests: Includes tests that run the App Certification Kit against the generated projects to ensure there are no issues blocking a submission to the store. Runs once nightly and takes quite a while to complete.

Features

Windows Template Studio approaches app creation using the following six attribute sets:

Project type

First, how do you want your app's UI navigation to behave?

App design pattern

Next, what coding pattern do you want to use in your project.

(Frameworks marked with * were deprecated in Version 3.10 and will be removed in a future version)

App pages

To accelerate app creation, we provide a number of app page templates you can use to add common UI pages into your new app. We currently include everything from a blank page, to common layouts (e.g., list/detail, web view), to pages that implement common patterns (e.g., app settings). Use the wizard to add as many of each page as you need, providing a name for each one, and we'll generate them for you.

Features

Specify which capabilities you want to use in your app, and we'll build out the framework for the features into your app, tagging TODO items. Here you can add features that enable your app to interact with storage, notifications, layout theming, etc.

Services

Connect to data services, setup cloud connected services for your application, and enforce rules with the XAML Styler extension.

Automated Tests

Lastly, you can include test projects for your application to run unit tests or use Selenium-like UI test automation.

After selecting the items wanted in your app, you can extend the generated code on UWP, WPF or WinUI 3.

Documentation

Known issues

  • You can't have side-by-side versions (nightly/pre-release/release) of Windows Template Studio VSPackage into a single instance of Visual Studio.

Feedback, Requests and Roadmap

Please use GitHub issues for feedback, questions or comments.

If you have specific feature requests or would like to vote on what others are recommending, please go to the GitHub issues section as well. We would love to see what you are thinking.

Here is what we're currently thinking in our roadmap.

Contributing

Do you want to contribute? We would love to have you help out. Here are our contribution guidelines.

Principles

  1. Generated templates will be kept simple.
  2. Generated templates are a starting point, not a completed application.
  3. Generated templates must be able to compile and run once generated.
  4. Generated templates should work on all device families.
  5. Templates should have comments to aid developers. This includes links to signup pages for keys, MSDN, blogs and how-to's. All guidance provide should be validated from either the framework/SDK/library’s creator.
  6. All UWP features will be supported for two most recent RTM Windows 10 Updates. Those supported releases are Windows 10 May 2020 Update (version 2004) and Windows 10 May 2019 Update (version 1903).
  7. Templates released in production will try to adhere to the design language used in the current release of Windows 10.
  8. Code should follow .NET Core coding style.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

License

This code is distributed under the terms and conditions of the MIT license.

Privacy Statement

The extension logs basic telemetry regarding what is selected in the wizard. Our Telemetry Data page has the trends from the telemetry. Please read the Microsoft privacy statement for more information.

.NET Foundation

This project is supported by the .NET Foundation.

Projects we like and collaborate with

Frameworks and libraries in generated code not created by our team

Frameworks

Libraries

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].