Tim’s Four Things for 2021
Tim Corey is one of my favorite instructors on YouTube. He’s just posted a video on YouTube called […]
Tim Corey is one of my favorite instructors on YouTube. He’s just posted a video on YouTube called […]
This post contains the code I wrote for the example in the book Head First Design Patterns.. The […]
This post carries on from the previous post, but it completes most of the code in C# in […]
In this post I will show the C# listings of our DailyThought program. Now we’re in the coding […]
Microsoft in their website article Using brushes to paint backgrounds, foregrounds, and outlines says: “A SolidColorBrush paints an […]
Microsoft says: “A LinearGradientBrush paints an area with a gradient that’s defined along a line. This line is […]
This post is a sample Windows Presentation Foundation (WPF) program of a ListBox that lists all of the […]
The GemBox.Email web page says: “Read and write for MSG, EML, MHTML, and receive and send emails using […]
Here we’ll carry on from the first post and dig a little deeper. Generics allow you to declare […]
At Amazon you can download the new and expanded C# cheat sheet. It’s called C# – Three-Chapter Cheat […]
There is a type called DateTime that is defined in the System namespace that represents an exact moment […]
From your C# program, you can control Excel. You can write a program in C# using Visual Studio […]