Newbie

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • HightowerC

    Newbie

    Wow...reading this group is a little overwhelming. Hope I'm posting to
    the right place.
    I'm a newbie when it comes to VB and .NET, but my company is making a
    move in that direction. Just looking for advice on books, tutorials,
    etc to help me transition into VB and the .NET environment (c-sharp
    may be useful as well).
  • PvdG42

    #2
    Re: Newbie

    "HightowerC " <chris.hightowe r@gmail.comwrot e in message
    news:0f40be72-39e1-4450-a7df-c02ecf646ba3@26 g2000hsk.google groups.com...
    Wow...reading this group is a little overwhelming. Hope I'm posting to
    the right place.
    I'm a newbie when it comes to VB and .NET, but my company is making a
    move in that direction. Just looking for advice on books, tutorials,
    etc to help me transition into VB and the .NET environment (c-sharp
    may be useful as well).
    There's lots of good stuff on the MSDN site:

    Gain technical skills through documentation and training, earn certifications and connect with the community


    Note #3 on the left.

    Comment

    • Cor Ligthert[MVP]

      #3
      Re: Newbie

      Chris,

      As addition to Peter, you are on the right place.

      Cor

      "HightowerC " <chris.hightowe r@gmail.comschr eef in bericht
      news:0f40be72-39e1-4450-a7df-c02ecf646ba3@26 g2000hsk.google groups.com...
      Wow...reading this group is a little overwhelming. Hope I'm posting to
      the right place.
      I'm a newbie when it comes to VB and .NET, but my company is making a
      move in that direction. Just looking for advice on books, tutorials,
      etc to help me transition into VB and the .NET environment (c-sharp
      may be useful as well).

      Comment

      • HightowerC

        #4
        Re: Newbie

        On Jun 24, 5:10 pm, "PvdG42" <p...@toadstool .eduwrote:
        >
        There's lots of good stuff on the MSDN site:
        >
        Gain technical skills through documentation and training, earn certifications and connect with the community

        >
        Note #3 on the left.
        Thanks for the help!

        Comment

        • Joe C.

          #5
          Re: Newbie

          On Jun 24, 1:44 pm, HightowerC <chris.highto.. .@gmail.comwrot e:
          Wow...reading this group is a little overwhelming. Hope I'm posting to
          the right place.
          I'm a newbie when it comes to VB and .NET, but my company is making a
          move in that direction. Just looking for advice on books, tutorials,
          etc to help me transition into VB and the .NET environment (c-sharp
          may be useful as well).
          that's a bit of a broad, general question. but yes, you're in the
          right place (i'm a noob too and have gotten a TON of help on this
          board).

          are you going in the way of desktop or web development?

          core vb.net principles would be essential in for both. learned most
          of my vb.net in class with this book:


          it's very easy to follow and well illustrated. it's about a $100 but
          i can probably dig up my electronic copy and hook you up...

          there are a ton of "beginning" books from wrox and apress that are
          really good too.

          -joe

          Comment

          • HightowerC

            #6
            Re: Newbie

            On Jun 25, 12:09 pm, "Joe C." <jsk.c...@gmail .comwrote:
            that's a bit of a broad, general question.  but yes, you're in the
            right place (i'm a noob too and have gotten a TON of help on this
            board).
            >
            are you going in the way of desktop or web development?

            Well, here's the deal:
            The company I work for maintains a very large database of court case
            information for many different counties. We have also developed
            software for these counties to organize their data (a 'case management
            system'). This case management system was originally developed in Java
            (using JDBC with MSAccess/MySQL/SQLServer, JSPs, and running on an
            Apache Tomcat server). My job has been to maintain and add
            enhancements to this case management system. In the near future (I'm
            told), we will be completely re-designing this system and my boss
            wants to do it in VB.NET (which is what our other software has been
            written in). Why it was written in Java I have no idea, but that's
            really beside the point anyway. What I really need to learn soon is
            Web Based Application development using databases (via ODBC
            connections and otherwise). Any help in that area would be great!

            Thanks!

            Comment

            • Just_a_fan@home.net

              #7
              Re: Re: Newbie

              I got two of the books from Wrox publishing having to do with VB.Net
              2008 and there was very little overlap and lots of good information.
              There was WAY more than I needed at the moment so it left more to delve
              into later on. I have made use of lots of it in my little
              non-commercial tool. It was my way or learning VB9 and those books have
              really helped me learn the new stuff.

              They both come with sample code which saves you typing (and mis-typing)
              sample code.

              No, I don't work for Wrox and these are the first two books I have
              gotten from them but they are great. Go to a bookstore or their site
              (www.wrox.com I think) to find out about the VB 2008 books.

              Someone on this board recommended I check out "remoting" and they have a
              great chapter on remoting. Makes it seem easy. I am about to split an
              application I have into two pieces and use SingleCall remoting. Sounds
              like fun (but then I AM a geek!).

              Mike

              On Tue, 24 Jun 2008 17:10:24 -0500, in
              microsoft.publi c.dotnet.langua ges.vb "PvdG42" <pvan@toadstool .edu>
              wrote:
              >"HightowerC " <chris.hightowe r@gmail.comwrot e in message
              >news:0f40be7 2-39e1-4450-a7df-c02ecf646ba3@26 g2000hsk.google groups.com...
              >Wow...readin g this group is a little overwhelming. Hope I'm posting to
              >the right place.
              >I'm a newbie when it comes to VB and .NET, but my company is making a
              >move in that direction. Just looking for advice on books, tutorials,
              >etc to help me transition into VB and the .NET environment (c-sharp
              >may be useful as well).
              >
              >There's lots of good stuff on the MSDN site:
              >
              >http://msdn.microsoft.com/en-us/vbasic/default.aspx
              >
              >Note #3 on the left.

              Comment

              Working...