
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 […]
This program is being developed with Windows Presentation Foundation in C# using the Visual Studio IDE. Below is […]
In this third post on this project we’ll look at the back-end, meaning the database. The database technology […]
Here below is an outline of an algorithm for our Daily Thought program. I start with what happens […]
In this post I will show the C# listings of our DailyThought program. Now we’re in the coding […]
After you have fully developed your Windows WPF program, you may want to create an installer so that […]
This post follows from the previous post that was about preparing for deployment. Here we assume that you […]