Microsoft's sunsetting of the proprietary Windows-centric .NET Framework continues as the company has open sourced some of its most popular desktop components: Windows Presentation Foundation (WPF), ...
Let's say I have some existing, unmanaged C++ APIs that also include C code (using extern "C"). If I wanted to write a basic C# WPF GUI front-end utilizing these pieces, is that a good idea, or just ...