I'm developing a windows store app using C#. I know that all store apps are installed under C:\Program Files\WindowsApps.
Is there any way to protect it from decompilation by someone?
I'm developing a windows store app using C#. I know that all store apps are installed under C:\Program Files\WindowsApps.
Is there any way to protect it from decompilation by someone?
You can refer to this link: How can I protect my .NET assemblies from decompilation?
The question asked in the link is same as yours, you can refer to the replies to understand how you can protect your code from getting decompiled.