Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Recommended C#/.NET Book

Recommended C#/.NET Book

Scheduled Pinned Locked Moved C#
csharpperformancequestionlearningc++
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    valikac
    wrote on last edited by
    #1

    Hello. After analyzing the software industry, I believe C# and .NET are and will remain apart of a major set of development tool on the Win32 and Win64 platform second to only a combination of C/C++. With that in mind, I would like to ask what is the most complete and advanced programming book on C#/.NET? Here are the books I am considering. Programming Microsoft .NET by Jeff Prosise Pro: Very good overall Con: Broad and emphasizes .ASP Programming Windows with C# (Core Reference) by Charles Petzold Pro: Complete - discusses all GUI tools, etc. Con: Fundamental - many examples of Windows Forms and no advanced design including multithreading, etc. Applied Microsoft .NET Framework Programming by Jeffrey Richter Pro: Extensive coverage of CRT and .NET Con: Overrated, lacking advanced subjects including multithreading, etc. It is not like his previous book on Win32 programming. I am trying to buy as few books as possible and still acquire a good overall understanding of C#/.NET and extensive converage of the framework for maximizing an application's performance. I am interested in multithreading, multiple processes, memory mapping, IPC, serial communication, socket, etc. I believe I can learn the specifics (GUI) via experimenting, MSDN, and of course forums. Thanks, Kuphryn

    H 1 Reply Last reply
    0
    • V valikac

      Hello. After analyzing the software industry, I believe C# and .NET are and will remain apart of a major set of development tool on the Win32 and Win64 platform second to only a combination of C/C++. With that in mind, I would like to ask what is the most complete and advanced programming book on C#/.NET? Here are the books I am considering. Programming Microsoft .NET by Jeff Prosise Pro: Very good overall Con: Broad and emphasizes .ASP Programming Windows with C# (Core Reference) by Charles Petzold Pro: Complete - discusses all GUI tools, etc. Con: Fundamental - many examples of Windows Forms and no advanced design including multithreading, etc. Applied Microsoft .NET Framework Programming by Jeffrey Richter Pro: Extensive coverage of CRT and .NET Con: Overrated, lacking advanced subjects including multithreading, etc. It is not like his previous book on Win32 programming. I am trying to buy as few books as possible and still acquire a good overall understanding of C#/.NET and extensive converage of the framework for maximizing an application's performance. I am interested in multithreading, multiple processes, memory mapping, IPC, serial communication, socket, etc. I believe I can learn the specifics (GUI) via experimenting, MSDN, and of course forums. Thanks, Kuphryn

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      Read the .NET Framework SDK, including all the topics. The ending is obvious, but it's still thrilling. And don't forget the Framework Class Library (FCL) anthology, which you can find in %WINDIR%\Microsoft.NET\Framework\v1.X.XXXX. It's best read with ildasm.exe from the .NET Framework SDK - and previously reading up on IL is helpful - but can be read with others tools like .NET Reflector[^]. Best darn books I've ever read.

      Microsoft MVP, Visual C# My Articles

      N 1 Reply Last reply
      0
      • H Heath Stewart

        Read the .NET Framework SDK, including all the topics. The ending is obvious, but it's still thrilling. And don't forget the Framework Class Library (FCL) anthology, which you can find in %WINDIR%\Microsoft.NET\Framework\v1.X.XXXX. It's best read with ildasm.exe from the .NET Framework SDK - and previously reading up on IL is helpful - but can be read with others tools like .NET Reflector[^]. Best darn books I've ever read.

        Microsoft MVP, Visual C# My Articles

        N Offline
        N Offline
        Nick Parker
        wrote on last edited by
        #3

        Heath Stewart wrote: Best darn books I've ever read. Those are the book recommendations I would expect from you Heath, absolutely. ;) - Nick Parker
        My Blog | My Articles

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups