Tim’s Four Things for 2021Tim Corey is one of my favorite instructors on YouTube. He’s just posted a video on YouTube called […] January 5, 2021 in Programming tagged html / learn / C# / web / technology / Docker / Azure / css by Mike
Decorator Starbuzz CodeThis post contains the code I wrote for the example in the book Head First Design Patterns.. The […] January 3, 2021 in Design Patterns tagged code / C# / pattern / descorator / starbuzz / Decorator Pattern by Mike
SimUDuck WPF CodeThis post carries on from the previous post, but it completes most of the code in C# in […] December 24, 2020 in Design Patterns tagged simuduck / head first / C# / strategy / pattern / Strategy Pattern by Mike
Daily Thought C# ListingIn this post I will show the C# listings of our DailyThought program. Now we’re in the coding […] November 26, 2020 in WPF tagged daily / thought / keydown / previewkeydown / keyboard / code / C# / event / Quote / WPF Daily Thought by Mike
WPF Solid Color BrushesMicrosoft in their website article Using brushes to paint backgrounds, foregrounds, and outlines says: “A SolidColorBrush paints an […] April 12, 2020 in WPF tagged brush / brushes / colour / color / fill / C# / convertfromstring / convert / string / converter / background / xaml / WPF Brushes by Mike
WPF Linear Gradient BrushesMicrosoft says: “A LinearGradientBrush paints an area with a gradient that’s defined along a line. This line is […] April 12, 2020 in WPF tagged brushes / linear / color / C# / brush / gradient / WPF Brushes by Mike
WPF ListBox of ColorsThis post is a sample Windows Presentation Foundation (WPF) program of a ListBox that lists all of the […] April 6, 2020 in WPF tagged colours / list / loaded / color / C# / predefined / query / window_loaded / box / Linq / example / listbox / colors / WPF ListBox by Mike
GemBox EmailThe GemBox.Email web page says: “Read and write for MSG, EML, MHTML, and receive and send emails using […] November 17, 2019 in Programming tagged ASP.NET / email / API / C# / core by Mike
C# Generics 2Here we’ll carry on from the first post and dig a little deeper. Generics allow you to declare […] June 8, 2019 in C# tagged C# / sharp / generics / C# Generics by Mike
C# Cheat SheetAt Amazon you can download the new and expanded C# cheat sheet. It’s called C# – Three-Chapter Cheat […] February 7, 2019 in C# tagged C Sharp / free / PDF / C# / cheat / sheet / cheatsheet by Mike
C# Date and TimeThere is a type called DateTime that is defined in the System namespace that represents an exact moment […] January 1, 2019 in C# tagged sqlite / OA / format / C# / date / time / datetime / C# Complex Types by Mike
Control Excel From C#From your C# program, you can control Excel. You can write a program in C# using Visual Studio […] September 30, 2018 in C# tagged excel / C# / Automation by Mike