Just got VS2003

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

    #1

    Just got VS2003



    Hello all,

    I've been developing primarily in Delphi for the last 3 years or so.
    Before that, it was VB 5-6. C# looks pretty interesting, but of
    course, VB.net will be more familiar for me although I have not written
    a line of VB code in 3 years or so. I've also heard rumors that vb.net
    could be dropped sometime down the line; not sure how credible that is
    however.

    At any rate, I've just received VS2003 and I am really, really lost,
    LOL. Everything looks good and I went through a couple of the
    tutorials with C# and VB.net and I am very impressed with the progress
    MS has made with their IDE's.

    I am still unsure as to whether I will pursue VB.net or C# as the
    language of my choice. I am also seriously considering the Chrome
    add-in for Visual Studio from www.remobjects.com which provides Object
    Pascal support which I have come to like very much in Delphi. I have
    Delphi 2005 now as well, but I will use that for win32 development only
    and I will use VS.net for dot net projects.

    Of course, now I have to start familiarizing myself with VS and
    especially the 3rd party market.

    In addition to the 1.9 gigs of MSDN I've installed, can anyone
    recommend some good reading (books, articles, websites, etc) for
    experience coders getting started with VS?

    My area of interest and work is mostly local data centric apps using
    SQL databases (SQL Server, Firebird, etc) and I will be needing to
    start writing Remoting middleware apps with .net as well as some
    asp.net stuff.

    Thanks,


    --
    Warm Regards,

    Lee

    "Please hold while the Nextel subcriber you are trying to reach is not
    located"
  • Alan Pretre

    #2
    Re: Just got VS2003

    <Lee> wrote in message news:%23cBiDZbU FHA.616@TK2MSFT NGP12.phx.gbl.. .[color=blue]
    > I am still unsure as to whether I will pursue VB.net or C# as the
    > language of my choice.[/color]

    May I recommend that you go the C# route? I know it is unfamiliar to you
    but I believe the learning investment will be well worth it.

    See:
    Not Another C# Versus VB Article


    -- Alan


    Comment

    • Lee

      #3
      Re: Just got VS2003

      Alan Pretre wrote the following:
      [color=blue]
      > See:
      > Not Another C# Versus VB Article
      > http://www.codeproject.com/useritems/CSharpVersusVB.asp[/color]


      Alan,

      Great article. Much truth in it, at least from my prospective. When I
      went to Delphi from VB, I was FORCED to write better code, not to
      mention gaining a much better understand and working knowledge of OO
      Principles. Again, that was just me.



      --
      Warm Regards,

      Lee

      "Please hold while the Nextel subcriber you are trying to reach is not
      located"

      Comment

      • Alan Pretre

        #4
        Re: Just got VS2003

        <Lee> wrote in message news:OP%23iDJeU FHA.3532@TK2MSF TNGP09.phx.gbl. ..[color=blue]
        > Alan Pretre wrote the following:
        > Alan,
        >
        > Great article. Much truth in it, at least from my prospective. When I
        > went to Delphi from VB, I was FORCED to write better code, not to
        > mention gaining a much better understand and working knowledge of OO
        > Principles. Again, that was just me.[/color]

        I thought you might appreciate the article since you have experience with
        Delphi. C# and Delphi have their creator, Anders Heljsberg, in common.

        Here's another article with Anders himself:
        Exclusive Interview with Anders Hejlsberg: Getting Reacquainted with the
        Father of C#


        Again, my recommendation is to go the C# route. See ya!

        -- Alan


        Comment

        • Lee

          #5
          Re: Just got VS2003

          Alan Pretre wrote the following:
          [color=blue]
          > I thought you might appreciate the article since you have experience
          > with Delphi. C# and Delphi have their creator, Anders Heljsberg, in
          > common.[/color]

          Yep.

          I haven't dug that far with it, but VB.net doesn't support try...catch?
          Hmmm. I don't like the On error...goto handling. I've grown used to
          doing try...except with Delphi and as a matter of fact, it seems odd
          not to wrap everything in a try...finally and free my resources! Maybe
          its a control thing.



          --
          Warm Regards,

          Lee

          "Please hold while the Nextel subcriber you are trying to reach is not
          located"

          Comment

          • Jon Skeet [C# MVP]

            #6
            Re: Just got VS2003

            <"Lee" <Lee>> wrote:[color=blue][color=green]
            > > I thought you might appreciate the article since you have experience
            > > with Delphi. C# and Delphi have their creator, Anders Heljsberg, in
            > > common.[/color]
            >
            > Yep.
            >
            > I haven't dug that far with it, but VB.net doesn't support try...catch?[/color]

            It does - it just also supports On Error ... Goto.
            [color=blue]
            > Hmmm. I don't like the On error...goto handling. I've grown used to
            > doing try...except with Delphi and as a matter of fact, it seems odd
            > not to wrap everything in a try...finally and free my resources! Maybe
            > its a control thing.[/color]

            Ah, the joy of the using statement... it's interesting how it makes
            virtually all finally blocks go away.

            --
            Jon Skeet - <skeet@pobox.co m>
            Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

            If replying to the group, please do not mail me too

            Comment

            • Cor Ligthert

              #7
              Re: Just got VS2003

              Lee,

              I won't deny the text, however before this page is misread. This shows for
              me the scientific value of the showed page in the link.

              80% of C# programmers are good, while 80% of VB programmers are not good

              This sentence tells that there are much more good VB programmers than good
              C# programmers what is probably true.

              However this statement is surely not true when we compare C# with VBNet what
              are comparable values. It is probably even not true for VB6 however maybe it
              does for VBA, VBS and very classic Basic.

              To say it in other words.

              An Apple is a computer, not every computer is an apple.

              :-)

              Cor


              Comment

              • Cor Ligthert

                #8
                Re: Just got VS2003

                Lee,

                The languages are for me only the glue/cement from the framework.

                The style of making a program in VBNet and C# is with slight differences
                almost the same.

                When you are somebody like me, who makes a lot of typos and likes automatic
                auto complete, than have a look at VBNet. VBNet is helping a lot while
                typing and to make that easy and saves therefore me much builds. While C# is
                helping a lot with information while typing (However that is something that
                I seldom use. I read it before).
                The last will be in the next version from VBNet the same as C#.

                For the rest, I really don't see much difference.

                Cor


                Comment

                Working...