Thread: beginning C#

  1. #1
    Registered User
    Join Date
    Sep 2012
    Posts
    6

    Question beginning C#

    Earlier I made a post asking for if I should start with C++ or C first... Now, I'm going to college to study application development in 1 year (maybe 2) and since most colleges teach C#, I would like to begin learning C# instead of C++ or C. It also seems a bit easier to learn.


    I have experience in PHP and VB, though I forgot most of it.

    I'm looking for a book for beginning programmers, where I can learn the basics of C#. Eventually I'd like to be able to use the XNA game studio for C#, but first I just want the basics and be able to read, understand and program code.

    What book do you people recommend?

    I've seen Head First C# get alot of recommendations, but I also read that there are alot of errors in the given code, leaving alot of readers with alot of questions and no progress. This book also seems a bit intimidating due to its size.

    tl;dr: Good beginners C# book?

    Sincerely,
    Dennis

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Any book with errors from a decent publisher, like O'Reilly and the Head First series, will have published errata online for just this purpose.

    Any decent beginner book will be large. Almost every software development book is large. If you're intimidated by the size of books, then you're getting into the wrong field.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    I seriously doubt any of the errors in any of the C# books are so glaring as to prevent you from learning the language. No book is perfect.

  4. #4
    Registered User
    Join Date
    Oct 2012
    Posts
    1
    Hi all,

    I've got a task from my teacher. We're working on an C#.NET application that makes it possible to send free SMS through a gateway. I found an information and a gateway on that page (url removed by nvoigt) that seems to be working for as the engine. Here a C#.NET SMS demo project is provided with full source code. Do you have any suggestions to my project? Any useful idea?

    Many Thanks

    Sam

  5. #5
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Use what you have, come here when you have problems.
    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.

  6. #6
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    Also, don't hijack old threads. Start a new one instead.
    If you understand what you're doing, you're not learning anything.

  7. #7
    Registered User
    Join Date
    Nov 2012
    Posts
    1
    Hi all,

    I've got a task from my teacher. We're working on an C# application that makes it possible to send free SMS through a gateway. I found an information and a gateway on that page: url removed by nvoigt that seems to be working. Here a C#.NET SMS demo project is provided with full source code. Do you have any suggestions to my project? Any useful idea?

    Many Thanks

    Mike

  8. #8
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    I've removed your URLs because you behave like a spam-bot. Post this wording again and I'll ban you. If you have a question, ask it in you own words.
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginning ASM.
    By Krak in forum C++ Programming
    Replies: 4
    Last Post: 12-06-2004, 06:27 PM
  2. Beginning programmer
    By L_burna225 in forum C++ Programming
    Replies: 3
    Last Post: 04-22-2003, 04:55 PM
  3. beginning C++
    By datainjector in forum C++ Programming
    Replies: 2
    Last Post: 12-12-2002, 02:27 AM
  4. In the beginning...
    By CAP in forum Game Programming
    Replies: 21
    Last Post: 05-29-2002, 01:40 PM
  5. Going back to the beginning
    By face_master in forum C++ Programming
    Replies: 5
    Last Post: 09-16-2001, 07:06 PM