是否可以在.NET Core中制作桌面GUI应用程序? [英] Is it possible to make desktop GUI application in .NET core?

查看:1172
本文介绍了是否可以在.NET Core中制作桌面GUI应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

几年来我一直在开发WinForms程序。我现在正在研究.NET Core(包括ASP.NET Core MVC)。我正在寻找新的GUI桌面技术。在Visual Studio 2015更新3中,我看不到在.NET Core中制作GUI应用程序的任何选项。
我缺少什么?

I have been developing WinForms programs for few years. I am now looking into .NET Core (including ASP.NET Core MVC). I am searching for the new GUI desktop technology. In Visual Studio 2015 update 3 I can't see any option to make a GUI app in .NET Core. What am I missing?

推荐答案

您没有丢失任何东西。尽管UWP(通用Windows平台)部分构建在.Net Core之上,但是MS一直没有提供直接使用.Net Core直接创建GUI应用程序的合理方法。

You were not missing anything. MS shipped no reasonable way to create GUI applications directly using .Net Core until .Net Core 3, though UWP (Universal Windows Platform) is partially built on top of .Net Core.

.Net Core 3.0包括对Winforms和WPF的支持,尽管它仅支持Windows。

.Net Core 3.0 includes support for Winforms and WPF, though it is Windows-only.

有关过去两年出现的跨平台选项,请参见其他答案。

For cross platform options that have come up in the past 2 years, see other answers.

这篇关于是否可以在.NET Core中制作桌面GUI应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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