C# 10 Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library
Autor Mikael Olssonen Limba Engleză Paperback – 5 feb 2022
You'll review the essential C# 10 and earlier syntax, not previously covered, in a well-organized format that can be used as a handy reference. Specifically, unions, generic attributes, CallerArgumentExpression, params span, Records, Init only setters, Top-level statements, Pattern matching enhancements, Native sized integers, Function pointers and more.
You'll 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 to the point and highly accessible.
The book is a must-have for any C# programmer.
What You Will Learn
- Employ nullable reference types
- Work with ranges and indices
- Apply recursive patterns to your applications
- Use switch expressions
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.
Preț: 154.58 lei
Preț vechi: 193.22 lei
-20% Nou
Puncte Express: 232
Preț estimativ în valută:
29.58€ • 30.70$ • 24.73£
29.58€ • 30.70$ • 24.73£
Carte disponibilă
Livrare economică 24 februarie-10 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484279809
ISBN-10: 1484279808
Pagini: 196
Ilustrații: XVIII, 196 p. 1 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.31 kg
Ediția:Fourth Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484279808
Pagini: 196
Ilustrații: XVIII, 196 p. 1 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.31 kg
Ediția:Fourth Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Hello World.- 2. Compile and Run.- 3. Variables.- 4. Operators.- 5. Strings.- 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. Interfaces.- 18. Abstract.- 19. Namespaces.- 20. Enum.- 21. Exception Handling.- 22. Operator Overloading.- 23. Custom Conversions.- 24. 25. Record.- Struct.- 26. Preprocessors.- 27. Delegates.- 28. Events.- 29. Generics.- 30. Constants.- 31. Asynchronous Methods.
Notă biografică
Mikael Olsson is a professional web entrepreneur, programmer, and author. He works for an R&D company in Finland, where he specializes in software development. In his spare time he writes books and creates websites that summarize various fields of interest. The books he writes are focused on teaching their subjects in the most efficient way possible, by explaining only what is relevant and practical without any unnecessary repetition or theory. The portal to his online businesses and other websites is siforia.com.
Textul de pe ultima copertă
Discover what's new in C# and .NET for Windows programming. This book is a condensed code and syntax reference to the C# programming language, updated with the latest features of version 10 for .NET 6.
You'll review the essential C# 10 and earlier syntax, not previously covered, in a well-organized format that can be used as a handy reference. Specifically, unions, generic attributes, CallerArgumentExpression, params span, Records, Init only setters, Top-level statements, Pattern matching enhancements, Native sized integers, Function pointers and more.
You'll 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 to the point and highly accessible.
The book is a must-have for any C# programmer.
You will:
- Employ nullable reference types
- Work with ranges and indices
- Apply recursive patterns to your applications
- Use switch expressions
Caracteristici
A concise reference to the C# 10 language syntax for the .NET framework 6 Covers new features like unions, generic attributes, CallerArgumentExpression, params span Short, simple, and focused code examples