Thanks to Chris Breisch I came across a great article on .NET Reflection by Joel Pobar. It gives some useful tips how to make your code that uses reflection quicker. Especially interesting are the new features offered by .NET 2.0 like Lightweight Code Generation (LCG) and member handles. Must read for any serious framework developer.