Iam a Vb6 programmer(Intermediate level). Am going to start with VB.NET programming.
Am quite anxious about VB.NET
Would it take long time to adapt to OO ways of VB.NET and do good efficient coding?
comment
Printable View
Iam a Vb6 programmer(Intermediate level). Am going to start with VB.NET programming.
Am quite anxious about VB.NET
Would it take long time to adapt to OO ways of VB.NET and do good efficient coding?
comment
I see a lot of people trying hard to program .Net apps like they did VB6 apps. You got to let it go, it has changed! :) My advice, get a book that covers true OO programming (or find some really good tutorials online), along with a .Net Framework book. You have to understand the framework...it is important. Then, get a VB.Net book (or C#, I perfer that over VB.Net language, but that is just my preference).
Seems like a lot of learning....it is if you want to code 'efficiently' with .NET. Also, give C# a spin, it is pretty good to be able to convert C# code to VB.Net and vice versa.
That is my take on it anyway...