I need to reboot

jcardana

Old to VB6, New to VB.NET
Joined
Oct 26, 2015
Messages
43
Location
Rio Rancho, NM
Programming Experience
Beginner
I've been programming in vb4 & 6 for 20 years.

Any suggestions on how to unlearn what I have learned so I can start over in VB.net.

All I do is complain about the differences.

Thank you for your time,
Joe
 
Hi,

Don’t even try to undo what you have learnt over the past 20 years. You just need to accept the inevitable and realise that there are more up to date techniques to learn. Believe me, I have been through this exact same thing over the past few years and I came out the other end OK.

The one bit of advice I will give is NOT to assume that you know a particular aspect of programming when learning the .NET way of doing things. As an example, I assumed that I already knew how to access Databases since I had been doing it for years. To that end, I skipped the data access tutorials and went straight to development of my first .NET app. It took me about 3 months to create a fully functional Data Access Layer for this app with over 20K lines of code to do what was needed. It worked perfectly. When I had the time I then decided to go back and read up on what I had skipped in my .NET migration and the Entity Framework did in about 3 seconds what had taken me 3 month to write. Let's just say that the air turned blue for a few hours after that revelation.

Good luck with the migration.

Cheers,

Ian
 
Thanks Ian,

I've been skipping a lot of stuff. I'll spend the rest of the year going through each and every one.

Joe
 
So how did it go? Did you figure out any particular methods that allowed you to relearn and adapt your existing habits or process? :cheerful:
 
Actually, everything stopped. My wife and I got the word the landlords wanted to sell the house we were living in. We are now settling in a new home in New Mexico.
 
So how did it go? Did you figure out any particular methods that allowed you to relearn and adapt your existing habits or process? :cheerful:

Just in case you're still here. I'm back at it. Slowly, making progress with all thanks to jmcilhinney and a book I received from a gent on FB.
 
Back
Top