How Can I Protect My C# Code From Being Decompiled? [duplicate]
This question already has answers here : Closed 8 years ago . Possible Duplicate: .Net Obfuscation Alternative for Obfuscation in the .NET world Just a few minutes ago, I read that there are a number of tools, many free, that allow you to convert a C# .exe back to a VB solution. This means that my proprietary code can be viewed, edited, and recompiled/redistributed. Is there a way to prevent this? Mark Hall In short you need to use Obfuscation . To name a few. Dotfuscator Obfuscator Skater (Freeware) DeployLX CodeVeil Plus Visual Studio comes with a light version of Dotfuscator. You can read