Welcome to deepcode.co.uk Sign in | Join | Help

May 2007 - Posts

A common problem with the (SSRS) reports exposed from TFS project portals, is that the report fails with an error such as; This report requires a default or user-defined value for the report parameter 'Iteration'.... This problem only manifests (to my Read More...
Most .NET developers have an affinity to using reflection for things like configuration, inversion of control, dependency injection etc, but I was wondering today just how fast IS reflection - what overhead does it bring? So I wrote a (far from exhaustive) Read More...