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 ...
There are two strategies that you can follow in pulling together the modules that make up your WPF composable application: Central Control and Distributed Control. Here’s how to implement both of them ...
Complex applications require careful architecting to reduce the amount of code movement between Visual Studio projects and the renaming of corresponding namespaces and folders. All projects of any ...
A while back, I had mentioned using Out-GridView to build a UI without really doing anything that complicated. As fun as that is, we can have even more fun by making use of Windows Presentation ...
In modern software development, a hybrid app is a native application for the respective operating system in which web interfaces with HTML and CSS are embedded. The native framework application can ...
Anyone who has read my blog knows I have a pretty negative attitude towards browser based applications. With technologies like Flash and "WPF/E" we're able to create some great in-browser experiences, ...