Buy new:
-41% $29.36$29.36
$3.99 delivery March 21 - 27
Ships from: PLUTO FINDS Sold by: PLUTO FINDS
Save with Used - Very Good
$3.18$3.18
$3.98 delivery March 21 - 24
Ships from: glenthebookseller Sold by: glenthebookseller

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
C# in Depth, 3rd Edition Third Edition
Purchase options and add-ons
Summary
C# in Depth, Third Edition updates the best-selling second edition to cover the new features of C# 5, including the challenges of writing maintainable asynchronous code. It preserves the uniquely insightful look into the tricky areas and dusty corners of C# that only expert Jon Skeet can provide.
About this Book
If you're a .NET developer, you'll use C# whether you're building an advanced enterprise application or just slamming out a quick app. In C# 5, you can do amazing things with generics, lambda expressions, dynamic typing, LINQ, iterator blocks, and other features. But first you have to learn it in depth.
C# in Depth, Third Edition has been thoroughly revised to cover the new features of C# 5, including the subtleties of writing maintainable asynchronous code. You'll see the power of C# in action, learning how to work with high-value features that you'll be glad to have in your toolkit. And you'll learn to avoid hidden pitfalls of C# programming with the help of crystal clear explanations of "behind the scenes" issues.
This book assumes you've digested your first C# book and are hungry for more!
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
What's Inside
- Updated for C# 5
- The new async/await feature
- How C# works and why
About the Author
Jon Skeet is a Senior Software Engineer at Google, and a highly visible participant of newsgroups, user groups, international conferences, and the Stack Overflow Q&A site. Jon spends much of his day coding in Java, but his heart belongs to C#.
Table of Contents
PART 1 PREPARING FOR THE JOURNEY
- The changing face of C# development
- Core foundations: building on C# 1
PART 2 C# 2: SOLVING THE ISSUES OF C# 1
- Parameterized typing with generics
- Saying nothing with nullable types
- Fast-tracked delegates
- Implementing iterators the easy way
- Concluding C# 2: the final features
PART 3 C# 3: REVOLUTIONIZING DATA ACCESS
- Cutting fluff with a smart compiler
- Lambda expressions and expression trees
- Extension methods
- Query expressions and LINQ to Objects
- LINQ beyond collections
PART 4 C# 4: PLAYING NICELY WITH OTHERS
- Minor changes to simplify code
- Dynamic binding in a static language
PART 5 C# 5: ASYNCHRONY MADE SIMPLE
- Asynchrony with async/await
- C# 5 bonus features and closing thoughts
- ISBN-10161729134X
- ISBN-13978-1617291340
- EditionThird
- PublisherManning Publications
- Publication dateOctober 8, 2013
- LanguageEnglish
- Dimensions7.38 x 1.22 x 9.25 inches
- Print length616 pages
Frequently purchased items with fast delivery
Editorial Reviews
About the Author
Jon Skeet is a Senior Software Engineer at Google, working in London. He has been involved in the C# community since 2002, initially in newsgroups, then through his blog, user groups, international conferences and the Stack Overflow Q&A site. Jon enjoys putting the language through its paces, finding new and interesting ways to use and abuse it.
Product details
- Publisher : Manning Publications; Third edition (October 8, 2013)
- Language : English
- Paperback : 616 pages
- ISBN-10 : 161729134X
- ISBN-13 : 978-1617291340
- Item Weight : 2.32 pounds
- Dimensions : 7.38 x 1.22 x 9.25 inches
- Best Sellers Rank: #530,994 in Books (See Top 100 in Books)
- #71 in C# Programming (Books)
- #79 in Microsoft C & C++ Windows Programming
- #370 in Computer Programming Languages
- Customer Reviews:
About the author

