C# Cookbook, 2nd Edition
October 30, 2009
PRObooks
C# Cookbook, 2nd Edition
The second edition of C#Cookbook by Jay Hilyard and Stephen Teilhet is a unique and informativeread. It s filled with informative tips and tricks that all C# developers canuse no matter what their skill level. In addition to covering the mostimportant new features of C# 2.0, it also supplies a long list of useful customfunctions and objects, along with detailed descriptions of how each one works.
This thorough tour of the C# programming language consistsof 20 chapters and more than 1,100 pages. Although this book provides plenty ofuseful code for every kind of application, don t expect a ton of informationabout any specific user interface development such as ASP.NET or Windows Forms;this book is more about pure programming.
C# Cookbookcovers a lot of unique material that you re not likely to find in other C#-orientedbooks. For example, instead of simply covering the basics about numbers,enumerations, and strings, the book goes into useful details such as how toconvert between them all, how to use bit masks, how to encode strings, and theperformance implications of all the different options. More cutting-edgematerials include thorough chapters on Generics, Iterators, and Partial Types.