CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    Recommanded books or other...

    I am completely new to C#. I have programed a number of years in VC, ATL, and VB and wnat to start looking at .NET and C#, etc. Can someone suggest a few books or other material to help get up to coding speed. I am one of those guys that prefers examples.

    Thanks


  2. #2
    Join Date
    Sep 2000
    Location
    Indianapolis
    Posts
    6,758

    Re: Recommanded books or other...

    There is a list of currently released book on this site (http://www.codeguru.com/announcements/dotnetbooks.html).

    Microsoft is having their Tech Ed conference in two weeks. Near that time they are suppose to release beta 2. All of the current books are on the first beta, and thus may be outdated when the new beta releases. I expect that many of the key computer book publishers will be releasing a number of books on or around this same time period.

    If you really want a book now. The WROX book is probably the best with regard to learning and with having samples. The O'Reilly book (while containing typos in some of the code) is not bad for a quick reference but lacks in the area of big examples.

    - just my opinions.
    Brad!


    -----------------------------------------------
    Brad! Jones,
    Yowza Publishing
    LotsOfSoftware, LLC

    -----------------------------------------------

  3. #3
    Join Date
    Aug 1999
    Location
    Germany (Wiesbaden)
    Posts
    49

    Re: Recommanded books or other...

    Hi,

    if you speak German I suggest http://www.guidetocsharp.de to you! It's for beginners and in development, but it is growing :-).

    Greetings,


    Golo Haas



    Golo Haas
    --


    http://www.golohaas.de - the web the way you want it
    http://www.guidetocsharp.de - make the internet intelligent

  4. #4
    Join Date
    May 2001
    Location
    NH
    Posts
    9

    Re: Recommanded books or other...

    I just finished reading and testing Wrox book C# Programming with Public Beta.
    It is a good solid well laid out book. You need to have intermediate to advanced C++ programming skills to understand most of the book. You will need some VB and COM programming experience to understand the more advanced chapters.

    A few of the examples are too complex for effective use. But most of the book examples are well done.

    If you fit the above qualifications, this is the book to start learning C# with.


    Professor Computer Engineering Technology. Teach 5 languages, multithreading and interfacing.

  5. #5
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    Re: Recommanded books or other...

    Thanks for the information and yes I do have the required background.


  6. #6
    Join Date
    Jan 2000
    Posts
    12

    Re: Recommanded books or other...

    If you like examples you are in luck!

    I just wrote this for a diffeent thread, copying here since I don't know if just pasting the link would work long term.

    Just download the Beta2 and install the samples. The documentation is fairly good and easy to browse, but the samples are amazing.

    you can see the beta 1 (I don't know if/when they will update this) samples online at
    http://dev.aspfree.com/quickstart/default.aspx

    You will probably want to start with the howtos
    http://dev.aspfree.com/quickstart/howto/
    --Languages

    and on the top right corner select "I want my samples in..." choose c#

    enjoy



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

Featured