I just finished to build Winform application and i want to send it to couple of people for testing.
I'm using CefSharp in my application and i want to publish it with ClickOnce but i want to make it harder or impossible to de-compile, From what i understand the best option is to do code Obfuscation.
I saw that there is existing tool in VS2013 - DotFuscator.
This tool is enough? there is any other suggestion to keep my code safe as possible?