C# 3.0 THE COMPLETE REFERENCE 3/E and over one million other books are available for Amazon Kindle. Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Good See details
$7.58 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Kindle Edition
 
   
Sell Back Your Copy
For a $1.35 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
C# 3.0 THE COMPLETE REFERENCE 3/E
 
 
Start reading C# 3.0 THE COMPLETE REFERENCE 3/E on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

C# 3.0 THE COMPLETE REFERENCE 3/E [Paperback]

Herbert Schildt (Author)
4.3 out of 5 stars  See all reviews (7 customer reviews)

List Price: $59.99
Price: $38.60 & this item ships for FREE with Super Saver Shipping. Details
You Save: $21.39 (36%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 7 left in stock--order soon (more on the way).
Want it delivered Wednesday, February 1? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $32.94  
Paperback $38.60  
Sell Back Your Copy for $1.35
Whether you buy it used on Amazon for $7.56 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $1.35.
Used Price$7.56
Trade-in Price$1.35
Price after
Trade-in
$6.21
There is a newer edition of this item:
C# 4.0 The Complete Reference C# 4.0 The Complete Reference 5.0 out of 5 stars (5)
$28.69
In Stock.

Book Description

0071588418 978-0071588416 December 9, 2008 3

The Most Comprehensive C# Resource Available

With its support for Language-Integrated Query (LINQ), C# 3.0 has revolutionized C# programming, and bestselling author Herb Schildt has updated and expanded his classic programming reference to cover it. Using carefully crafted explanations, insider tips, and hundreds of examples, this book presents in-depth coverage of all aspects of C#, including its keywords, syntax, and core libraries. Of course, details on the new C# 3.0 features, such as LINQ, lambda expressions, implicitly typed variables, and anonymous types are included.

Essential for every C# programmer, this comprehensive guide is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Whether you are a novice programmer or a seasoned pro, the answers to all of your C# questions can be found in this definitive resource.

Coverage includes:

  • Data types and operators
  • Control statements
  • Classes and objects
  • Constructors, destructors, and methods
  • Interfaces, arrays, enumerations, and structures
  • Method and operator overloading
  • Inheritance and virtual methods
  • Reflection and runtime type ID
  • Exception handling
  • Delegates, properties, events, and indexers
  • Attributes
  • Multithreading
  • Generics
  • LINQ (Language-Integrated Query)
  • Lambda expressions
  • Anonymous types
  • Extension methods
  • Implicitly typed variables
  • I/O, networking, and collections
  • The preprocessor and much, much more

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with C# Programming: From Problem Analysis to Program Design $115.99

C# 3.0 THE COMPLETE REFERENCE 3/E + C# Programming: From Problem Analysis to Program Design
Price For Both: $154.59

Show availability and shipping details

  • This item: C# 3.0 THE COMPLETE REFERENCE 3/E

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • C# Programming: From Problem Analysis to Program Design

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

About the Author

Herb Schildt is the world's leading programming author, whose books have sold more than 3.5 million copies worldwide. His acclaimed books include Java: The Complete Reference, C++: The Complete Reference, and many others.


Product Details

  • Paperback: 912 pages
  • Publisher: McGraw-Hill Osborne Media; 3 edition (December 9, 2008)
  • Language: English
  • ISBN-10: 0071588418
  • ISBN-13: 978-0071588416
  • Product Dimensions: 9 x 7.4 x 2 inches
  • Shipping Weight: 3.3 pounds (View shipping rates and policies)
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon Best Sellers Rank: #920,450 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

7 Reviews
5 star:
 (5)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (7 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

6 of 6 people found the following review helpful:
5.0 out of 5 stars Me too. This is the book I've been looking for., May 1, 2009
Amazon Verified Purchase(What's this?)
This review is from: C# 3.0 THE COMPLETE REFERENCE 3/E (Paperback)
C# 3.0 THE COMPLETE REFERENCE 3/E
The five beginner C# books I've had access to up to now did not meet my expectations. Right from the beginning, they mixed the C# language with the .NET Framework too much which made the code very confusing. Code examples would include code required for .NET framework forms which can be long with many words that have no meaning to beginners. Concatenated names made up of many words separated by periods (dots) also had no meaning to me as a beginner. I was lost even though I had previously programmed in Basic, C and Assembler years ago.

I bought the "C# 3.0 The Complete Reference 3/E" book by Herbert Schildt and it's in a league of it's own. The big difference between this book and the "other" books is that Mr. Schildt separates learning the C# language from the .NET Framework. This separation keeps the C# code clean and simple without a lot of clutter caused by .NET framework code. Of course there has to be some .NET references in the C# section since C# uses the .NET Framework to display stuff on the screen and the like, but from what I've seen so far, Mr. Schildt has seen fit to keep that to a minimum while teaching the C# language. Great approach!!!

This book is divided into two parts. Part I (about 4/5 of the book) has comprehensive coverage of the C# 3.0 language which includes keywords, syntax and features. Part II focuses on the system namespace portion of the.NET framework class library and also covers collections, multithreading, networking and Windows forms. The book explains that all code examples have been tested using Microsoft Visual C# 2008 Express which can be downloaded from the Microsoft web site for free.

Chapter 1 starts off by explaining how the C, C++, Java and C# languages evolved and why C# is probably the best language (including languages not mentioned here) to use with the .NET Framework. What's the .NET Framework? Mr. Schildt explains that too.

Chapter 2 starts coverage of the C# language. The first simple program to display a line of text on the screen is broken down word-by-word and line-by-line. Nothing is left for the reader to have to guess or wonder about. I'm up to chapter 3 now and this concise, word-by-word, line-by-line explanation approach seems to be the norm for this book. I like this approach a lot! And did I say I love how the code examples are clean and uncluttered since the focus is on learning C# and are not like a plate of spaghetti made up of a mix of C# and the .NET Framework?

Don't get the wrong impression. This book does teach you how to use the .NET Framework with C#. It's just that it makes learning the C# language much easier due to less clutter. At least what I've seen in the first three chapters anyway.

I have a long way to go to finish this book which has 870 pages not including the index. But so far I just wish this book was the first one I picked up to learn C#. It would have saved me so much time and frustration.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars This is the book I was looking for, April 2, 2009
By 
DPuls (Camden, ME) - See all my reviews
This review is from: C# 3.0 THE COMPLETE REFERENCE 3/E (Paperback)
I've been reading some beginning C# books, writing some programs and constantly thinking "there has to be a way to ....." or "there has to be a library method to.....". I searched for quite a while trying to find a book that had descriptions of the available C# commands, syntax, "functions" (methods), and how to use them syntactically. I was excited the first time I opened it and found it to be exactly what I was looking for - a well indexed reference that made it easy to find the reference material I was looking for with brief, useful examples. All this made it possible to get the help I couldn't find (or maybe understand) from the online C# help or the fundamentals books I had in hand. I'm not an expert C# programmer by any stretch, but have been programming for many years. I 'd have to think this book is an essential on every C# programmers desk. I'm so pleased to have finally found what I needed.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
4.0 out of 5 stars One of the best books for learning & referencing the C# language, September 30, 2009
This review is from: C# 3.0 THE COMPLETE REFERENCE 3/E (Paperback)
C# the language is closely tied to .net framework which consists of the base class library and the CLR common language runtime however it is still a distinct topic.

Most books dealing with .net programming lump C# together with the framework, the runtime, and usually Visual Studio 2005/2008. Some authors even combine vb.net and C# example code in the same book. While this isn't bad it does mean information specific to the C# language becomes lost and buried. Many entry level programmers seem confused at the concept that C# is a separate language from the .net framework. C# has specific syntax, keywords, literals, punctuation, structure, operations, and flow control. These topics are completely unrelated to the "framework" = base class library.

This book does an excellent job of focusing on the C# language and I routinely use it as a reference on C# syntax.

Just understand what you are getting with this book. If you are looking for a single book for getting started in .net covering diverse topics like the framework base classes, asp.net, ado.net, visual studio, windows forms, and AJAX then this likely is not the book for you. While the book does touch on some of those topics its focus is on C# the language. If you are looking a good language reference for C# then this is the book for you.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews





Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
thread thrd, operator overloading, nullable types, program control statements, add handler, net method, int startldx, following program reworks, int onhand, invoking string, invoking collection, following indexer, counter namespace, invoking dictionary, pri remark, invoking array, object initializer syntax, pri height, invoking queue, nullable object, statement lambda, base class reference, invoking object, experimental trial version, copies count elements
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Closer Look, Visual Studio, Language Console, Runtime Type, Method Description, Event Thread, Data Types, Networking Through the Internet Using System, Miscellaneous Topics, Exploring the System Namespace, Use System, Exception Handling, Ralph Acc, Express Edition, Library Method, Windows Forms, Methods Supported, The Properties Defined, Command Prompt, Array Returns, Cannot Open File, Meaning Returns, Error Writing File, Increment Thread, Stop Program
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject