CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2005
    Posts
    135

    best books for C#?

    What are the best books to read to learn C#?
    I have programming experience and have actually done some stuff in C# before but want a structured book.
    I found the following but the seem about 5 years old:
    http://www.amazon.co.uk/gp/product/0...lance&n=283155

    http://www.amazon.co.uk/gp/product/0...books&v=glance

    http://www.amazon.co.uk/gp/product/1...lance&n=283155

    I would mainly want to use it for web development even though I usually prefer PHP for that.

    I also need to know how to do reporting, some Business Intelligence, etc.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: best books for C#?

    Microsoft Press books are the best, IMHO

  3. #3
    Join Date
    Nov 2005
    Posts
    135

    Re: best books for C#?

    Quote Originally Posted by HanneSThEGreaT View Post
    Microsoft Press books are the best, IMHO
    But that will primarily be aimed at Visual Studio .NET, which I don't have. I have SharpDevelop.
    Last edited by JACKWEBS; November 22nd, 2011 at 02:15 PM.

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: best books for C#?

    Sorry to say but SharpDevelop as good as people say it is, is not as good as the real C# which is part of visual studio.net

  5. #5
    Join Date
    Nov 2005
    Posts
    135

    Re: best books for C#?

    Quote Originally Posted by HanneSThEGreaT View Post
    Sorry to say but SharpDevelop as good as people say it is, is not as good as the real C# which is part of visual studio.net
    and that costs money but sharpdevelop is free.
    Is Sharpdevelop a good simulation for VS?

  6. #6
    Join Date
    Nov 2005
    Posts
    135

    Re: best books for C#?

    Microsoft Visual C# 2010 Step by Step Book?

    What would I get after that or is that enough?

  7. #7
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: best books for C#?

    Quote Originally Posted by JACKWEBS View Post
    and that costs money but sharpdevelop is free.
    Is Sharpdevelop a good simulation for VS?
    I've used both VS 2003/2005/2008 and SharpDevelop. VS is very nice. However, my preferred IDE is SharpDevelop 4.0. I'd rather be able to install a single IDE on literally every machine I work on and always have a consistent development environment, even if it means forgoing a few features (actually, I'm not even sure that there are any I particularly miss). With VS, I'd be limited to installing it on just one machine and end up using SharpDevelop on the rest anyway.
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

  8. #8
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: best books for C#?

    I guess I should also respond to your primary query: I don't think using a different IDE than the books will be that harmful to your learning. The IDE is supposed to be kind of transparent; it's just tool. The harder part is learning to use the vast (read: wonderful!) .NET libraries, which you will learn independent of your choice of IDE.

    As I always recommend, however, that you don't need a book. Choose a fun project and Google around to figure out how to do specific things (i.e. "<whatever> tutorial C#"). It's cheaper, faster and more targeted towards your specific learning objectives
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

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