Daily Thought Back-EndIn this third post on this project we’ll look at the back-end, meaning the database. The database technology […] November 25, 2020 in WPF tagged daily / thought / back / end / database / sql / table / sqlite / WPF Daily Thought by Mike
Daily Thought WPF Front-EndThis program is being developed with Windows Presentation Foundation in C# using the Visual Studio IDE. Below is […] November 25, 2020 in WPF tagged WPF Daily Thought by Mike
WPF Buttons with Polygon GraphicsAre you working on a WPF program that requires buttons? Are those buttons requiring symbols instead of words? […] November 24, 2020 in WPF tagged previous / forward / polygon / shape / left / right / graphic / button / arrow by Mike
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 thought / scripture / day / WPF / Windows / Dapper / sqlite / Quote / daily / WPF Daily Thought by Mike
Flux NoCode Tech StackRan Segall has a YouTube channel called Flux where he discusses website development, among other things. Do you […] October 4, 2020 in Programming by Mike
MicroservicesWhat are microservices? A microservice is a technique that arranges an application as a collection of loosely coupled […] June 13, 2020 in Programming tagged MSA by Mike
Google PlayWikipedia says: “Google Play, formerly Android Market, is an American digital distribution service operated and developed by Google. […] May 31, 2020 in Programming by Mike
WPF Quick & Easy TimerThis is a WPF app that counts down the hours, minutes, and seconds from a starting point that […] May 24, 2020 in WPF tagged start / timer / timespan / opacity / transparency / hours / minutes / seconds / center by Mike
WPF String Static ResourcesWhen you are working in XAML you may find that you’d like to have a way to declare […] May 24, 2020 in WPF tagged double / resource / key / string / xaml / static / constant by Mike
WPF ComboBox SelectionChangedThe user of your WPF has just made a selection in the ComboBox on your GUI. Which one […] May 23, 2020 in WPF tagged selectionchanged / changed / drop-down / drop / combo / box / selection / down by Mike
WPF SQLite ToDo CRUD Data Access ClassThis post lists the data access class that the code-behind uses to talk to the database. In this […] May 20, 2020 in WPF tagged WPF SQLite ToDo CRUD by Mike
WPF SQLite ToDo CRUD CodeThis post lists the C# code-behind in our WPF SQLite ToDo project. This is the MainWindow.xaml.cs file. Some […] May 20, 2020 in WPF tagged WPF SQLite ToDo CRUD by Mike