Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can we protect our projects?
#3
manishshrestha60 Wrote:step 1) Don't write comments
I don't know how this protects code whatsoever. It is good programming practice to write comments, and you should never stray away from doing so.

If you are looking for decomipling protection, you want to use a .NET Obfuscator, which essentially changes your code to random symbols and such at compile-time so it cannot be decompiled as easily. However, there is no definite way to prevent a determined person from viewing your code.
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
How can we protect our projects? - by Ecnarf - 10-19-2012, 07:15 AM
Re: How can we protect our projects? - by brandonio21_phpbb3_import2 - 10-19-2012, 02:36 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)