|
|
|
|
|
by ziml77
1741 days ago
|
|
C# is also cross-platform. .NET Framework has been completely replaced with .NET Core now (and renamed to simply .NET). The only part of cross-platform support that's a little wonky is the GUI, but that's because Forms is just a thin wrapper over the Win32 forms API and WPF was built around DirectX. But that should get a lot better in a couple months when Microsoft releases MAUI (Multi-Platform App UI). |
|