Reflecting on Reflection

by Matt 13. August 2010 16:24
It’s been a while since I’ve had to use reflection for anything, but it’s a very useful concept to understand as it can save you many lines of code and provide a smart solution when it is applicable. After playing around with it for a little while, I finally did solve my reflection problem; Apparently it works best when you stand in front of the mirror. [More]
Categories: .NET | C#