| Welcome to vBulletin FAQ |
vBulletin FAQ Navigation
Getting Started
Customizing your vBulletin
Search Engines & SEO
Making Money with a Forum
Promoting your Community
|
| Get your own vBulletin Today |
|
| Webmaster Help |
|

|
|
C# Cookbook, 2nd Edition (Cookbooks (O'Reilly))
vBulletin Book Store > vBulletin books beginning with C
|
C# Cookbook, 2nd Edition (Cookbooks (O'Reilly)) |
Author: Jay Hilyard
Published: 2006-01-30 |
List price: $54.99
Our price: $46.43
|
Usually ships in 24 hours
As of: November 20th, 2008 05:36:31 AM
|
|
|
Customer comments on this selection.
Wish I'd started with this [Reviewed by XPSD member Steve Grubbs]
br /
br /Summary
br /
br /I wanted to check out a C# cookbook after developing in C# for almost a year. I figured I should get a basic understanding of the language and the .NET framework by using it for awhile before I buy such a book. That said, I wish I could go back in time and tell myself to get the C# Cookbook the day I started developing in C#.
br /
br /Overall Review
br /
br /I see two main criteria for reviewing a programming language cookbook.
br /
br / 1. The quality of each "recipe"
br / 2. The recipes chosen for the book
br /
br /The C# Cookbook handles each recipe very well, which we should definitely demand of a cookbook. It has a very simple 4-section format, Problem-Solution-Discussion-See Also. The problem is briefly stated first. The solution is almost entirely code samples, with minimal commentary. The discussion is usually short and sweet, with a few exceptions. The "see also" points to reference topics in the MSDN help, which is of questionable usefulness, since you can search the topics yourself; but, is short enough to skim over easily.
br /
br /The recipes chosen for the C# Cookbook range from very useful to trivial. One of the trivial examples would be something like, converting degrees to radians. The only language specific feature here is Math.PI, which I don't think is worth the page it's printed on. What I found surprisingly useful were some code samples that I spent time coming up with on my own before reading this book, like a custom trace class that outputs in XML. Fortunately, most of the examples were in the useful category.
br /
br /A few glaring topic omissions are remoting, ADO, and advanced object serialization.
br /
br /Per-Chapter Review
br /
br / * Numbers - somewhat trivial
br / * Strings and Characters - good introduction to the C# string
br / * Classes and Structures - good stuff on interfaces, casting, converting, COM interop
br / * Enumerations - simple, but short and useful
br / * Exception Handling - an underrated topic that I'm happy to see covered
br / * Diagnostics - a surprisingly useful set of tools to help with debugging
br / * Delegates and Events - very good intro for the new C# programmer
br / * Regular Expressions - very good intro for the new C# programmer
br / * Collections - a little simple, could have more useful samples
br / * Data Structures and Algorithms - simple, but good if more advanced types are required
br / * Filesystem I/O - very good examples of file I/O in C#
br / * Reflection - a necessary intro to reflection, but a bit simple
br / * Networking - biggest complaint: Why is there no remoting?
br / * Security - a good survey of various security issues in C#
br / * Threading - a good intro to threads and basic synchronization in C#
br / * Unsafe Code - I tore out and burned this section
br / * XML - good intro to reading/writing XML in C#
Learn to boil water! This is a good intro book that eliminates the need for some of the first books I bought on C#. When compared to other "cookbooks", however, this book is incredibly weak (see: XSLT Cookbook, SQL Cookbook). If you have used C# for more than 6 months, you will know how to iterate over an array, to use String.IsNullOrEmpty, get the index of a value within a string, and use a generic arraylist. These are just some of the junior "recipes" you'll see in this book. The "recipes" just exercise the fundamentals (i.e. how to boil water) rather than how the fundamentals work together to solve complex problems in elegant ways. The easier the concept, the more information. There isn't really any analysis or best-practice justification present. I'd like to see some performance analysis of generics or at least some depth on partial methods. Nothing to see here for mid-level developers. Not written or organized poorly, just simple. If it were titled "Intro to C# by example", I'd give it a higher score.
Clear, Concise and Detailed examples I'm an intermediate coder, familiar with programming and I have about 1.5 years programming C#. I've already used this book(C# Cookbook 2nd edition) to write C# code navigating in and around directories and files. The examples in the book regarding "Directory Info" and "File Info" were so clear and concise, I was able to complete my programming task with almost no lost time to the learning process. What I like most was that there was not one example, but many examples for the most used functionalities. This book has already paid for itself when I consider the time it saved me the first time I needed it!
Great C# Reference Book I came across a project that had to do with XML, and I came to love this book. It has a lot of suggestions that helped me jump start my project.
br /
br /I wouldn't recommend this book to learn C#- (pick up John Sharp C# step by step for that.)
Excellent!!!! If you are just coming into C# or have been doing it for a while - it doesn't matter - BUY THIS BOOK!!! Oreilly as we all know, makes very good tech/programming books and this one is one of the best I've had so far. This will be a book that will spend much less time on my shelf and much more time next to me on my desk.
|
|
Our vBulletin book picks:
|
|
Find more vBulletin related products of interest.
|