C# 7 Quick Syntax Reference A Pocket Guide to the Language, APIs, and Library

This quick C# 7 guide is a condensed code and syntax reference to the C# programming language, updated with the latest features of C# 7.3 for .NET and Windows 10. It presents the essential C# 7 syntax in a well-organized format that can be used as a handy reference. In the C# 7 Quick Syntax Referenc...

Full description

Bibliographic Details
Main Author: Olsson, Mikael
Format: eBook
Language:English
Published: Berkeley, CA Apress 2018, 2018
Edition:2nd ed. 2018
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 03029nmm a2200325 u 4500
001 EB001846513
003 EBX01000000000000001011018
005 00000000000000.0
007 cr|||||||||||||||||||||
008 180901 ||| eng
020 |a 9781484238172 
100 1 |a Olsson, Mikael 
245 0 0 |a C# 7 Quick Syntax Reference  |h Elektronische Ressource  |b A Pocket Guide to the Language, APIs, and Library  |c by Mikael Olsson 
250 |a 2nd ed. 2018 
260 |a Berkeley, CA  |b Apress  |c 2018, 2018 
300 |a XVIII, 180 p. 1 illus  |b online resource 
505 0 |a 1. Hello World -- 2. Compile and Run -- 3. Variables -- 4. Operators -- 5. String -- 6. Arrays -- 7. Conditionals -- 8. Loops -- 9. Methods -- 10. Class -- 11. Inheritance -- 12. Redefining Members -- 13. Access Levels -- 14. Static -- 15. Properties -- 16. Indexers -- 17. Interface -- 18. Abstract -- 19. Namespaces -- 20. Enum -- 21. Exception Handling -- 22. Operator Overloading -- 23. Custom Conversions -- 24. Struct -- 25. Preprocessor -- 26. Delegates -- 27. Events -- 28. Generics -- 29. Constants -- 30. Asynchronous methods 
653 |a Compilers (Computer programs) 
653 |a Microsoft software 
653 |a Compilers and Interpreters 
653 |a Programming Techniques 
653 |a Microsoft 
653 |a Computer programming 
653 |a Microsoft .NET Framework 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-3817-2 
856 4 0 |u https://doi.org/10.1007/978-1-4842-3817-2?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.268 
520 |a This quick C# 7 guide is a condensed code and syntax reference to the C# programming language, updated with the latest features of C# 7.3 for .NET and Windows 10. It presents the essential C# 7 syntax in a well-organized format that can be used as a handy reference. 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. You will: 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