Results 1 to 12 of 12

Thread: Best way to get back into VB.net

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    240

    Best way to get back into VB.net

    I know it's by actually coding, but I'm not sure where I should start at again. I took some courses in VB and can do the stupid little basic things, but I trailed off for awhile because I couldn't find any work in the field. Now I got a part time position and need to get back into the swing of things. Should I just go through my old textbooks and start over? I feel kind of overwhelmed.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Best way to get back into VB.net

    Moved To General Developer

    What do you do for a living?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    240

    Re: Best way to get back into VB.net

    Sorry about that, I saw this forum right after I made the post, along with a similar one below mine that I started reading.

    Right now I'm just a part time programmer for a small company. They use VB.net and said I don't really have to know much, that I can take my time to get going etc.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Best way to get back into VB.net

    Then it would seem like you have your opportunity, so I guess I'm not understanding the original question.

    Where to start? - I dunna know...I'm not there. Find something they do manually and automate it.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    240

    Re: Best way to get back into VB.net

    Sure I have the opportunity, but my problem is I can't just sit down and start coding things in my current state, unless it was simple programs like they teach in beginning courses.

    I don't know, it's hard to explain I guess. I have to get myself back into it, there isn't really anyone here (at work) to give me a jumpstart, so I'm just confused what I should try to get myself going.

  6. #6
    Lively Member
    Join Date
    Dec 2008
    Posts
    70

    Re: Best way to get back into VB.net

    Try some basic online tutorials

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Best way to get back into VB.net

    I'm serious about just finding something they do manually and automatiing it.

    You may start the project with a bajillion questions all posted in the VB.NET section, but you will eventually get the hang of it.

    I've always been a "take a running start and jump off the pier into the lake" as opposed to "wading in" kind of guy.

    I was a VB6 code for years and years and years. The transition for from VB6 to VB.NET was just as rough as I would image it would be for something just starting out with VB.NET

    If you did an "advanced search", confined it to the VB.NET section, and look for threads that "Hack" started, you will be amazed at the noob questions I was asking.

    Talking about it isn't going to get it done....doing it is going to get it done.

    Pick something and run with it.

    There are a ton of people on the site that would just fall over backwards to lend a hand.

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    240

    Re: Best way to get back into VB.net

    I was thinking of trying online tutorials, but a quick search usually showed things like temperature converters and calculators. Those are things that even I consider pretty easy, I thought I should be looking into more intermediate things. Maybe I'm just expecting too much of myself and need to take things slower. Or I'll look at my old class book when I get home and go into some of the things we didn't get to cover.

    Thanks Hack, I guess I just need to start doing things. I'll save that for home or start a new project here, I don't want to mess with existing programs. I don't really think there is anything manual they do with this portion, it's all done, I just have to make some changes eventually. I'm not sure how I can post it, I don't know if they'd want me posting sample code because of all the legal stuff.
    Last edited by ohok; Dec 30th, 2008 at 11:58 AM.

  9. #9
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Best way to get back into VB.net

    We don't want you posting anything that is propertiary to your company any more than your company does.

    However, if you are having a logic problem, it is very easy to whip up a generic example of what you are trying to accomplish. That happens everyday on this site.

    Once a solution is determined, you can then mold it into the actual production code that has never left your developer's machine.

  10. #10
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Best way to get back into VB.net

    the problem is that the .NET framework is so vast, that it's impossible to tell you where to go. Once someone has the basics down (and it sounds like you do), anything in the intermediate or advanced range tend to be task or job oriented.... meaning it's time to tap into the parts of the Framework that are relevant... example, if you are doing games or graphics, odds are you aren't doing to have much use for DataSets... conversely, if you are in a businness environ, you might not need to know about the Graphics namespace and how to draw with a pen. I think that's what Hack's driving at. You're basically at a stage where any thing you pick up should be oriented to what you want to do or need to do.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  11. #11

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    240

    Re: Best way to get back into VB.net

    We don't want you posting anything that is propertiary to your company any more than your company does.

    However, if you are having a logic problem, it is very easy to whip up a generic example of what you are trying to accomplish. That happens everyday on this site.

    Once a solution is determined, you can then mold it into the actual production code that has never left your developer's machine.
    Right, the way I said that sounded stupid.

    I'm sure you'll be hearing lots from me, I'll give it a shot.

  12. #12

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    240

    Re: Best way to get back into VB.net

    Quote Originally Posted by techgnome
    the problem is that the .NET framework is so vast, that it's impossible to tell you where to go. Once someone has the basics down (and it sounds like you do), anything in the intermediate or advanced range tend to be task or job oriented.... meaning it's time to tap into the parts of the Framework that are relevant... example, if you are doing games or graphics, odds are you aren't doing to have much use for DataSets... conversely, if you are in a businness environ, you might not need to know about the Graphics namespace and how to draw with a pen. I think that's what Hack's driving at. You're basically at a stage where any thing you pick up should be oriented to what you want to do or need to do.

    -tg

    Ah, I see. Well I will say that right now I'm dealing with a program for appointment scheduling and stuff like that, so I need to look into what it requires and go from there.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width