Is there any way to protect my C# code
- by carter-boater
I saw tools like reflector can easily translated IL back to C# code. So I was wondering how to protect my source code, especially in a country, where patent and copy right is not enforced well by goverment.
Thanks.