Daily Thought Algorithm
Here below is an outline of an algorithm for our Daily Thought program. I start with what happens […]
Here below is an outline of an algorithm for our Daily Thought program. I start with what happens […]
In this third post on this project we’ll look at the back-end, meaning the database. The database technology […]
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 […]