comments
After a review by Rafael, my updated C#/Windows Presentation Foundation (WPF)/.NET 6.0 version of .NETpad…
comments
For my March programming project, I’m reviving the WPF version of .NETpad, which is my…
comments
With .NET 6 now available, I’ve been looking over the four versions of .NETpad that…
comment
It’s been a while since I’ve updated the WPF version of .NETpad, but this is…
comments
With the WPF .NETpad now roughly functionally identical to the WinForms version, I’m starting to…
comment
Let’s add Find, Find Next/Previous, Replace/Replace All, and Auto Save and make the WPF version…
comment
In this installment, we’ll implement several more Edit menu items in the WPF version of…
comments
In this installment, we’ll create an About box for the WPF version of .NETpad and…
comments
In this installment of the development of the WPF version of .NETpad, we’ll create a…
comments
In this installment, we’ll get all of the save operations out of the way, plus…
comments
Building on the progress we made last time, let’s add open file functionality, textbox events,…
comment
This time, we build out the Format and View menus, add word-wrap and status bar…
comment
In part two of this project, we’ll add Exit and Print commands, implement several textbox…
comments
For this second project, we’re going to recreate .NETpad using C#, Windows Presentation Foundation, and…