Re:Code Security



Build your code into a DLL will protect it from prying eyes. However DLL's
can eventually be deconstructed. Try to be a little clever by naming the
assembly some silly name OR go so far as to strong naming your assembly and
putting in the global assembly cache.
.