Category Design Patterns
Dining Philosophers in C#
There are numerous solutions to the dining philosophers problem on the internet and I will not be reciting the story. You can find it at one of the following two links: MSDN Magazine Rosetta Code A few notes. Each philosopher is marked with a circle and can pick a chopstick on the left and on […]
Software Development Process Diagram
Came across a very good albeit old (but not aged) diagram describing development process, found in Patterns of Software Architecture (POSA) book. Compare that to Microsoft’s vision of a modern cloud-based application from today: