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 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, ...
This example shows one way to use the xref:System.Windows.Controls.Primitives.TextBoxBase.TextChanged event to execute a method whenever the text in a xref:System.Windows.Controls.TextBox control has ...
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 ...
This control allows you to set a mask for a textbox to validate the user entry. For more info visit the blog post. DataGridView is a maybe a misleading name for this control. This control is far from ...