I’ve been playing Age of Empires online now for a few months and I really like the game. I’ve always been a fan of the series, and they did an excellent job on this one as well. They’ve made it free to play, but, of course, if you want all of the features, you’ll need to purchase a pro civilization, which I’ve done. I figure that I’d pay $50 for the game if they had released it in the traditional way, so the price was actually quite reasonable. If you like RTS games, this is a great one to add to ......
Unity is a great IoC container. One thing that is lacking, however, is the ability to automatically resolve requests without some kind of mapping. In the past, I’ve applied attributes to classes to do that mapping or used a config file. Recently, though, I looked into extending Unity itself and discovered that it’s actually quite doable to do so. I’ve created an “AutoResolver Strategy” that will allow Unity to take any interface request and automagically translate that into a resolution. It assumes ......