473,385 Members | 1,402 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,385 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 2445
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
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...

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.