Book description
C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you’ll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 8.0 fundamentals and techniques for building cloud, web, and desktop applications.
Designed for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C#, such as generics, LINQ, and asynchronous programming features. You’ll get up to speed on .NET Core and the latest C# 8.0 additions, including asynchronous streams, nullable references, pattern matching, default interface implementation, ranges and new indexing syntax, and changes in the .NET tool chain.
- Discover how C# supports fundamental coding features, such as classes, other custom types, collections, and error handling
- Learn how to write high-performance memory-efficient code with .NET Core’s Span and Memory types
- Query and process diverse data sources, such as in-memory object models, databases, data streams, and XML documents with LINQ
- Use .NET’s multithreading features to exploit your computer’s parallel processing capabilities
- Learn how asynchronous language features can help improve application responsiveness and scalability
Publisher resources
Table of contents
- Preface
- 1. Introducing C#
- 2. Basic Coding in C#
- 3. Types
- 4. Generics
- 5. Collections
- 6. Inheritance
- 7. Object Lifetime
- 8. Exceptions
- 9. Delegates, Lambdas, and Events
- 10. LINQ
- 11. Reactive Extensions
- 12. Assemblies
- 13. Reflection
- 14. Attributes
- 15. Files and Streams
- 16. Multithreading
- 17. Asynchronous Language Features
- 18. Memory Efficiency
- Index
Product information
- Title: Programming C# 8.0
- Author(s):
- Release date: December 2019
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781492056812
You might also like
book
Programming C# 10
C# is undeniably one of the most versatile programming languages available to engineers today. With this …
book
Programming C# 12
C# is undeniably one of the most versatile programming languages available to engineers today. With this …
book
C# 8.0 in a Nutshell
When you have questions about C# 8.0 or .NET Core, this best-selling guide has the answers …
book
Clean Code in C#
Develop your programming skills by exploring essential topics such as code reviews, implementing TDD and BDD, …