Is it possible to make desktop GUI application in .NET Core?

后端 未结 15 1793
我在风中等你
我在风中等你 2020-12-12 11:02

I have been developing Windows Forms 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.

15条回答
  •  轮回少年
    2020-12-12 11:23

    I'm working on a project that might help: https://github.com/gkmo/CarloSharp

    The following application is written in .NET with the UI in HTML, JavaScript, and CSS (Angular).

提交回复
热议问题