copied from xtremevbtalk.net after I noticed this site
Hello, I tried searching on this but was unable to find anything useful
I am fairly new to .NET but not at all new to programming (VC++, VB, primarily).
The biggest concern I have with .NET is that applications and forms can be decompiled using applications such as Reflector.
I know that in VC++ using .NET you can "protect" your code from this so that they are compiled to Native code rather than CLR.
Is this also possible with VB?
Do I need to write all of my critical code in c++ dlls and link them in?
a simple list of "Suggested reading" would be greatly appreciated.
Hello, I tried searching on this but was unable to find anything useful
I am fairly new to .NET but not at all new to programming (VC++, VB, primarily).
The biggest concern I have with .NET is that applications and forms can be decompiled using applications such as Reflector.
I know that in VC++ using .NET you can "protect" your code from this so that they are compiled to Native code rather than CLR.
Is this also possible with VB?
Do I need to write all of my critical code in c++ dlls and link them in?
a simple list of "Suggested reading" would be greatly appreciated.