1
Open Discussion / Re: Future .NET Standard support (.Net Core)?
« on: June 14, 2020, 10:35:28 PM ».NET 5 will merge Core and .NET Framework into one single solution.They aren't merging Legacy .Net Framework and Core. They are simply renaming .Net Core to .Net. Further Mono is now going to use the CoreFX libraries on its own CLR. So the Mono Framework Libraries are being dropped. Sure they are spinning it as "Merging" everything, but really they are just dropping dead weight. Calling it merging is just to keep the Luddites from stroking out.
https://sdtimes.com/msft/net-5-merges-core-and-net-framework-into-one-solution/
Legacy .Net Framework is dead. They ported WinForms and WPF over so that legacy applications can be maintained.
It looks like the future of UI on .Net is MAUI. Though Linux support is very suspiciously absent. https://devblogs.microsoft.com/dotnet/introducing-net-multi-platform-app-ui
Again there is also Avalonia (https://github.com/AvaloniaUI/Avalonia) or Modern Forms (https://github.com/modern-forms/Modern.Forms)