Weather Data CodeThis post continues from the previous post. The list of posts can be seen on the right side […] January 1, 2021 in Design Patterns tagged xaml / weather / WPF / java / Observer Pattern by Mike
Daily Thought Program in WPF, SQLite and DapperThis series of posts illustrates how to code a Windows program that displays a quote or thought for […] November 20, 2020 in WPF tagged Dapper / sqlite / Quote / daily / thought / scripture / day / WPF / Windows / WPF Daily Thought by Mike
WPF ListBox Binding ObjectThis post has the C# code for a WPF project that has a ListBox with a list of […] May 18, 2020 in WPF tagged data / source / WPF / binding / path / WPF ListBox by Mike
Dapper Installation into your Project in Visual StudioHow do you install the micro-ORM Dapper into your project in Visual Studio? In this example, I will […] May 7, 2020 in Dapper tagged project / WPF / install / installation / visual / studio / Dapper / ORM / Dapper by Mike
WPF SQLite Dapper List and Add People – 1This series of posts shows us how to build a WPF project using SQLite and Dapper that allows […] May 6, 2020 in Dapper tagged database / sql / WPF / Dapper / sqlite / people / WPF SQLite Dapper People by Mike
WPF Read a SQL Server Table into a DataGrid with ...This post is about how to connect to a local SQL Server database and read a table from […] May 3, 2020 in Dapper tagged datagrid / Dapper / database / server / sql / WPF / read / grid / Dapper by Mike
WPF WizardWPF does not have a built-in wizard control. What you can do, however, is use a work-around. The […] April 28, 2020 in WPF tagged WPF / wizard / extended / toolkit by Mike
WPF Photo Gallery by Adam NathanIn his book WPF 4.5 Unleashed, Adam Nathan uses the example of a photo gallery application to illustrate […] April 25, 2020 in WPF tagged gallery / navigation / WPF / photo / book by Mike
WPF User ControlsDo you want to create your own WPF control? Why would you do that? One reason might be […] April 12, 2020 in WPF tagged WPF / user / control / usercontrol by Mike
WPF Brushes IntroductionAs Microsoft says: “You use Brush objects to paint the interiors or outlines of XAML shapes, text, and […] April 12, 2020 in WPF tagged WPF / color / introduction / brushes / paint / WPF Brushes by Mike
WPF DataGrid Control ExampleLet’s use the example in the book WPF Illustrated to create a data grid. Create a new WPF […] April 11, 2020 in WPF tagged example / WPF / control / datagrid / WPF DataGrid Control by Mike
WPF ListView and ScrollViewerThe ListView control derives from (inherits from) ListBox. A ListView is basically like a ListBox, but it also […] April 10, 2020 in WPF tagged list / WPF / bar / scroll / listbox / listview by Mike