-
.NET newer than newbie
I actually don't even have VB.NET installed but I was just wondering how the transition from VB to .NET was? I've seen a few code snippets here and there and the syntax doesn't seem much different at all. If this is the case then I can't wait to get my VB.NET hands dirty.
-
Syntax is the same, but there many thing you cant do the same way .NET that you may be used to.
gosub is gone
error trapping uses try..catch
properties use get and set blocks instead of 2 seperate let/get properties.
many other little things here and there.
-
You really must read a VB.NET book if your going to use it. Learning the .NET framework is like learning another programming language altogether.
You WILL have a LOT of trouble if you just decide to make programs (even simple ones) without properly learning VB.NET.
-
I agree with Hu Flung Dung. search download.com , you may find tutorials for beginners
-
If u know Java, Basic .net is like java with basic sintax.