Thx Coeing, looks like interesting, but I prefer to keep focus on my actual framework (StrangeIoC).
I have question for ArenMook : is it worth to worry about performance impact of PropertyReference since it uses reflection ? How many propertyref could we use at once ?Well, reflection-based approach is always going to be slower than accessing the value directly, but I highly doubt that you will notice any slowdown coming from extensive use of reflection.