Trying out .NET Core 3.0 WPF (Made a Node-Based Calculator)
Tried It Out With the combination of Visual Studio 2019 + .NET Core 3.0, WPF is usable, so I created a new project and tried it out. For now, I’ll try writing as if I’m using the traditional WPF, forgetting that I’m using .NET Core, and see how it feels. Usage methods are introduced by various people, but you can use it by installing Visual Studio 2019 and .NET Core 3.0, and then checking ON “Use preview .NET Core SDK” in Visual Studio options. ...