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 scrape / Agility / Pack / html / 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 html / table / scrape / Agility / Pack / 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 Agility / Pack / html / selector / node / select / 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 introduction / pointer / delegates / 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 methods / anonymous / function / lambda 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
C# Method OverridingThe post C# Introduction lists all of the C# series of posts we have at this site. Method […] August 5, 2018 in C# tagged method / polymorphism / override / virtual / C# Polymorphism by Mike
C# Boxing and UnboxingThe post C# Introduction lists all of the C# series of posts we have at this site. Before […] August 5, 2018 in C# tagged convert / heap / reference / boxing / unboxing / converting / stack / C# Inheritance by Mike
C# Interfaces ExtensibilityLet’s use an example to illustrate how interfaces can be used in our own code. We have a […] August 4, 2018 in C# tagged interfaces / oop / extensibility / OCP / dependency / injection / open / closed / principle / C# Interfaces by Mike
C# Upcasting and DowncastingThe post C# Introduction lists all of the C# series of posts we have at this site. What […] August 4, 2018 in C# tagged WPF / cast / upcasat / upcasting / downcast / downcasating / as / C# Inheritance by Mike