i havent coded in a few months so gonna start up again. now is probably the best time for me to switch from .net to vb6 since i probably forgot a lil bit of how to write certain coding so all my .net habits are gone and learning vb6 would be easier. is vb6 alot faster and should i switch or is vb.net just as fast??
If you mean faster as "faster to learn", I think they're almost the same thing. Vb.net has more things, but that doesn't mean it has more things TO LEARN... If you mean faster as coding execution, instead, Vb.net is alot faster than vb6.
not faster to learn, as i already know quite a few things with vb.net, but not enough to make a msab, but almost anything else. i was thinking faster execution of commands, so i guess im sticking to .net
Rickey, you make a program in vb.net, give me the code, I will change a few things and we will see what is faster. I think they are roughly the same to be honest. Maybe vb.net is a few miliseconds faster but vb.net source code can be ripped.
Vb.net is faster of course. Why would someone update a language code if it is slower? Of course, I know String management is slower in vb.net than in vb6, but this can be solved using the StringBuilder Class. And if you obfuscate the code it's really hard to find a working free (or cracked) decompiler. Reflector can't deobfuscate nor show the obfuscated code.
Yeah, i know. I meant for neopet programs. Not the language in general. I will take up vb.net if you teach me how to obfuscate the code.