How can i protect My VB.net code from decompilers?

Hi everyone

Can everyone tell me how can i Protect my .net codes from decompilers

My focust is on Windows Applications

Thanks for your cares

Maziar Bahredar




Answer this question

How can i protect My VB.net code from decompilers?

  • erprashant

    This question is one of the most popular questions for .NET developers!
    You must use an obfuscator, there is a such program included with VS (not with all editions), its name is Dotfuscator Community Edition.

  • Kea

    Hi,

    You can use Obfuscation tools to safe guard your source code.

    For more details go through the following links

    http://www.preemptive.com/

    http://alb.gibwo.com/dnn/portals/4/ALBWhitepaper.htm

    Regards

    Arvind T N


  • Andrea Antonangeli

    Thanks for your answer

    i used Dotfuscator community edition 3.0

    but now i can see my source code with decompiler again

    can anyone help me

    How can i protect my code from decompilers



  • How can i protect My VB.net code from decompilers?