0%

.NET 基金会项目介绍-Windows Template Studio

Windows Template Studio 是属于 .Net 基金会的一个项目,本文将简要介绍该项目相关的信息。

中文介绍

中文介绍内容翻译自英文介绍,主要采用意译、如与原文存在出入,请以原文为准。

Windows Template Studio

Windows Template Studio 是一个 Visual Studio 2017 插件,它通过分步指导的方式加快创建 Universal Windows Platform (UWP) 应用。

创建好的 UWP 项目格式良好,代码可读,并包含了最新的 Windows 10 特性,同时实现了经过验证的设计模式和最佳实践。在生成的代码中,我们将相关的文档、Stack Overflow 和博客文章都标记在生成的代码中,以便开发者参阅。

项目详情

相关链接

笔者简评

该项目是 VS 插件项目,它支持 2017 及以上的版本。能够用于创建 WPF 和 UWP 应用的项目模板。

如果你对构建一个 WPF 或者 UWP 的项目风格存有疑虑,那么可以考虑通过这个插件进行创建。不仅仅只是生成代码这么简单,重要的是模板本身提供的思路。

当然,也可以通过这个项目,学习如何做一个更好的 VS 插件。

英文介绍

Windows Template Studio

Windows Template Studio is a Visual Studio 2017 Extension that accelerates the creation of new Universal Windows Platform (UWP) apps using a wizard-based experience. The resulting UWP 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.

Project Details

以上《英文介绍》摘录自 .NET Foundation 的项目介绍 。原文受原项目许可证保护。



其他项目地址

------ 本文结束------