Gang of Four Design PatternsThe Gang of Four Design Patterns is the collection of 23 design patterns from the book “Design Patterns: […] December 28, 2020 in Design Patterns tagged design / patterns by Mike
Head First Design PatternsHead First Design Patterns is the title of a good book that can be used to learn design […] December 26, 2020 in Design Patterns tagged first / pattern / oop / patterns / head / headfirst / design by Mike
SimUDuck WPF CodeThis post carries on from the previous post, but it completes most of the code in C# in […] December 24, 2020 in Design Patterns tagged C# / strategy / pattern / simuduck / head first / Strategy Pattern by Mike
Strategy Pattern SimUDuck IntroductionThis post follows chapter one Intro to Design Patterns of the book called Head First Design Patterns. I […] December 24, 2020 in Design Patterns tagged head / headfirst / design / first / strategy / pattern / patterns / Strategy Pattern by Mike
SOLID PrinciplesAmerican software engineer and instructor Robert C. Martin promotes the SOLID principles in his books and talks. What […] December 23, 2020 in Programming tagged closed / Martin / solid / liskov / inversion / interface / principles / dependency / open by Mike
Clean Code by Bob Martin“Uncle” Bob Martin has written a book called Clean Code. This post just mentions a few pointers from […] December 20, 2020 in Programming tagged best / code / clean / practice by Mike
C# Desktop Deployment SquirrelThis post summarizes most of the video by IAmTim that covers how to create a setup for your […] December 13, 2020 in WPF tagged deployment / deploy / Squirrel by Mike
Daily Thought DeploymentThis post follows from the previous post that was about preparing for deployment. Here we assume that you […] December 4, 2020 in WPF tagged install / platform / deploy / one-click / MSIX / package / setup / WPF Daily Thought by Mike
WPF Check if Key is PressedWe have a small demo program in Windows Presentation Foundation (WPF) that shows how you might check if […] December 3, 2020 in WPF tagged down / preview / keyboard / press / detect / ctrl / alt / up / key by Mike
Daily Thought Deployment PreparationAfter you have fully developed your Windows WPF program, you may want to create an installer so that […] November 27, 2020 in WPF tagged install / installer / deploy / WPF Daily Thought by Mike
Daily Thought C# ListingIn this post I will show the C# listings of our DailyThought program. Now we’re in the coding […] November 26, 2020 in WPF tagged keydown / previewkeydown / keyboard / code / C# / event / Quote / daily / thought / WPF Daily Thought by Mike
Daily Thought AlgorithmHere below is an outline of an algorithm for our Daily Thought program. I start with what happens […] November 25, 2020 in WPF tagged algorithm / WPF Daily Thought by Mike