C# WPF Hello World 4In this post we are continuing over from the last post. Here we are going to display some […] September 29, 2018 in WPF tagged class / label / MainWindow / WPF Hello World by Mike
C# WPF Hello World 3Following along with the previous post we will create a new WPF program with the Browse button by […] September 27, 2018 in WPF tagged WPF Hello World by Mike
C# WPF Hello World 2WPF The previous post did not create a WPF program. Now we WILL create a WPF program. Now […] September 27, 2018 in WPF tagged WPF Hello World by Mike
C# WPF Hello World IntroductionWith Visual Studio 2017 you can create a Windows program by selecting File, New Project and selecting a […] September 27, 2018 in WPF tagged WPF / introduction / hello / world / WPF Hello World by Mike
HTML File Agility Pack Table DataThis post follows from our previous post called HTML Agility Pack Website Tables. Here we are extracting data […] September 23, 2018 in C# tagged Pack / html / scrape / Agility / HTML Agility Pack by Mike
HTML Agility Pack Website TablesIn this post we have a C# console program example that scrapes the data in a table from […] September 23, 2018 in C# tagged table / scrape / Agility / Pack / html / HTML Agility Pack by Mike
HTML Agility Pack SelectorsSelectors allow you to select HTML nodes from an HtmlDocument. Once you have loaded in the HTML document […] September 22, 2018 in C# tagged html / selector / node / select / Agility / Pack / HTML Agility Pack by Mike
C# Delegates IntroductionWhen you first study delegates in C#, there is sometimes difficulty in under standing them. The book C# […] September 4, 2018 in C# tagged delegates / introduction / pointer / C# Delegates by Mike
C# Delegates Part 4In some of the previous posts on delegates we defined a custom delegate. Instead of creating a custom […] August 22, 2018 in C# tagged delegate / C# Delegates by Mike
C# Delegates GeneralA General Case In this post we are going to take the Photo Processor example and change the […] August 22, 2018 in C# tagged delegate / multicast / general / C# Delegates by Mike
C# Anonymous FunctionsWhat are anonymoys functions? First of all, there is a page at Microsoft Docs that discusses Anonymous Functions […] August 9, 2018 in C# tagged function / lambda / methods / anonymous by Mike
C# Interfaces TestabilityThis post is based on Mosh Hamedani’s course at Udemy.com. It’s from his C# Intermediate course, section 6 […] August 6, 2018 in C# tagged interfaces / oop / C# Interfaces by Mike