gabriel logo
Clean Architecture

Clean Architecture

In the past few days, I soared straight through Robert Martin’s book, Clean Architecture. After seeing a receipe for such an elegant system architecture, I spent a couple days converting an existing project to the architecture. It was difficult to implement...

C#: Working with Images, image files, and PictureBoxes

One of the most frustrating things you run into when working with image files, Images objects, and PictureBoxes is that once you release your application, some users will get “file locked” errors when trying to manipulate files that you have displayed onto the screen...