
UML Class Diagrams
What is a UML class diagram? Wikipedia says: “In software engineering, a class diagram in the Unified Modeling […]
What is a UML class diagram? Wikipedia says: “In software engineering, a class diagram in the Unified Modeling […]
The Gang of Four Design Patterns is the collection of 23 design patterns from the book “Design Patterns: […]
Head First Design Patterns is the title of a good book that can be used to learn design […]
This post carries on from the previous post, but it completes most of the code in C# in […]
This post follows chapter one Intro to Design Patterns of the book called Head First Design Patterns. I […]
American software engineer and instructor Robert C. Martin promotes the SOLID principles in his books and talks. What […]
“Uncle” Bob Martin has written a book called Clean Code. This post just mentions a few pointers from […]
This post summarizes most of the video by IAmTim that covers how to create a setup for your […]
This post follows from the previous post that was about preparing for deployment. Here we assume that you […]
We have a small demo program in Windows Presentation Foundation (WPF) that shows how you might check if […]
After you have fully developed your Windows WPF program, you may want to create an installer so that […]
In this post I will show the C# listings of our DailyThought program. Now we’re in the coding […]