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:
C# and the .NET Framework
Author:
Robert Powell&Richard Weeks
ISBN:
0 672 32153 X
Publisher:
Sams
Pages:
620pp
Price:
£28-99
Reviewer:
Asad Altimeemy
Subject:
C#
Appeared in:
14-1
This book is written for experienced C++ programmers who wish to learn more about C# and .NET technology.

The text starts with a good introduction of .NET framework, covering even the Managed Extension to C++. The reader is then moved to the basics of C# language. There is, however, only superficial reference at this stage, to the more advanced areas like Delegates and Events. We are told nothing about Exceptions. Next, the book moves directly to Windows Forms. Simple items, like adding a menu, are explained briefly. This whole section contains copious pages of code with very little explanation of any of it. This is all very unhelpful to a beginner in this area of programming.

The‘Web Technologies' section sketchily covers some of the new technologies like ASP.NET and ADO.NET. As in previous sections, numerous pages of code are in evidence. Again, these codes are not explained in any detail. The final section of the text focuses on Component Usage and its links to COM technology.

This book tried to do too much in very small book. And, as a result, the text fails to cover any topic in reasonable enough depth for the reader to achieve some sense of understanding and knowledge of C# and the .NET. The book is based on the‘Beta 2' and not on the final version of C# and .NET. The reader must be aware that there are already major changes from Beta 2 to the final release of C# and .NET.