Browse by Tags
All Tags »
Reflector (
RSS)
Red Gate gave me a few licenses of .NET Reflector to give away. The first to answer to this post in any of my blogs with a phrase about .NET Reflector and name and contact e-mail will get a free license. Hurry up! There aren’t many! Update: I've given...
This new version fixes a number of bugs and adds support for more high level C# features such as iterator blocks. A new tabbed browsing model was added and Jason Haley's PowerCommands add-in was included as an exploratory step for future versions. To...
After my post about dumping objects using expression trees , I’ve been asked if the same could be done for hydrating objects. Sure it can, but it might not be that easy. What we are looking for is a way to set properties on objects of an unknown type...
Following my last post , I received lots of enquiries about how got to master the creation of expression trees . The answer is: .NET Reflector On that post I needed to to generate an expression tree for this expression: Expression < Func < object...
Some time ago I needed to have the validationKey of the machineKey element of an ASP.NET application changed and found out that ASP.NET doesn’t provide a command-line tool (or any other) to do this. Looking around I found several applications and code...
Today redgate released version 5.1.5.0 of .NET Reflector . It was a bumpy release. Early today, at work, as soon as @antsprofiler was announced the deployment of the new version I tried to upgrade and was offered an upgrade to the version 5.1.4.0 over...
Let’s face it, if you don’t know .NET Reflector, you can never claim to be a .NET developer. Today Red Gate announced the acquisition of Lutz Roeder’s .NET Reflector. On .NET Reflector ’s page, Red Gate states that “will continue to maintain a free version...
More Posts