Windows Template Studio is a Visual Studio 2019 Extension that accelerates the creation of new Universal Windows Platform (UWP) and WPF (.NET Core 3.1) apps using a wizard-based experience. The resulting project is well-formed, readable code that incorporates the latest Windows 10 features while implementing proven patterns and best practices. Sprinkled throughout the generated code we have links Docs, Stack Overflow and blogs 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 now also allows to create WPF (.NET Core 3.1) Apps: Check our repo README for further details! |