Is there a way (reliable and preferably not commercial) to prevent from Reflector to reflect my source code???
Thanks, Adi
No. Reflector looks at your assembly just like the .NET runtime would in order to generate native code to execute. The best you could hope for would be to obfuscate your code and make it (somewhat) harder for the reader to understand.
Some pros and cons of performing the obfuscation can be found at Should you obfuscate a commercial .Net application?
1.4m articles
1.4m replys
5 comments
57.0k users