没有 Visual Studio 的 WPF? [英] WPF without Visual Studio?

查看:31
本文介绍了没有 Visual Studio 的 WPF?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在不接触 Visual Studio(或任何其他 IDE)的情况下创建 WPF 应用程序是否可行?就像在 Vim 和命令行中完全编码和编译一样?您会为尝试这样做的人推荐哪些资源?

Would it be practical to create WPF applications without ever touching Visual Studio (or any other IDEs)? As in, coding and compiling completely within Vim and the command-line? What resources would you recommend for someone trying to do so?

推荐答案

可能,因为基本上 WPF 基于 XAML(XML 的变体)和 C# 或 VB.NET 或其他.NET 语言作为其后端语言.

It would be possible, since basically WPF is based on XAML - a variant of XML - and C# or VB.NET or another .NET language as its backend language.

问题实际上是这是否实用以及它是否有意义 - 我非常怀疑.WPF 是关于视觉设计的,例如完全没有可视化设计器(Visual Studio 中的内置设计器,最好是 2010 版本;或其他一些可视化设计器),想要编写 WPF 似乎有点傻......

The question really is whether that's practical and if it makes sense - I highly doubt it. WPF is all about visual design, e.g. totally without a visual designer (either the built-in one in Visual Studio, preferably the 2010 version; or some other visual designer), it seems a bit silly to want to program WPF....

至于资源 - 好吧,至少需要一个文本编辑器,当然还有一些关于 WPF 的好书,并且您可以利用 .NET 框架附带的 C# 或 VB.NET 编译器.

As for resources - well, a least a text editor is a must, then definitely a few good books on WPF, and you could leverage the C# or VB.NET compiler that comes with the .NET framework.

这篇关于没有 Visual Studio 的 WPF?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