News

Microsoft today released .NET Core 3.0 and new versions of Visual Studio 2019 for Windows and Mac at its .NET Conf 2019 event.
OpenSilver 3.2 leverages .NET MAUI Hybrid integration to deliver a WPF-compatible UI through WebView while compiling C# business logic to native code, allowing direct access to device APIs.
I'm trying to extract a Bitmap object from a WPF Control (a System.Windows.FrameworkElement object) and then display it in a picture box (or save it in a file). All of that is done in a WinForms ...