Buch, Englisch, 180 Seiten, Book, Format (B × H): 156 mm x 233 mm, Gewicht: 326 g
A Pocket Guide to the Language, APIs, and Library
Buch, Englisch, 180 Seiten, Book, Format (B × H): 156 mm x 233 mm, Gewicht: 326 g
ISBN: 978-1-4842-3816-5
Verlag: APress
In the C# 7 Quick Syntax Reference, you will find a concise reference to the C# language syntax: short, simple, and focused code examples; a well laid out table of contents; and a comprehensive index allowing easy review. You won’t find any technical jargon, bloated samples, drawn-out history lessons, or witty stories. What you will find is a language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any C# programmer.
What You Will Learn - Discover what's new in C# 7.3 and.NET for Windows 10 programming, including out values, ref locals and returns, local functions, throw exceptions, and numeric literals
- Create lightweight, unnamed types that contain multiple public fields
- Create branching logic based on arbitrary types and values of the members of those types
- Nest functions inside other functions to limit their scope and visibility
- Throw expressions in code constructs that previously were not allowed
- Declare methods with the async modifier to return other types in addition to Task
- Use the new numeric literals found in C# 7.3 to improve readability for numeric constants
Who This Book Is For
Those with some experience in programming, looking for a quick, handy reference. Some C# or.NET recommended but not necessary.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmierung: Methoden und Allgemeines
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Microsoft Programmierung
Weitere Infos & Material
1. Hello World2. Compile and Run3. Variables4. Operators5. String6. Arrays7. Conditionals8. Loops9. Methods10. Class11. Inheritance12. Redefining Members13. Access Levels14. Static15. Properties16. Indexers17. Interface18. Abstract19. Namespaces20. Enum21. Exception Handling22. Operator Overloading23. Custom Conversions24. Struct25. Preprocessor26. Delegates27. Events28. Generics29. Constants30. Asynchronous methods