473,805 Members | 2,034 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2487
For dependable book reviews see the ACCU website.
"kuphryn" <an*******@disc ussions.microso ft.com> wrote in message
news:4E******** *************** ***********@mic rosoft.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*******@disc ussions.microso ft.com> wrote in message
news:4E******** *************** ***********@mic rosoft.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*******@disc ussions.microso ft.com> wrote in message
news:4E******** *************** ***********@mic rosoft.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*******@disc ussions.microso ft.com> wrote in message
news:4E******** *************** ***********@mic rosoft.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
2028
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
1273
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
1379
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 an introduction to SQL. Cheers,
7
349
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 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
18
13930
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 I know nothing, so I don't skip anything. I considered Microsoft Visual C# .NET Step by Step 2003 by Sharp/Jagger, but then I read a few reviews and it doesn't sound so good. I have XP Home, and I plan to buy only Visual C#, not Visual Studio,...
5
1526
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 those excellent Effective C++ and Exceptional C++ books, does C have anything similar? Thanks! Joe (spoiled by high level languages)
11
1469
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 in particular? I'm having trouble getting to grips with a lot of the concepts and different ways of doing things (eg how to handle references to third party dlls, how/whether to use namespaces, security issues and on and on). TIA
7
1983
by: Jack | last post by:
Any recommended books on PHP-MYSQL with serious examples in c++? Regards Jack
1
1357
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 ObjectDataSouce?
0
9716
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10604
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10356
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10361
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10103
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7644
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5536
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3839
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.