Binding: Paperback Dewey Decimal Number: 005.133 EAN: 9780596519223 Format: Illustrated ISBN: 0596519222 Label: O'Reilly Media, Inc. Manufacturer: O'Reilly Media, Inc. Number Of Items: 1 Number Of Pages: 242 Publication Date: February 26, 2008 Publisher: O'Reilly Media, Inc. Sales Rank: 28051 Studio: O'Reilly Media, Inc.
Product DescriptionThis book is for busy programmers who want a succinct and yet readable guide to C# 3.0 and LINQ. C# 3.0 Pocket Reference tells you exactly what you need to know, without long introductions or bloated samples. Despite its conciseness, this book doesn't skimp on depth or detail, and embraces the conceptual challenges in learning C# 3.0 and LINQ. Tightly focused and highly practical, this pocket reference covers more ground than many of the big books on C#. C# 3.0 Pocket Reference includes plenty of illustrations and code examples to explain: Features new to C# 3.0, such as lambda expressions, anonymous types, automatic properties, and more All aspects of C# syntax, predefined types, expressions, and operators Creating classes, structs, delegates and events, enums, generics and constraints, exception handling, and iterators The subtleties of boxing, operating overloading, delegate covariance, extension method resolution, interface reimplementation, nullable types, and operating lifting LINQ, starting with the principles of sequences, deferred execution and standard query operators, and finishing with a complete reference to query syntax-including multiple generators, joining, grouping, and query continuations Consuming, writing, and reflecting on custom attributes
You'll also find chapters on unsafe code and pointers, preprocessor directives, XML documentation, and a framework overview. If you're already familiar with Java, C++, or an earlier version of C#, C# 3.0 Pocket Reference is an ideal choice. No other book or online resource can get you up to speed so quickly.
Customer Reviews
Average Rating:
Rating: - Smallest C# book I know but don't judge the book by its size, it's full of good information
I like this small book for its size and clear explanation. Quick reference when I am not connected to the Internet. I also write down things I forget all the time so I can find them quickly. With so many big C# book available on the market, but who wants to carry them around.
The C# 3.0 in a Nutshell is also recommended. It covers a lot more and a lot heavier so I usually keep it on my desk instead.
Rating: - A reference for programmers, and for book writers
I agree with the positive comments of the other reviews but would recommend this book for learning C#. It is well structured for the purpose of learning the language and does not assume familiarity with it: it defines the necessary concepts.
Even though programming is a very logical enterprise, programming books have a tradition of extreme verbosity, and so I hope this series continues to grow because it is almost the only place one can get the concision that allows for quick learning.
Rating: - Superb reference for C#
I read a wonderful, but huge book by Andrew Troelsen and wanted a small reference book to carry around. This little book has such short, yet illuminating descriptions and examples of all the keywords and types I've looked up so far. A few standouts are the sections on Events and Generics.
I've had this less than 24 hours and it has already paid for itself.
Truly a superb effort by the Albahari brothers. I will definitely be ordering the Nutshell book by the same authors.
Rating: - Quick and Effective Information
As C# is a complex language, there are lots of things that we, C# programmers, need to know when writing some code. With so many things to learn and so many features available, how can we remember all the syntax and all the details of everything in C#? The answer is: We can't. Everytime we forget something, we go look for help in the internet, don't we?
So this book is pretty much of this: Why search the internet and waste a lot of your precious time visiting tons of websites that doesn't ... Read More