• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VB.NET vs VB6

Techno

Golden Member
Hello,

How much different is the syntax of VB.NET vs VB6? A couple people at work think that C# is all the rage now and we have a bunch of COM+ objects and applications that run off our app server and I'm not sure if I want to rewrite them in C# or VB.NET. If the syntax is drastically different between the two, then I'll code it in C#, however if its with in 80% of the same syntax, I'll move it over to VB.NET and get it over with. (i'm trying to decide what book to get in order to learn from).

Thank you!
Techno
 
It's pretty close. The syntax is not where the major difference between VB and VB.net is. It's in the capabilities and the fact that it is truly object oriented.
 
Back
Top