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 sqlite / Quote / daily / thought / scripture / day / WPF / Windows / Dapper / WPF Daily Thought by Mike
SQLite IntroductionWikipedia says: “SQLite is a relational database management system (RDBMS) contained in a C library. In contrast to […] November 11, 2020 in Database tagged sql / sqlite / local / database / SQLite by Mike
WPF SQLite ToDo CRUD SQLiteIn this part we discuss the database. It’s a SQLite database. We need to create a SQLite database […] May 20, 2020 in WPF tagged table / Dapper / sqlite / no / such / database / error / WPF SQLite ToDo CRUD by Mike
WPF SQLite ToDo CRUD IntroductionThis post is the first of a short series of posts about creating a WPF project that allows […] May 19, 2020 in WPF tagged data / access / simple / sqlite / crud / todo / WPF SQLite ToDo CRUD by Mike
WPF ComboBox Colors with SQLiteThis post is a follow-up to a previous post called WPF ComboBox Colors. In this project, I have […] May 12, 2020 in WPF tagged down / combobox / color / drop / options / box / picker / Linq / sql / Dapper / configuration / sqlite / colour by Mike
WPF SQLite Dapper List and Add People – 4Now we need to call our SqliteDataAccess class when the program starts and when the user clicks the […] May 7, 2020 in Dapper tagged create / read / Dapper / sqlite / WPF SQLite Dapper People by Mike
WPF Installing SQLite and Dapper into a WPF ProjectHow do you install SQLite and Dapper into your Windows Presentation Foundation (WPF) project? Why would you do […] May 6, 2020 in Dapper tagged install / Dapper / sqlite / WPF SQLite Dapper People 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
SQLite Database IntroductionSQLite is a relational database management system (RDBMS) contained in a C library that ends up being embedded […] May 4, 2020 in Database tagged database / sql / lite / sqlite 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 format / C# / date / time / datetime / sqlite / OA / C# Complex Types by Mike