I would definitely go the .Net route and to be more specific the web application development and security route. MS plans before the bubble busted was to have all of their office products run from over the Internet. You would log into a web site to use Word and Excel literally. Now when the bubble busted and the IT budgets vaporized in a flash boil nobody was ready financially to keep up with MS development. There are still thousands of networks that still haven't upgraded from NT4 yet. The future is in the Internet and Wireless Communications develop for one of these fields in any language you want IMO.
I would say that if you haven't studied VB at all to just learn .Net from the beginning. They have simplified a lot of small and tasky things in .Net that will force you to learn the basics of both languages if you started in VB6. Besides class object orientated programming is where the future for windows development is headed. If you want a decent primer into .Net play around with some scripting from the .Net WMI library for a little while.
Java is a rip from C and it's slow as hell IMO. It has its purposes but it wont last in a market where speedy application and services via the Internet become high in demand. I guess it depends on how long it is until we all have fiber connections into the Internet from the house. JavaScript is a Java flavored scripting language just like VBScript is a Visual Basic flavored scripting language. In a windows environment I would go with the VBScript, in a web environment I would use a mix of both.
Just my $.02
Main Topics
Browse All Topics





by: Drifter88zxtWPosted on 2003-11-21 at 14:07:21ID: 9800334
What recommendation would you seasoned experts give me. Jump in to VB.NET or learn VB?
Depends, for example where I work many machines still use NT 4, therefore vb6 is my only option. If you are working with more up to date Windows operating systems, then I would probably just start learning vb.net.
Do I need to know VB to get into VB.NET?
No.
What is the difference between Java and JavaScript and how closely is it related to VB?
Java is the full langauge, Javascript is a smaller library of Java used on the web. Meaning w/ Java you can create full applications with all the bells and whistles, and Javascript you use on the web primarliy and you dont get all the features of the full Langauage. As for how closely they are related, they really arnt other than they are both programming languages. Java has Javascript for web scripting, and vb has vbscript. Although client side vbscript can only be used on IE. So most web programmers, choose to use javascript for client-side scripting.
Basically if you know VB can one understand JAVA code?
For the most part, once you know one language you can start to desipher another. Although you wont have a full understanding till you acutally sit down and take the time to learn the other language.