Today was a great virtual brown bag. Claudio will have a more exhaustive list of what was discussed, but I thought I would share some links to stuff I talked about.
Creating a Generic Type using Reflection
http://geekswithblogs.net/marcel/archive/2007/03/24/109722.aspx
1 2 3 4 5 |
|
StackOverflow Question from Marvin
As Marvin and Claudio talked, I threw together an example on how I would solve the problem. Hopefully we can hear back from Marvin on whether it worked. :)
The code snippet is here : http://codesnippets.joyent.com/posts/show/2345
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|
Using StructureMap with Castle Dynamic Proxy for INotifyPropertyChanged AOP
For creating the DynamicProxy interceptor I based my code off of : http://serialseb.blogspot.com/2008/05/implementing-inotifypropertychanged.html
The entire solution can be found here : http://github.com/RookieOne/StructureMapAopNotify
All in all, a darn good Virtual Brown Bag. :)