C# Write File with EncodingThis post is about encodings and the writing of text files from C#. The code listing below writes […] January 6, 2019 in C# tagged ascii / file / unicode / write / utf8 / encode / C# Files Directories by Mike
WPF Message BoxThe WPF message box is a type of dialog. It is easy to display a message box in […] January 6, 2019 in C# tagged box / message / dialog / modal / messagebox by Mike
C# Asynchronous Program 3In this example we have three blocking operations in a Windows Presentation Foundation (WPF) program. We want to […] January 6, 2019 in C# tagged C# Asynchronous by Mike
C# Asynchronous Program 2In this example we will display some of the html we downloaded in a message box in a […] January 6, 2019 in C# tagged C# Asynchronous by Mike