Protecting your code
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I have an application that I am almost ready to package. What are options to protect your code from being copied by others and deployed to others ? Is there a way to keep your code from being copied ?
-
I have an application that I am almost ready to package. What are options to protect your code from being copied by others and deployed to others ? Is there a way to keep your code from being copied ?
If it's VB.NET, there's not much you can do to stop people reading your code. Protecting how your app deploys for those who don't know how to read the code is another matter, lots of options there.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog