Book description
After a dozen years of incremental changes, C# has become one of the most versatile programming languages available. With this comprehensive guide, you’ll learn just how powerful the combination of C# 5.0 and .NET 4.5 can be. Author Ian Griffiths guides you through C# 5.0 fundamentals and teaches you techniques for building web and desktop applications, including Windows 8-style apps.
Completely rewritten for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C# code, such as generics, dynamic typing, and the new asynchronous programming features. You’ll also get up to speed on XAML, ASP.NET, LINQ, and other .NET tools.
- Discover how C# supports fundamental coding features such as classes, other custom types, collections, and error handling
- Understand the differences between dynamic and static typing in C#
- Query and process diverse data sources such as in-memory object models, databases, and XML documents with LINQ
- Use .NET’s multithreading features to exploit your computer’s parallel processing capabilities
- Learn how the new asynchronous language features can help improve application responsiveness and scalability
- Use XAML to create Windows 8-style, phone, and classic desktop applications
Table of contents
- Programming C# 5.0
- Dedication
- A Note Regarding Supplemental Files
- 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. Dynamic Typing
- 15. Attributes
- 16. Files and Streams
- 17. Multithreading
- 18. Asynchronous Language Features
- 19. XAML
- 20. ASP.NET
- 21. Interoperability
- Index
- About the Author
- Colophon
- Copyright
Product information
- Title: Programming C# 5.0
- Author(s):
- Release date: October 2012
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449320416
You might also like
book
Nim in Action
Summary Nim is a multi-paradigm language that offers powerful customization options with the ability to compile …
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …
book
Data Mesh
We're at an inflection point in data, where our data management solutions no longer match the …
book
C# in Depth, Fourth Edition
C# in Depth, Fourth Edition is a revised edition of the bestseller written by C# legend …