Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
I created a Silverlight application and in view sore I am able to download the .xap file which contained all the dll and resources and all c# code which I can decompile by jetbrains dotPeek! So now I have a big question in my mind. Is Silverlight secure?
Posted
Updated 7-Mar-13 10:55am
v3
Comments
Sergey Alexandrovich Kryukov 7-Mar-13 16:13pm    
This is not something which can have one general answer...
—SA
[no name] 7-Mar-13 17:16pm    
If you are asking what I think you are asking, no anyone can use something like dotPeek or Reflector to see your code. To make things harder, you would need to obfuscate your code.
Hari Om Prakash Sharma 8-Mar-13 0:36am    
Everything is insecure if you are not providing security to your apps.
http://stackoverflow.com/questions/2478230/how-can-i-protect-my-net-assemblies-from-decompilation
http://stackoverflow.com/questions/7314704/how-can-i-protect-my-c-sharp-code-from-being-decompiled
http://stackoverflow.com/questions/1276237/how-to-preventing-decompilation-of-any-c-sharp-application

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900