C# 4.0 The Complete Reference
Autor Herbert Schildten Limba Engleză Paperback – 16 iun 2010
The Definitive Guide to C#
“From using LINQ to covariance and from string formatting to optional arguments, Herb’s update covers all you need to know about using real-world C# 4.0.” ─Michael Howard, Microsoft Corporation Bestselling author Herb Schildt has updated and expanded his classic programming reference to cover C# 4.0--the latest release of this powerful, feature-rich language. Using carefully crafted explanations, insider tips, and hundreds of examples, C# 4.0: The Complete Reference offers in-depth details on all aspects of C#, including keywords, syntax, and core libraries. New C# 4.0 features, such as named and optional arguments, the dynamic type, expanded covariance and contravariance capabilities, and support for parallel programming with the Task Parallel Library (TPL) and PLINQ are also discussed.Perfect for beginners and professional C# programmers alike, this expert resource is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Begin mastering C# 4.0 today with help from this authoritative volume!
Coverage includes:
- Data types and operators
- Control statements
- Classes and objects
- Constructors, destructors, and methods
- Interfaces, arrays, enumerations, and structures
- Method and operator overloading
- Inheritance and virtual methods
- Reflection and runtime type ID
- Exception handling
- Delegates, properties, events, and indexers
- Attributes
- Multithreading and the Task Parallel Library
- Generics
- LINQ and PLINQ
- Lambda expressions
- Anonymous types
- Extension methods
- Named and optional arguments
- Implicitly typed variables
- I/O, networking, and collections
- The preprocessor and much, much more
Preț: 328.91 lei
Preț vechi: 446.83 lei
-26% Nou
Puncte Express: 493
Preț estimativ în valută:
62.95€ • 65.39$ • 52.29£
62.95€ • 65.39$ • 52.29£
Carte tipărită la comandă
Livrare economică 31 ianuarie-11 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780071741163
ISBN-10: 007174116X
Pagini: 976
Ilustrații: Illustrations
Dimensiuni: 188 x 236 x 46 mm
Greutate: 1.52 kg
Editura: McGraw Hill Education
Colecția McGraw-Hill
Locul publicării:United States
ISBN-10: 007174116X
Pagini: 976
Ilustrații: Illustrations
Dimensiuni: 188 x 236 x 46 mm
Greutate: 1.52 kg
Editura: McGraw Hill Education
Colecția McGraw-Hill
Locul publicării:United States
Cuprins
Part I: The C# Language; Chapter 1. The Creation of C#; Chapter 2. An Overview of C#; Chapter 3. Data Types, Literals, and Variables; Chapter 4. Operators; Chapter 5. Program Control Statements; Chapter 6. Introducing Classes and Objects; Chapter 7. Arrays and Strings; Chapter 8. A Closer Look at Methods and Classes; Chapter 9. Operator Overloading; Chapter 10. Indexers and Properties; Chapter 11. Inheritance; Chapter 12. Interfaces, Structures, and Enumerations; Chapter 13. Exception Handling; Chapter 14. Using I/O; Chapter 15. Delegates, Events and Lambda Expressions; Chapter 16. Namespaces, the Preprocessor, and Assemblies; Chapter 17. Runtime Type ID, Reflection, and Attributes; Chapter 18. Generics; Chapter 19. LINQ; Chapter 20: Unsafe code, Pointers, Nullable Types, Dynamic Types, and Miscellaneous Topics; Part II: Exploring the C# Library; Chapter 21. Exploring the System Namespace; Chapter 22. Strings and Formatting; Chapter 23. Multithreaded Programming, Part One; Chapter 24. Multithreading Part Two: Exploring the Task Parallel Library and PLINQ; Chapter 25. Collections, Enumerators, and Iterators; Chapter 26. Networking Through the Internet Using System.Net; Appendix A. Documentation Comment Quick Reference; Index