Thread: C# info

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    2

    C# info

    I understand this is new, and I would like to learn more about it. I was wondering if anybody read a good book on it, and what the book would be.

    I'm goign to purchase one shortley and want a good one thats not full of "fluff"

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    173
    if you are interested in the C# syntax and Windows Form programming, the book "MICROSOFT VISUAL C#.NET" by
    Mickey Willams(ISBN 0-7356-1290-0) is one of the great ones

    Have fun
    Don't laugh at me,I am just a SuperNewbie.

  3. #3
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Inside C# ( Tom Archer, MS Press ) is quite ok.

    If you need a manual to look up windows programming with C#, there is a Petzold for C#, too:

    Programming Microsoft Windows with C# ( Charles Petzold, MS Press )
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  4. #4
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Before thowing a bunch of book titles out there, first tell us what your programming background is. Have you done any object oriented programming before?

  5. #5
    Registered User
    Join Date
    Jul 2002
    Posts
    2

    Talking

    in response to troll_king:

    I"m a have studied c,c++, java, html, and COBOL. I know the c languages pretty good, all the programs I have writen though have been for dos. So that covers my experience, I've been using c for 2 years, and c++ for a little over a year.

  6. #6
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    The Charles Petzold book is good because it deals with the .net Base Class Library. The BCL is reuseable in any of the .net languages. This book doesn't cover the C# language itself very well though, so you need more than one book: Programming Microsoft Windows with C# ( Charles Petzold, MS Press )


    In order to learn the language and have a more comprehensive look at OOP and the C# language itself that starts from the beginning: C# Primer Plus by Klaus Michelsen followed by C# Primer A Practical Approach by Stanley B. Lippman.

    Lastly, in order to understand more about the framework itself, try, Applied Microsoft .net Framework Programming by Jef Richter.

  7. #7
    Unregistered
    Guest

    Wink

    Those are good recommendations. Also, look at the Wrox Press titles on C# programming as well.

    Mr. C.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. help displaying info from structure
    By kisiellll in forum C Programming
    Replies: 6
    Last Post: 04-04-2009, 12:51 PM
  2. Question about getting an info class from another Form
    By Joelito in forum C# Programming
    Replies: 0
    Last Post: 10-16-2006, 01:02 PM
  3. Help doing an e-mail program in c...
    By Tyler_Durden in forum C Programming
    Replies: 88
    Last Post: 01-02-2005, 03:12 PM
  4. Binary trees search problem...
    By Umoniel in forum C Programming
    Replies: 2
    Last Post: 02-22-2004, 02:29 PM
  5. Replies: 3
    Last Post: 12-06-2001, 05:30 AM