Book description
C# in Depth, Fourth Edition is a revised edition of the bestseller written by C# legend Jon Skeet. This authoritative and engaging guide is your key to unlocking this powerful language, including the new features of C# 6 and 7. In it, Jon introduces expression-bodied members, interpolated strings, pattern matching, and more. Real-world examples drive it all home. By the end of this awesome book, you'll be writing C# code with skill, style, and confidence.
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Praise for the Third Edition
- Praise for the Second Edition
- Praise for the First Edition
- Foreword
- Preface
- Acknowledgments
- About this book
- About the author
- About the cover illustration
- Part 1. C# in context
-
Part 2. C# 2–5
- Chapter 2. C# 2
- Chapter 3. C# 3: LINQ and everything that comes with it
- Chapter 4. C# 4: Improving interoperability
-
Chapter 5. Writing asynchronous code
- 5.1. Introducing asynchronous functions
- 5.2. Thinking about asynchrony
- 5.3. Async method declarations
- 5.4. Await expressions
- 5.5. Wrapping of return values
- 5.6. Asynchronous method flow
- 5.7. Asynchronous anonymous functions
- 5.8. Custom task types in C# 7
- 5.9. Async main methods in C# 7.1
- 5.10. Usage tips
- Summary
- Chapter 6. Async implementation
- Chapter 7. C# 5 bonus features
- Part 3. C# 6
- Part 4. C# 7 and beyond
- Language features by version
- Index
- List of Figures
- List of Tables
- List of Listings
Product information
- Title: C# in Depth, Fourth Edition
- Author(s):
- Release date: April 2019
- Publisher(s): Manning Publications
- ISBN: 9781617294532
You might also like
book
Tidy First?
Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up …
book
Building Micro-Frontends
What's the answer to today's increasingly complex web applications? Micro-frontends. Inspired by the microservices model, this …
book
Modern Software Engineering: Doing What Works to Build Better Software Faster
Improve Your Creativity, Effectiveness, and Ultimately, Your Code In Modern Software Engineering, continuous delivery pioneer David …
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …