obfuscator use in express?

I've just been using Reflector and it has scared me into looking at obfuscating techniques. What can be done for an express user deploying using clickonce

Answer this question

obfuscator use in express?

  • Ygor Goldberg

    I was talking in general, but for my current application, it is just a simple GUI for a SQL Server DB. No remoting or reflection.
  • YaroslavB

    Hi,

    It depends on what all you have used in your application. Some aspects such as Reflection and Remoting have a problem working with obfuscated code. Need more details on your particular application for giving better suggestion.

    Regards,
    Vikram

  • rexrageous

    I think you can give Dotfuscator a shot. The community edition comes free with Visual Studio. This link has all that you need about Dotfuscator:
    http://www.gotdotnet.com/team/dotfuscator/

    Regards,
    Vikram

  • obfuscator use in express?