Windows Template Studio (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. Example scenario: I need an app that uses MVVM, uses master detail, can suspend and resume, settings, maps on one of the pages and will need Azure hub notifications. It will need a background service that does a query every 5 minutes... Select your project type and design pattern: Select your App's pages, features, services and tests: You are ready!, create your project template and run it. WPF templates: Windows Template Studio also allows to create WPF (.NET Core 3.1) Apps: WinUI 3 templates: Windows Template Studio also allows to create WinUI 3 Desktop Apps: Check our repo README for further details! |