
Daily Thought Program in WPF, SQLite and Dapper
This series of posts illustrates how to code a Windows program that displays a quote or thought for […]
This series of posts illustrates how to code a Windows program that displays a quote or thought for […]
In this part we discuss the database. It’s a SQLite database. We need to create a SQLite database […]
This post is a follow-up to a previous post called WPF ComboBox Colors. In this project, I have […]
Now we need to call our SqliteDataAccess class when the program starts and when the user clicks the […]
How do you install the micro-ORM Dapper into your project in Visual Studio? In this example, I will […]
How do you install SQLite and Dapper into your Windows Presentation Foundation (WPF) project? Why would you do […]
This series of posts shows us how to build a WPF project using SQLite and Dapper that allows […]
Dapper is an open-source Object Relational Mapper (ORM) for .NET. It was written by the people over at […]
This post is about how to connect to a local SQL Server database and read a table from […]