Learning C#

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

    Learning C#

    Hi,

    I'm trying to learn C# using the expres 2008 version, but I would like to
    find a book to learn it

    Any suggestion ?

    --
    Thank You in Advance
    Merci a l'avance

    Martin

  • Jon Skeet [C# MVP]

    #2
    Re: Learning C#

    Martin Racette <rat7_2001@hotm ail.comwrote:
    I'm trying to learn C# using the expres 2008 version, but I would like to
    find a book to learn it
    >
    Any suggestion ?
    What sort of experience do you already have? This will affect the
    recommendations significantly.

    --
    Jon Skeet - <skeet@pobox.co m>
    Web site: http://www.pobox.com/~skeet
    Blog: http://www.msmvps.com/jon.skeet
    C# in Depth: http://csharpindepth.com

    Comment

    • Martin Racette

      #3
      Re: Learning C#

      I'm starting with programmation, but I do have basic understanding about
      array and thing like that, but I just do not know how to access them in C#


      "Jon Skeet [C# MVP]" <skeet@pobox.co mwrote in message
      news:MPG.22facf ad88625219e7f@m snews.microsoft .com...
      Martin Racette <rat7_2001@hotm ail.comwrote:
      >I'm trying to learn C# using the expres 2008 version, but I would like to
      >find a book to learn it
      >>
      >Any suggestion ?
      >
      What sort of experience do you already have? This will affect the
      recommendations significantly.
      >
      --
      Jon Skeet - <skeet@pobox.co m>
      Web site: http://www.pobox.com/~skeet
      Blog: http://www.msmvps.com/jon.skeet
      C# in Depth: http://csharpindepth.com
      --
      Thank You in Advance
      Merci a l'avance

      Martin

      Comment

      • Jon Skeet [C# MVP]

        #4
        Re: Learning C#

        On Jul 31, 8:16 am, "Martin Racette" <rat7_2...@hotm ail.comwrote:
        I'm starting with programmation, but I do have basic understanding about
        array and thing like that, but I just do not know how to access them in C#
        So do you have any experience in other programming languages?

        Head First C# is aimed at beginners. Its major drawback at the moment
        (to my mind) is that it has quite a lot of errors. (There's an errata
        list at the publisher's website, but it's not currently complete.) I
        believe a lot of the problems (at least the ones I've reported :) will
        be fixed in the next printing, but I don't know when that will be. If
        you do get it, make sure you get the latest version that's available,
        so there aren't quite as many errata to check.

        Jon

        Comment

        Working...