Is there a recommended obfuscater for compiled .Net (C#) code that plugs into VS2008? If not, a stand-alone will do fine, and preferably one that can obfuscate multiple assemblies at once.
I also realize the purpose of these is simply to make it more difficult to reverse-engineer the code... which is exactly what I want.
Thank you.
Update: What about enabling strong naming on precompiled assemblies at publishing time? Is it possible to have point to a key-file on another server? So as long as that key file is present the app would work??