.Net Reflector “Soup to Nuts”
I’ve just gone over an article “Soup to Nuts” about the .Net Reflector utility. It is a robust disassembler for .Net code. Browse, analyze and decompile .NET classes. It needs no further introduction to the community. What surprised me was the full set of features, currently supported. Furthermore, there seems to be community provided plug-in to extend the useful aspect of this small but powerful utility. The article is hosted on www.simple-talk.com, http://www.simple-talk.com/dotnet/.net-tools/.net-reflector-soup-to-nuts/
The actual languages supported, all .Net framework based ones. VisualBasic.Net, C#, C++CLI, Delphi.Net, powershell …
It is worth reading it and trying it out. I am still to experiment with some of these capabilities. Like VBasic <-> C# conversatio. I’ve never had the need, but I am sure a time will come
Reflector home page :: http://www.red-gate.com/products/reflector/
Reflector add-ins :: http://www.codeplex.com/reflectoraddins
Seems like RedGate has currently acquired rights over the Reflector, from its author Lutz Roeder
http://www.lutzroeder.com/
http://blog.lutzroeder.com/
You can further download some additional dev-tools from his pages above. Let’s see how the community will response to future developments with this popular tool.





Leave a Reply