I’ve made significant progress on WinUIpad, the Windows App SDK (WASDK)/WinUI 3 version of .NETpad. Here’s a quick look at some of the challenges of this port, what I’ve done so far, and what’s left.
After the first part of this series dealt with Windows Forms, we will now look at Windows Presentation Foundation (WPF) and Windows UI Library 3 (WinUI 3). Both GUI frameworks are based on XAML ...
For years now, Microsoft has been updating its old, Windows-only, proprietary .NET Framework even as it has advanced the new open source, cross-platform .NET Core order of frameworks, which have ...
Note: Matt's original repository is at https://github.com/mattslay/DynamicForms but since he sadly passed away in 2021, this fork is now the one the VFPX project list ...
Right now, in Visual Studio, you can create a solution that takes a single UI with its code and shares it across Windows, Android, macOS, iOS and web browsers. It's not a perfect cross-platform ...
For this second project, we’re going to recreate our Notepad clone, .NETpad, using C#, Windows Presentation Foundation (WPF), and .NET Core 3.1. But as you may have seen in my short series of posts, ...
(Note: Documentation pages are in the process of being migrated from the original VFPx/CodePlex site to this GitHub repo.) Join the discussion group to post or read usage discussions. After joining ...
Well yes you have finally found it! A complete tutorial on how to save and retrieve images from the SQL Server 2008 database in a C# WPF application. For Windows Forms application, check out this ...