Accelerating App Development with Template Studio
Starting a new project from scratch can be daunting. What are the best practices for application architecture and project layout? Template Studio for WinUI is an open source project that began as Windows Template Studio for UWP and WPF applications. Each version of Template Studio is an extension for Visual Studio. It now supports WinUI, and variations have been created that will also generate .NET MAUI and Uno Platform projects.
In this chapter, we will cover the following topics:
- Discover what Template Studio is and how it can help developers create new WinUI projects while following best patterns and practices
- Review the history of Windows Template Studio and UWP applications
- Create a new project with Template Studio for WinUI and the MVVM Toolkit
- Learn about other variations of Template Studio
By the end of this chapter, you will understand the origins of the current Template Studio extensions for Visual...