473,395 Members | 1,629 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Recommended C#/.NET Book

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 Prosis

Pro: Very good overal
Con: Broad and emphasizes .AS

Programming Windows with C# (Core Reference) by Charles Petzol

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 Richte

Pro: Extensive coverage of CRT and .NE
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
Nov 16 '05 #1
5 2448
For dependable book reviews see the ACCU website.
"kuphryn" <an*******@discussions.microsoft.com> wrote in message
news:4E**********************************@microsof t.com...
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

Nov 16 '05 #2
"kuphryn" <an*******@discussions.microsoft.com> wrote in message
news:4E**********************************@microsof t.com...
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?

No such thing. I have studied a lot (maybe 30) of C# / .NET / ASP.NET books
and the conclusion I have come to is: the books out there are mainly only of
use as primers for those people who like to read books rather than program.
There are a very few exceptions ("ASP.NET Website Programming: Problem -
Design - Solution", for one). Beyond the primer stage you are much better
off getting your info from the Internet on many of the good .NET websites.
MSDN, as always, is another must. There is no substitute for sitting down
and try to write good code.
Nov 16 '05 #3
I have to disagree with John Smith, there are lot's of excellent books out
there for developers of all skill levels.

If you want to understand how .NET works then I highly recommend Jeffrey
Richter's book.

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada

"kuphryn" <an*******@discussions.microsoft.com> wrote in message
news:4E**********************************@microsof t.com...
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

Nov 16 '05 #4
KK
I have several C# books, and in my opinion the best one is Professional C# (Wrox
Book).
Nov 16 '05 #5
I would say that the *best* reference for C# would need to be qualified
more. If you are looking for a good langauge/operations reference (which,
based on the info provided, you seem to be), I'd suggest Professional C# as
someone else did already because it is very complete. What I've found is
that, provided you have a handle on OOP/design considerations, really any
language reference will do since most of the problems you will encounter
will hardly be a language issue that can't be solved with either a language
reference or MSDN help. A possible exception where concrete examples might
be beneficial are COM interop. The best one of these in my opinion is .NET
and COM by Sams. Remoting is another possible exception. Ingo Rammer's
Advanced .NET Remoting is really solid. For a good design pattern ref in C#
I like James Cooper's C# Design Patterns. If you are just starting out or
coming from a non-oop background, there are several beginning books on C#
but I would recommend reading Wrox's .Net Framework book first. I guess it
just depends on how far along you are in your experience.

Alex
"kuphryn" <an*******@discussions.microsoft.com> wrote in message
news:4E**********************************@microsof t.com...
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

Nov 16 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Peter Jensen | last post by:
Hi! - Which books are good for at comprehensive introduction and further progress, Im currently using "Thinking in C++ 2nd ED"
3
by: Nikos | last post by:
Hi all From the subject you might guess that I am a newbie here. Is there any recommended reading for interop between Com and .Net
6
by: SharkFOA | last post by:
Hi, Hoping someone can help.I am an absolute beginner with regards to SQL. I have googled and checked Amazon, etc but would like your personal recommendations. What 1 book would you recommend as...
7
by: kuphryn | last post by:
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...
18
by: John Salerno | last post by:
Hi all. I was hoping some of you could recommend a book or two that would help me get started with the basics of C#. I have a slight knowledge of programming, but basically I want to start out like...
5
by: Joe Van Dyk | last post by:
After reading K&R, is there any other good source for learning how to write good C programs? I've heard a reference to one other highly-recommended book, but I forget what it was. C++ has all...
11
by: tom | last post by:
I'm learning VB.NET 2 after years working with VB6 and finding it a challenge. Are there any books/online training soures that you'd recommend for programmers making the transition to .NET and v2...
7
by: Jack | last post by:
Any recommended books on PHP-MYSQL with serious examples in c++? Regards Jack
1
by: Jasbird | last post by:
Is there a recommended book for ASP.NET which avoids DataSets and DataTables in favour of collections and uses code behind to bind data to controls rather than using SqlDataSource and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.