C# 5.0 in a Nutshell, 5th Edition
Год: 2012 (June)
Автор: Joseph Albahari, Ben Albahari
Издательство: O'Reilly Media
ISBN: print 978-1-4493-2010-2; ebook 978-1-4493-2009-6
Язык: Английский
Формат: PDF/EPUB
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 1062
Описание: When you have a question about C# 5.0 or the .NET CLR, this bestselling guide has precisely the answers you need. Uniquely organized around concepts and use cases, this updated fifth edition features a reorganized section on concurrency, threading, and parallel programming—including in-depth coverage of C# 5.0’s new asynchronous functions.
Shaped by more than 20 expert reviewers, including Microsoft’s Eric Lippert, Stephen Toub, Chris Burrows, and Jon Skeet, this book has all you need to stay on track with C# 5.0. It’s widely known as the definitive reference on the language.
• Get up to speed on C# language basics, including syntax, types, and variables
• Explore advanced topics such as unsafe code and type variance
• Dig deep into LINQ via three chapters dedicated to the topic
• Learn about code contracts, dynamic programming, and parallel programming
• Work with .NET features, including reflection, assemblies, memory management, security, I/O, XML, collections, networking, and native interoperability
Оглавление
Chapter 1. Introducing C# and the .NET Framework
Chapter 2. C# Language Basics
Chapter 3. Creating Types in C#
Chapter 4. Advanced C#
Chapter 5. Framework Overview
Chapter 6. Framework Fundamentals
Chapter 7. Collections
Chapter 8. LINQ Queries
Chapter 9. LINQ Operators
Chapter 10. LINQ to XML
Chapter 11. Other XML Technologies
Chapter 12. Disposal and Garbage Collection
Chapter 13. Diagnostics and Code Contracts
Chapter 14. Concurrency & Asynchrony
Chapter 15. Streams and I/O
Chapter 16. Networking
Chapter 17. Serialization
Chapter 18. Assemblies
Chapter 19. Reflection and Metadata
Chapter 20. Dynamic Programming
Chapter 21. Security
Chapter 22. Advanced Threading
Chapter 23. Parallel Programming
Chapter 24. Application Domains
Chapter 25. Native and COM Interoperability
Chapter 26. Regular Expressions