comments
With .NET 6 now available, I’ve been looking over the four versions of .NETpad that…
comments
UWP apps like .NETpad natively support Windows 10’s Dark and Light app modes (themes), but…
comment
Today, we’ll implement .NETpad’s Auto Save functionality, which will work nearly identically to the way…
comment
I think I’ve finally found a reliable way to prompt the user to save an…
comment
This time, we’ll implement .NETpad’s text zooming capabilities, fix the application name, and add a…
comments
For this installment of our UWP project, we’ll implement Find, Find Next, Find Previous, Replace,…
comment
With File Open and the Save prompt out of the way, we can move forward…
comment
In this fourth installment, we’ll get started on file operations and custom dialogs, both of…
comment
In this installment of the UWP Notepad project, we’ll implement the non-font user settings and…
comment
In this second installment, we’ll use C# to implement user settings related to fonts, word…
comments
After far too many struggles, I think I’ve finally gotten the UWP version of .NETpad…