ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Programming C# 3ed
Author:
Jesse Liberty
ISBN:
0-596-00489-3
Publisher:
O'Reilly
Pages:
689pp
Price:
£31-95
Reviewer:
Paul F. Johnson
Subject:
C#
Appeared in:
15-6
This book falls into the same category as the likes of Ammeraal's 'STL for Programmers' and 'C++ for Programmers' books in that the latter contains pretty much all of the former, but with lots more in the way of explanations and examples.

[I have to say that I strongly disagree with this characterisation of Ammeraal's books.

Francis]

Jesse Liberty's other O'Reilly C# book (Learning C#) is really contained in this book. Which is a bit of a gyp if you already have the first one as they cover just about the same core material, but with this one giving more examples, more explanation and with a few corrections in from the original.

Where this does come into its own is on the .NET material. It takes you through from a simple 'Hello World' to some quite complex mini programs. All of them are well explained, well thought out and rather well documented. Jesse has obviously put a lot of thought into the preparation of this area.

Past the .NET material, a lot of time is spent on streams, Internet related material (there is an example of implementing an asynchronous network fileserver, webstreams and asynchronous I/O - all of which are not simple things to implement, but the way the book is presented, the logic is easily seen and the book shows the theory as well).

All that in mind, why only a 'recommended' rating? Simple - it's only an extension of a previous book.

If you haven't bought Learning C# and don't mind paying the extra ten pounds, then this book is well worth the money. If you already have the Learning C# book, then this may not be as good value.

All of the examples compile fine under Mono (with Winelib) and MSVC#.NET 1.0 and 1.1. Recommended.