C# 10 Quick Syntax Reference : a Pocket Guide to the Language, APIs, and Library.
Published
Berkeley, CA : Apress L.P., 2022.
Status
Available Online
Description
Loading Description...
More Details
Format
Edition
4th ed.
Language
English
ISBN
9781484279816, 1484279816
UPC
10.1007/978-1-4842-7981-6.
Notes
Bibliography
Includes bibliographical references.
Description
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. 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.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition
Also in this Series
Checking series information...
Reviews from GoodReads
Loading GoodReads Reviews.
Citations
APA Citation, 7th Edition (style guide)
Olsson, M. (. p. (2022). C# 10 Quick Syntax Reference: a Pocket Guide to the Language, APIs, and Library (4th ed.). Apress L.P..
Chicago / Turabian - Author Date Citation, 17th Edition (style guide)Olsson, Mikael (Web programmer). 2022. C# 10 Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library. Berkeley, CA: Apress L.P.
Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)Olsson, Mikael (Web programmer). C# 10 Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library Berkeley, CA: Apress L.P, 2022.
Harvard Citation (style guide)Olsson, M. (. p. (2022). C# 10 quick syntax reference: a pocket guide to the language, apis, and library. 4th ed. Berkeley, CA: Apress L.P.
MLA Citation, 9th Edition (style guide)Olsson, Mikael (Web programmer). C# 10 Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library 4th ed., Apress L.P., 2022.
Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.
Staff View
Grouped Work ID
1333f8c9-9912-4d5d-c6fc-c4301d9ac47d-eng
Grouping Information
Grouped Work ID | 1333f8c9-9912-4d5d-c6fc-c4301d9ac47d-eng |
---|---|
Full title | c 10 quick syntax reference a pocket guide to the language apis and library |
Author | olsson mikael |
Grouping Category | book |
Last Update | 2025-01-24 12:33:29PM |
Last Indexed | 2025-02-07 03:03:01AM |
Book Cover Information
Image Source | contentCafe |
---|---|
First Loaded | Jul 9, 2024 |
Last Used | Jan 22, 2025 |
Marc Record
First Detected | Mar 14, 2023 08:40:12 AM |
---|---|
Last File Modification Time | Dec 17, 2024 08:18:26 AM |
Suppressed | Record had no items |
MARC Record
LEADER | 04343cam a22006257a 4500 | ||
---|---|---|---|
001 | on1296431503 | ||
003 | OCoLC | ||
005 | 20241217081739.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 220212s2022 cau of 000 0 eng d | ||
019 | |a 1308506600|a 1330552756|a 1341685195|a 1346260283 | ||
020 | |a 9781484279816 | ||
020 | |a 1484279816 | ||
024 | 7 | |a 10.1007/978-1-4842-7981-6.|2 doi | |
035 | |a (OCoLC)1296431503|z (OCoLC)1308506600|z (OCoLC)1330552756|z (OCoLC)1341685195|z (OCoLC)1346260283 | ||
037 | |a 9781484279816|b O'Reilly Media | ||
040 | |a EBLCP|b eng|e pn|c EBLCP|d ORMDA|d OCLCO|d OCLCF|d OCLCQ|d N$T|d UKAHL|d OCLCQ|d VLB|d LIP|d JF0|d K6U|d OCLCO|d OCLCL | ||
049 | |a MAIN | ||
050 | 4 | |a QA76.76.M52|b O57 2022eb | |
072 | 7 | |a UMP.|2 bicssc | |
072 | 7 | |a COM051380.|2 bisacsh | |
072 | 7 | |a UMP.|2 thema | |
082 | 0 | 4 | |a 005.13/3|2 23/eng/20221004 |
100 | 1 | |a Olsson, Mikael|c (Web programmer),|e author.|1 https://id.oclc.org/worldcat/entity/E39PCjvPTcFxYvHq9gPjTBWXbd | |
245 | 1 | 0 | |a C# 10 Quick Syntax Reference :|b a Pocket Guide to the Language, APIs, and Library. |
250 | |a 4th ed. | ||
264 | 1 | |a Berkeley, CA :|b Apress L.P.,|c 2022. | |
264 | 4 | |c ©2022 | |
300 | |a 1 online resource (xviii, 197 pages) | ||
336 | |a text|b txt|2 rdacontent | ||
337 | |a computer|b c|2 rdamedia | ||
338 | |a online resource|b cr|2 rdacarrier | ||
347 | |a text file|b PDF|2 rda | ||
490 | 0 | |a ITpro collection | |
504 | |a Includes bibliographical references. | ||
505 | 0 | |a 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. | |
520 | |a 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. 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. | ||
588 | 0 | |a Print version record. | |
590 | |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition | ||
650 | 0 | |a C (Computer program language)|v Handbooks, manuals, etc. | |
650 | 0 | |a Internet programming|v Handbooks, manuals, etc. | |
650 | 0 | |a Computer programming.|9 52261 | |
655 | 7 | |a handbooks.|2 aat | |
655 | 7 | |a Handbooks and manuals|2 fast|9 404624 | |
655 | 7 | |a Handbooks and manuals.|2 lcgft|9 404624 | |
655 | 7 | |a Guides et manuels.|2 rvmgf | |
773 | 0 | |t Springer Nature eBook | |
776 | 0 | 8 | |i Print version:|a Olsson, Mikael.|t C# 10 Quick Syntax Reference.|d Berkeley, CA : Apress L.P., ©2022|z 9781484279809 |
856 | 4 | 0 | |u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781484279816/?ar|x O'Reilly|z eBook |
938 | |a Askews and Holts Library Services|b ASKH|n AH39826862 | ||
938 | |a ProQuest Ebook Central|b EBLB|n EBL6882559 | ||
938 | |a EBSCOhost|b EBSC|n 3170627 | ||
994 | |a 92|b VIA | ||
999 | |c 282107|d 282107 |