It took a little longer than I planned but here we go again. In the meantime ActiveRecord 2.1 was released , and soon after that a minor update bringing one cool big feature . From now on we’ll be working on version 2.1.2 . Picking up from where we left off last time . We have a user entity. Since...
Disclaimer: This post is about the idea, not about the implementation. The implementation is crippled, not thread safe, will work only in few scenarios and only if used properly. Do not copy and blindly use this code . The problem One of unique features of Windsor is that it manages the lifecycle of...
Update: Due to a regression error discovered in Windsor Factory Support Facility, we decided to act fast and provide updated package of Windsor, without the issue. Get it here. Sorry for the inconvenience. What better way of starting a new year can there be, than fresh set of releases from Castle Project...
We’re building an application to gather and compare performance metrics of various laptop configurations in given set of benchmarks. As such we’re going to start with certain set of entities, first of which will be the User. We’ll start off by defining our User entity, configuring ActiveRecord , and...
Jimmy published very interesting post about generic registration of certain partially closed types in StructureMap container. Go read the entire post first, it’s really worth it. You’re back? OK. Jimmy uses StructureMap container in his sample, and after I saw it I immediately thought about...