Continue reading “EasyBudget Chart Data and Building Charts”
EasyBudget – Color Coded
EasyBudget UWP
EasyBudget Update and Microcharts
Charting Package Selection
The EasyBudget project is almost ready to start adding the status page and charts. I was convinced that OxyPlot was the package I wanted to use. It’s Open Source, is relatively easy to use, and produces some nice graphs and charts.
This has now officially changed.
All About REST Web Services
What exactly is a RESTful Service? REST is an acronym for REpresentational State Transfer. It is a way of representing the data requested of, or sent to a web service in such a way that the server understands exactly what is being requested or sent, along with what the server should do with it and what it should send back to the client.
UML in Software Development
Years ago, I read a book titled “Head First Design Patterns” by Eric Freeman & Elisabeth Freeman with Kathy Sierra & Bert Bates. This book, along with a few blogs and magazine articles, introduced me to software design patterns.