+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 11 to 14 of 14

Thread: Recommend a book

  1. #11
    Xav
    Xav is offline
    Code Slinger Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav's Avatar
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,210
    Blog Entries
    13

    Re: Recommend a book

    My suggested book (above) scratches the surface on databases, but you really need a dedicated book on databases.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  2. #12
    Learning Programmer jackolantern is an unknown quantity at this point jackolantern's Avatar
    Join Date
    Dec 2008
    Posts
    34

    Re: Recommend a book

    I suggest first to read Teach Yourself C# 2008 in 24 Hours. Then, after you have read that you will have a good *beginner* foundation to pick up and tackle Pro C# 2008 and the .NET 3.5 Platform" by Andrew Troelson. It is the most comprehensive C# and .NET book I have ever seen, which I am working through right now. It is a large book, though, clocking in at almost 1400 pages. If you read through that, however, you will not need another general programming book. I got it, and it is saving me lots of time and money off having to buy more books.

    I really cannot recommend that one enough. Nothing is as comprehensive, and it goes in-depth into .NET, whereas TYC#24Hours does not go into .NET really at all. You do need a foundation in the basics before you begin it, though.

  3. #13
    Xav
    Xav is offline
    Code Slinger Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav's Avatar
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,210
    Blog Entries
    13

    Re: Recommend a book

    TYC#24Hours does not go into .NET really at all.
    I disagree. The book dedicated a whole chapter at the end just to .NET in general.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  4. #14
    Learning Programmer jackolantern is an unknown quantity at this point jackolantern's Avatar
    Join Date
    Dec 2008
    Posts
    34

    Re: Recommend a book

    Quote Originally Posted by Santa Claus View Post
    I disagree. The book dedicated a whole chapter at the end just to .NET in general.
    That chapter was really just a 10,000 foot view (as the name of the chapter states). It did not go into much actual usage of the various .NET 3.5 base classes available. That is why I highly suggest getting Pro C# 2008 and .NET 3.5. You will learn all about delegates, lamdas, boxing and unboxing (and the shortcomings of it) as well as web services and much more. The author also uses ildasm.exe as a means to study the underlying CIL code to better understand how and why the compiler is doing what it is doing. You really won't get all of that in either of the C# "Teach yourself in..." books.

    Don't get me wrong. I love those two books, and usually recommend "Teach Yourself C# in 21 Days" for people with no programming experience who need to start from the ground up, or "...C# in 24 Hours" for people who have some programming exposure who just need to get up to speed on the C# way of doing things. Both of these books have what I consider to be the best introduction to visual Windows form development in any beginner book, which will probably be new to the reader if they have never used any language in Visual Studio. Either case, though, I highly suggest "Pro C# and .NET 3.5 Platform" as the follow-up to go much more in-depth.

    The only shortcoming I can see in Pro C# is that it is not laid out with end-of-chapter exercises or questions, so it is really up to the reader to be proactive and use what they are learning while they are reading.

+ Reply to Thread
Page 2 of 2
FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. HOLY MOLY i CANNOT make an address book. :(
    By Hawk1 in forum C and C++
    Replies: 15
    Last Post: 12-20-2008, 03:41 AM
  2. The Bookshelf
    By Kernel in forum News
    Replies: 5
    Last Post: 05-09-2008, 11:27 AM
  3. XHTML / CSS Book
    By Jordan in forum HTML Programming
    Replies: 2
    Last Post: 04-09-2008, 03:20 PM
  4. A good Javascript book?
    By Silverishkitten in forum JavaScript and CSS
    Replies: 2
    Last Post: 03-04-2008, 10:15 AM
  5. Linked list
    By borny86 in forum Pascal/Delphi
    Replies: 9
    Last Post: 12-06-2007, 11:42 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts