Online Reference for C#

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

    Online Reference for C#

    My question can be little absurd.
    Being more than 2 years professionally indulging myself in the
    language i still find many things unlearned.
    So can somebody give me some online references that can teach us with
    insights about the language regarding optimization, memory handling,
    efficiency and tips and tricks.

    some what like this site http://www.yoda.arachsys.com/csharp/

    Please share your views.
  • Jon Skeet [C# MVP]

    #2
    Re: Online Reference for C#

    miztaken <justjunktome@g mail.comwrote:
    My question can be little absurd.
    Being more than 2 years professionally indulging myself in the
    language i still find many things unlearned.
    So can somebody give me some online references that can teach us with
    insights about the language regarding optimization, memory handling,
    efficiency and tips and tricks.
    >
    some what like this site http://www.yoda.arachsys.com/csharp/
    Well, if you like what you've read on my main web site, you might like
    my book, C# in Depth. It's available as an ebook or hard copy - see
    http://csharpindepth.com and http://manning.com/skeet

    Note that it's not really a book of tips so much as an in-depth look at
    C# 2 and 3.

    --
    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

    • miztaken

      #3
      Re: Online Reference for C#

      I was expecting something online and free.

      Comment

      • miztaken

        #4
        Re: Online Reference for C#

        I was expecting something online and free.

        Comment

        • miztaken

          #5
          Re: Online Reference for C#

          I was expecting something online and free.

          Comment

          • Jon Skeet [C# MVP]

            #6
            Re: Online Reference for C#

            miztaken <justjunktome@g mail.comwrote:
            I was expecting something online and free.
            Well, there are a few chapters of the book available online and free
            (download from http://manning.com/skeet)

            Ultimately you're likely to invest more "value" in terms of the time
            spent reading than a book costs anyway though - so I'd choose a good
            one (of which there are plenty - you certainly don't have to like/get
            mine!) and buy that, either in hard copy or ebook form.

            --
            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

            • Cor Ligthert[MVP]

              #7
              Re: Online Reference for C#

              >I was expecting something online and free.

              So start making it

              Cor

              Comment

              Working...