VB.Net harder than VB 6
By appusajeev
@appusajeev (72)
India
7 responses
@yaronshani (10)
• Israel
16 Apr 07
i know the two lang and vb.net is much more difficult but more comfortable
it do the the space for u and all for u
to example:
vb6
----
if a = 1 then
a = 2
end if
vb.net
--------
if a = 1 then
a = 2
end if
@ironmanxsl (12)
• United States
4 Feb 07
I never programmed VB.NET myself but I've read VB.NET code--I program C# but it is like the same thing basically, just differnet syntax. It is the question of can U move from procedual programming to object orientated programming. VB6 is procedual and VB.NET is OOP. You gotta learn OOP soon though, PHP4 and under is procedual, PHP5 is shortly becoming OOP or object based. Everything is leaning towards objects tho so yup =)
@rikpallav (1242)
• India
15 Dec 06
I would say with the new features added, the newer and advance technology will be new to you... so it is not difficult but the thing is that you ae finding it difficult to learn the newer things.. I was working with VB and now moving on to VB.NET is not that tough as I know the language earleir. the concept will remain the same and the logic too but the way you will be applying these will change.
@amazingguy (178)
• India
8 Jan 07
No, VB.Net is not that difficult than VB, actually, if u feel comfortable of implementing OOPS concept while doing programming then u feel that VB.net is quite easily.
@sonamanish (115)
• India
24 Jan 07
i think vb.net is a bit harder because it deals with classes and objects and inheritance and each feature of and object oriented programming language. But if you find it real difficult then simply build programs in vb and run in vb.net, it can go that way also.