1 Comment to “KNKVC – Implementing Key-Value Coding and Key-Value Observing in C#.NET”

  1. Vivek

    Jan 6th, 2010

    Hi Daniel,

    Thanks a lot for this, I was thinking about doing something similar and this was the perfect seed.

    Took it a bit further and added some Key-Value binding support as well.

    Finally, I needed the performance to be excellent. Using reflection in inner loops is very slow, so used the new .net Expressions feature to compile delegates and cache them, resulting in a factor of 70 speedup.

    Cheers,


Leave a Reply

This area is controlled in your WP admin under Apperance > Widgets. You need to add your desired widgets to one of the 9 widget areas (Footer1-9).