Is it possible to make desktop GUI application in .NET core?
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 ? You're not missing anything. Currently, there is no reasonable way to create GUI applications directly using .Net Core. Though UWP (Universal Windows Platform) is partially built on top of .Net Core. Also, .Net Core 3.0 (daily builds are already available) will include support for Winforms and WPF, though it will be Windows