Daily Thought WPF Front-End
This program is being developed with Windows Presentation Foundation in C# using the Visual Studio IDE. Below is […]
This program is being developed with Windows Presentation Foundation in C# using the Visual Studio IDE. Below is […]
Are you working on a WPF program that requires buttons? Are those buttons requiring symbols instead of words? […]
This series of posts illustrates how to code a Windows program that displays a quote or thought for […]
Ran Segall has a YouTube channel called Flux where he discusses website development, among other things. Do you […]
What are microservices? A microservice is a technique that arranges an application as a collection of loosely coupled […]
Wikipedia says: “Google Play, formerly Android Market, is an American digital distribution service operated and developed by Google. […]
This is a WPF app that counts down the hours, minutes, and seconds from a starting point that […]
When you are working in XAML you may find that you’d like to have a way to declare […]
The user of your WPF has just made a selection in the ComboBox on your GUI. Which one […]
This post lists the data access class that the code-behind uses to talk to the database. In this […]
This post lists the C# code-behind in our WPF SQLite ToDo project. This is the MainWindow.xaml.cs file. Some […]
In this part we discuss the database. It’s a SQLite database. We need to create a SQLite database […]