Discover more of the author’s books, see similar authors, read book recommendations and more.
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonCustomers say
Customers find the book provides excellent information for C# developers. They appreciate the clear and engaging writing style that makes it easy to read. The book is a valuable resource for sharpening programming skills and mindset.
AI-generated from the text of customer reviews
Select to learn more
Customers find the book helpful for C# developers. They say it provides excellent information for experienced programmers and is a must-read for sharpening programming skills. The first two chapters cover more useful information than Learning C# 5.0 and Deitel C#, making it one of the best advanced C# books available.
"...with his technical abilities to produce a pleasurable and informative read. Easily one of the best texts on the subject. Highly recommended." Read more
"...This book dives WAY deep into HOW things work and how to design your classes to really take advantage of concepts like iterators, nullable types,..." Read more
"A must read for C# developer. It goes from intermediate to advance level...." Read more
"The first 2 chapters cover more useful information than both the Learning C# 5.0 and Deitel C# books combined in their entirety...." Read more
Customers find the writing style clear and engaging. They say it's easy to read and apply to writing better C# code.
"...Mr. Skeet's humble and lucid writing style combines favorably with his technical abilities to produce a pleasurable and informative read...." Read more
"...He doesn't try to sound academic or overbearing. Reading his book is easy because it feels like it was written by a very knowledgeable peer...." Read more
"...provided in these pages and quickly find ways to apply it to writing better C# code." Read more
"This is one of the best technical books I've read in years. The writing is clear and engaging, while at the same time maintaining a high degree depth..." Read more
Top reviews from the United States
There was a problem filtering reviews. Please reload the page.
- Reviewed in the United States on October 24, 2013I'm afraid I have little to add to the insights of the other reviewers.
This book is for experienced developers who are looking for a deep dive into C#'s core mechanics. Being a relative newcomer to C# and the .NET universe, I was delighted by the evolutionary perspective used to illustrate the how and why of C#'s characteristics from its inception through its most recent iteration. The chapters flow and build upon each other naturally.
Something else cool is the PDF and e-reader formats are available from the publisher's website. I find it convenient to have my hard copy library near the computer and access my e-library from my tablet in bed at night.
Mr. Skeet's humble and lucid writing style combines favorably with his technical abilities to produce a pleasurable and informative read. Easily one of the best texts on the subject. Highly recommended.
- Reviewed in the United States on March 3, 2014Read this in the bookstore but I bought it online because the price was right. I've been a C# developer for last 10 years now but never had time to really learn all of the advance concepts. This book dives WAY deep into HOW things work and how to design your classes to really take advantage of concepts like iterators, nullable types, generics, delegates, LINQ, asynchronous programming concepts you name it. I also like that he shows the progression of these concepts as the .NET library and C# language mature in newer versions. At the time of this comment I've read half way through this book and I learned a lot! Highly recommend this book to C# developers who want to take their knowledge to pro status.
- Reviewed in the United States on September 27, 2014A must read for C# developer.
It goes from intermediate to advance level.
The book starts with C# 1 shows how C# 2 made life better and builds up to C# 3.
Then the book shines explaining Linq, Dynamic and Async internals. (C# 3, 4 and 5).
It's not about how to use them, it's about knowing how they work and why they were built this way.
Not to mention, the author shows you the common problems/pitfalls and some great advices.
Any serious C# developer should have it in the bookshelf.
Note: Not for the beginner, best used by intermediate aspiring to advance.
- Reviewed in the United States on August 10, 2016A book by Jon Skeet himself; what is there to say. Jon knows a lot and the amazing part about his talks and his book is that he will do his best to provide all of the background information on a certain topic, so that by the end there aren't a whole lot of questions left. At the same time, if Jon doesn't believe that he's the best expert on a subject, he'll make it clear and try to do his best. Overall, the book is very easy to read, as Jon is a down-to-earth sort of guy. He doesn't try to sound academic or overbearing. Reading his book is easy because it feels like it was written by a very knowledgeable peer. This book is worth every penny spent on it.
- Reviewed in the United States on December 10, 2014Great book... especially if you are borderline expert already ;)
- Reviewed in the United States on September 2, 2017The first 2 chapters cover more useful information than both the Learning C# 5.0 and Deitel C# books combined in their entirety. This guy is *very* verbose. If you dont mind reading a lot of text, this is the best C# book I have read, and I have read quite a few.
Highly recommended.
- Reviewed in the United States on May 22, 2014I am a recently converted ASP .NET developer with a background in PHP. After learning the basics of C# I knew I needed a resource to take my C# programming to the next level. This book has been that. The structure of the books leads the reader through general topics and scenarios a programmer will encounter while programming in C#. Skeet then provides the evolution of the solutions providing the context of challenges C# designers were attempting to overcome with each major release.
A good programmer will appreciate the historical context provided in these pages and quickly find ways to apply it to writing better C# code.
- Reviewed in the United States on January 2, 2015What I love about this book is that it not just teaches you entire toolset this language offers but the reasons behind the additions, modifications and transformations it goes trough in each version.
Not a beginners book though, it does not contain any of the basics you'll need to know if it's your first programming language. Recommended for people who actually want to become C# gurus.
Top reviews from other countries
- Matt AllenReviewed in Canada on December 21, 2018
5.0 out of 5 stars A good and handy reference book
It is a good reference book if you are a C# developer. Detailed explanations.
-
Hans-Juergen PhilippiReviewed in Germany on December 21, 2017
5.0 out of 5 stars Ehrfurcht angesichts derartiger Kompetenz
Ich habe dieses Buch schon einige Zeit im Regal stehen und jetzt noch einmal heraus gekramt, um die Details hinter asynchroner Programmierung (async/await) zu verstehen und das korrekt einsetzen zu können. Jon Skeet, der in der C# Entwicklerszene eine kleine Berühmtheit ist, enttäuscht einen nie, auch hier nicht. Der Mann hat ein derart umfassendes Wissen zu C# als Sprache und .NET als Framework, dass man sich nur ehrfürchtig verneigen kann. Zudem schafft er es, die zu vermittelnden Inhalte klug zu strukturieren, in gut lesbarer (englischer) Sprache zu präsentieren und immer wieder "Aha!" Erlebnisse zu produzieren. Er ist also auch als Didakt talentiert, und das gibt es in dieser Kombi nicht oft.
Ein allgemeiner Hinweis zu C# Büchern an sich: Ich arbeite seit vielen Jahren als Entwickler und habe zahlreiche Bücher zu dem Thema gelesen. Die mit Abstand besten Titel für Fortgeschrittene kommen immer wieder aus Amerika und liegen nur im englischen Original vor. Das liegt einerseits mit Sicherheit daran, dass die Autorenszene in USA buchstäblich näher dran ist am C# Entwicklerteam bei Microsoft. Sie haben oft persönliche Kontakte und dadurch auch weitreichende Einblicke und profundes Verständnis der Materie. Andererseits habe ich aber auch noch keinen deutschen Autor entdeckt, der die Dinge so knackig auf den Punkt beschreibt wie etwa Jon Skeet. Deutsche Bücher haben oft viel mehr Seiten, sagen aber am Ende weniger aus - weil die Inhalte gerne mit schon 1000-fach gelesenem Basiswissen und unbedeutendem Blabla gestreckt werden. Ein sichere Beherrschung der englischen Sprache ist also auch aus diesem Grund für Entwickler heute unumgänglich.
Fazit: ein großartiges Buch, im Grunde Pflichtkauf für jeden professionellen C# Entwickler. Ich freue mich schon auf die vierte, überarbeitete Auflage die 2018 erscheinen soll!
-
Albertazzi AngeloReviewed in Italy on April 23, 2017
5.0 out of 5 stars Se volete il dettaglio
Qui si entra nel dettaglio del linguaggio, alcune parti richiedono una "rilettura" per apprendere al meglio alcuni concetti fondamentali. Non vedo l'ora di leggere la prossima edizione in uscita.
-
Cliente AmazonReviewed in Spain on November 5, 2016
5.0 out of 5 stars Pieza fundamental
Me ayudó a superar las pruebas de acceso al trabajo en el que estoy ahora. Es necesario saber C# para entenderlo. No lo enseña desde 0.
- Alistair KReviewed in the United Kingdom on January 24, 2016
5.0 out of 5 stars Good Deep Dive
As the title suggests this is a book for experienced developers who want to really get under the hood of the C# language. Covering previous, versions of the language is good way to show how things have evolved (and is another reason why it's not the book for beginners).
The author's enthusiasm for the subject really shines through and with almost all code samples available for download, this book is best consumed as a hands-on experience. As i suspect is common for a lot of C# developers, i'll always have the feeling that Jon Skeet has probably forgotten more about C# than i've ever known!