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 Quote / daily / thought / scripture / day / WPF / Windows / Dapper / sqlite / WPF Daily Thought 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 Dapper / sqlite / no / such / database / error / table / 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 options / box / picker / Linq / sql / Dapper / configuration / sqlite / colour / down / combobox / color / drop 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 Dapper / sqlite / create / read / WPF SQLite Dapper People 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 WPF / install / installation / visual / studio / Dapper / ORM / project / Dapper 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 Dapper / sqlite / people / database / sql / WPF / WPF SQLite Dapper People by Mike
Dapper micro-ORM IntroductionDapper is an open-source Object Relational Mapper (ORM) for .NET. It was written by the people over at […] May 3, 2020 in Dapper tagged data / database / query / Dapper / ORM / Dapper 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 database / server / sql / WPF / read / grid / datagrid / Dapper / Dapper by Mike