Beginner… Finite State Machines 15 Mar 201815 Mar 2018 Finite state machines (FSM) can be a useful tool to have as a developer. They are abstract machines that can be in one of many possible states at a given…
Beginner… Your Language is a Tool 15 Dec 2017 One of the most quintessential questions asked by new (and experienced) developers is "What language is the best?" or "What is the best language to learn?" To that, I give…
General Microsoft Connect(); starts tomorrow 14 Nov 2017 If you have not already saved the dates (November 15 - November 17), you should do so now (before it is too late). Microsoft's Connect(); event is their yearly event…
General Why you should consider brushing up on Boolean algebra 9 Nov 20175 Dec 2017 Recently I was making changes to some code that was at least 10 years old. Being so old, the identity of the "guilty" party (or parties) has long since been lost…
Channel 9… Dependency Injection | Channel 9 [Share] 8 Nov 2017 Dependency Injection In this episode, Robert is joined by Miguel Castro, who explains dependency injection, which makes it easy to resolve classes at any level in any size object hierarchy,…