Posts
Sort by recent activity
Congratulations, Redgate
... on losing another customer. Some of the people I work with use Reflector quite extensively. Therefore, the company I work for will not be doing any more business with you in the future.
Broken obfuscated assembly using 'dynamic' keyword in .NET 4
In my code I have a method like this:GlobalFooBar m_GlobalFooBarObj = /* ... */;
private static void Baz(FooBarBase foo)
{
PropertyInfo[] properties = typeof(GlobalFooB...