C# in Depth

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

C# is an amazing language that's up to any challenge you can throw at it. As a C# developer, you also need to be up to the task. C# in Depth, Fourth Edition is the key to unlocking the powerful new features added to the language in C# 5, 6, and 7. Following the expert guidance of C# legend Jon Skeet, readers will master asynchronous functions, expression-bodied members, interpolated strings, tuples, and much more. Key features • Expert guidance • Hands-on examples • Step-by-step guide Audience If you're a C# developer who's comfortable working with the language and wants to really dig in deep, then this book is for you. About the technology .NET developers, will use C# whether they are building an advanced enterprise application or just pushing out a quick ASP.NET app. C# 5, 6 and 7 have added a host of new features to help users write better code with tuples, string interpolation, pattern matching, and more.

Author(s): Jon Skeet
Edition: 4
Publisher: Manning Publications
Year: 2019

Language: English
Commentary: True PDF
Pages: 528
City: Shelter Island, NY
Tags: Pattern Recognition; C#; .NET; Asynchronous Programming; Programming Style

PART 1. C# IN CONTEXT
Chapter 1. Survival Of The Sharpest

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
Chapter 6. Async Implementation
Chapter 7. C# 5 Bonus Features

PART 3. C# 6
Chapter 8. Super-Sleek Properties And Expression-Bodied Members
Chapter 9. Stringy Features
Chapter 10. A Sm?rg?sbord Of Features For Concise Code

PART 4. C# 7 AND BEYOND
Chapter 11. Composition Using Tuples
Chapter 12. Deconstruction And Pattern Matching
Chapter 13. Improving Efficiency With More Pass By Reference
Chapter 14. Concise Code In C# 7
Chapter 15. C# 8 And Beyond