C# 12 pocket reference: instant help for C# 12 programmers
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Beijing
O'Reilly
[2024]
|
Schlagworte: | |
Online-Zugang: | FHD01 |
Beschreibung: | 1 Online-Ressource (iv, 278 Seiten) |
ISBN: | 9781098147501 |
Internformat
MARC
LEADER | 00000nmm a2200000 c 4500 | ||
---|---|---|---|
001 | BV049521189 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | cr|uuu---uuuuu | ||
008 | 240129s2024 |||| o||u| ||||||eng d | ||
020 | |a 9781098147501 |9 978-1-098-14750-1 | ||
035 | |a (OCoLC)1422408337 | ||
035 | |a (DE-599)BVBBV049521189 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-1050 | ||
100 | 1 | |a Albahari, Joseph |e Verfasser |0 (DE-588)1082154482 |4 aut | |
245 | 1 | 0 | |a C# 12 pocket reference |b instant help for C# 12 programmers |c Joseph Albahari and Ben Albahari |
264 | 1 | |a Beijing |b O'Reilly |c [2024] | |
300 | |a 1 Online-Ressource (iv, 278 Seiten) | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
505 | 8 | |a Cover -- Copyright -- Table of Contents -- C# 12 Pocket Reference -- A First C# Program -- Compilation -- Syntax -- Identifiers and Keywords -- Literals, Punctuators, and Operators -- Comments -- Type Basics -- Predefined Type Examples -- Custom Type Examples -- Types and Conversions -- Value Types Versus Reference Types -- Predefined Type Taxonomy -- Numeric Types -- Numeric Literals -- Numeric Conversions -- Arithmetic Operators -- Increment and Decrement Operators -- Specialized Integral Operations -- 8- and 16-Bit Integral Types -- Special Float and Double Values -- double Versus decimal | |
505 | 8 | |a Real Number Rounding Errors -- Boolean Type and Operators -- Equality and Comparison Operators -- Conditional Operators -- Strings and Characters -- String Type -- UTF-8 Strings -- Arrays -- Default Element Initialization -- Indices and Ranges -- Multidimensional Arrays -- Simplified Array Initialization Expressions -- Variables and Parameters -- The Stack and the Heap -- Definite Assignment -- Default Values -- Parameters -- var-Implicitly Typed Local Variables -- Target-Typed new Expressions -- Expressions and Operators -- Assignment Expressions -- Operator Precedence and Associativity | |
505 | 8 | |a Operator Table -- Null Operators -- Null-Coalescing Operator -- Null-Coalescing Assignment Operator -- Null-Conditional Operator -- Statements -- Declaration Statements -- Expression Statements -- Selection Statements -- Iteration Statements -- Jump Statements -- Namespaces -- File-Scoped Namespaces -- The using Directive -- The global using Directive -- using static -- Rules Within a Namespace -- Aliasing Types and Namespaces -- Classes -- Fields -- Constants -- Methods -- Instance Constructors -- Deconstructors -- Object Initializers -- The this Reference -- Properties -- Indexers | |
505 | 8 | |a Primary Constructors (C# 12) -- Static Constructors -- Static Classes -- Finalizers -- Partial Types and Methods -- The nameof Operator -- Inheritance -- Polymorphism -- Casting and Reference Conversions -- Virtual Function Members -- Abstract Classes and Abstract Members -- Hiding Inherited Members -- Sealing Functions and Classes -- The base Keyword -- Constructors and Inheritance -- Overloading and Resolution -- The object Type -- Boxing and Unboxing -- Static and Runtime Type Checking -- The GetType Method and typeof Operator -- Object Member Listing | |
505 | 8 | |a Equals, ReferenceEquals, and GetHashCode -- The ToString Method -- Structs -- Struct Construction Semantics -- readonly Structs and Functions -- Access Modifiers -- Friend Assemblies -- Accessibility Capping -- Interfaces -- Extending an Interface -- Explicit Interface Implementation -- Implementing Interface Members Virtually -- Reimplementing an Interface in a Subclass -- Default Interface Members -- Static Interface Members -- Enums -- Enum Conversions -- Flags Enums -- Enum Operators -- Nested Types -- Generics -- Generic Types -- Generic Methods -- Declaring Type Parameters | |
650 | 4 | |a C (Computer program language) | |
650 | 4 | |a C (Langage de programmation) | |
700 | 1 | |a Albahari, Ben |e Verfasser |0 (DE-588)1112561625 |4 aut | |
776 | 0 | 8 | |i Erscheint auch als |n Druck-Ausgabe |z 978-1-098-14754-9 |
912 | |a ZDB-30-PQE | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-034867031 | ||
966 | e | |u https://ebookcentral.proquest.com/lib/th-deggendorf/detail.action?docID=30828784 |l FHD01 |p ZDB-30-PQE |q FHD01_PQE_Kauf |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1804186343179288576 |
---|---|
adam_txt | |
any_adam_object | |
any_adam_object_boolean | |
author | Albahari, Joseph Albahari, Ben |
author_GND | (DE-588)1082154482 (DE-588)1112561625 |
author_facet | Albahari, Joseph Albahari, Ben |
author_role | aut aut |
author_sort | Albahari, Joseph |
author_variant | j a ja b a ba |
building | Verbundindex |
bvnumber | BV049521189 |
collection | ZDB-30-PQE |
contents | Cover -- Copyright -- Table of Contents -- C# 12 Pocket Reference -- A First C# Program -- Compilation -- Syntax -- Identifiers and Keywords -- Literals, Punctuators, and Operators -- Comments -- Type Basics -- Predefined Type Examples -- Custom Type Examples -- Types and Conversions -- Value Types Versus Reference Types -- Predefined Type Taxonomy -- Numeric Types -- Numeric Literals -- Numeric Conversions -- Arithmetic Operators -- Increment and Decrement Operators -- Specialized Integral Operations -- 8- and 16-Bit Integral Types -- Special Float and Double Values -- double Versus decimal Real Number Rounding Errors -- Boolean Type and Operators -- Equality and Comparison Operators -- Conditional Operators -- Strings and Characters -- String Type -- UTF-8 Strings -- Arrays -- Default Element Initialization -- Indices and Ranges -- Multidimensional Arrays -- Simplified Array Initialization Expressions -- Variables and Parameters -- The Stack and the Heap -- Definite Assignment -- Default Values -- Parameters -- var-Implicitly Typed Local Variables -- Target-Typed new Expressions -- Expressions and Operators -- Assignment Expressions -- Operator Precedence and Associativity Operator Table -- Null Operators -- Null-Coalescing Operator -- Null-Coalescing Assignment Operator -- Null-Conditional Operator -- Statements -- Declaration Statements -- Expression Statements -- Selection Statements -- Iteration Statements -- Jump Statements -- Namespaces -- File-Scoped Namespaces -- The using Directive -- The global using Directive -- using static -- Rules Within a Namespace -- Aliasing Types and Namespaces -- Classes -- Fields -- Constants -- Methods -- Instance Constructors -- Deconstructors -- Object Initializers -- The this Reference -- Properties -- Indexers Primary Constructors (C# 12) -- Static Constructors -- Static Classes -- Finalizers -- Partial Types and Methods -- The nameof Operator -- Inheritance -- Polymorphism -- Casting and Reference Conversions -- Virtual Function Members -- Abstract Classes and Abstract Members -- Hiding Inherited Members -- Sealing Functions and Classes -- The base Keyword -- Constructors and Inheritance -- Overloading and Resolution -- The object Type -- Boxing and Unboxing -- Static and Runtime Type Checking -- The GetType Method and typeof Operator -- Object Member Listing Equals, ReferenceEquals, and GetHashCode -- The ToString Method -- Structs -- Struct Construction Semantics -- readonly Structs and Functions -- Access Modifiers -- Friend Assemblies -- Accessibility Capping -- Interfaces -- Extending an Interface -- Explicit Interface Implementation -- Implementing Interface Members Virtually -- Reimplementing an Interface in a Subclass -- Default Interface Members -- Static Interface Members -- Enums -- Enum Conversions -- Flags Enums -- Enum Operators -- Nested Types -- Generics -- Generic Types -- Generic Methods -- Declaring Type Parameters |
ctrlnum | (OCoLC)1422408337 (DE-599)BVBBV049521189 |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>04211nmm a2200385 c 4500</leader><controlfield tag="001">BV049521189</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">240129s2024 |||| o||u| ||||||eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781098147501</subfield><subfield code="9">978-1-098-14750-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1422408337</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV049521189</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1050</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Albahari, Joseph</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1082154482</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">C# 12 pocket reference</subfield><subfield code="b">instant help for C# 12 programmers</subfield><subfield code="c">Joseph Albahari and Ben Albahari</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">[2024]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (iv, 278 Seiten)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Cover -- Copyright -- Table of Contents -- C# 12 Pocket Reference -- A First C# Program -- Compilation -- Syntax -- Identifiers and Keywords -- Literals, Punctuators, and Operators -- Comments -- Type Basics -- Predefined Type Examples -- Custom Type Examples -- Types and Conversions -- Value Types Versus Reference Types -- Predefined Type Taxonomy -- Numeric Types -- Numeric Literals -- Numeric Conversions -- Arithmetic Operators -- Increment and Decrement Operators -- Specialized Integral Operations -- 8- and 16-Bit Integral Types -- Special Float and Double Values -- double Versus decimal</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Real Number Rounding Errors -- Boolean Type and Operators -- Equality and Comparison Operators -- Conditional Operators -- Strings and Characters -- String Type -- UTF-8 Strings -- Arrays -- Default Element Initialization -- Indices and Ranges -- Multidimensional Arrays -- Simplified Array Initialization Expressions -- Variables and Parameters -- The Stack and the Heap -- Definite Assignment -- Default Values -- Parameters -- var-Implicitly Typed Local Variables -- Target-Typed new Expressions -- Expressions and Operators -- Assignment Expressions -- Operator Precedence and Associativity</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Operator Table -- Null Operators -- Null-Coalescing Operator -- Null-Coalescing Assignment Operator -- Null-Conditional Operator -- Statements -- Declaration Statements -- Expression Statements -- Selection Statements -- Iteration Statements -- Jump Statements -- Namespaces -- File-Scoped Namespaces -- The using Directive -- The global using Directive -- using static -- Rules Within a Namespace -- Aliasing Types and Namespaces -- Classes -- Fields -- Constants -- Methods -- Instance Constructors -- Deconstructors -- Object Initializers -- The this Reference -- Properties -- Indexers</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Primary Constructors (C# 12) -- Static Constructors -- Static Classes -- Finalizers -- Partial Types and Methods -- The nameof Operator -- Inheritance -- Polymorphism -- Casting and Reference Conversions -- Virtual Function Members -- Abstract Classes and Abstract Members -- Hiding Inherited Members -- Sealing Functions and Classes -- The base Keyword -- Constructors and Inheritance -- Overloading and Resolution -- The object Type -- Boxing and Unboxing -- Static and Runtime Type Checking -- The GetType Method and typeof Operator -- Object Member Listing</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Equals, ReferenceEquals, and GetHashCode -- The ToString Method -- Structs -- Struct Construction Semantics -- readonly Structs and Functions -- Access Modifiers -- Friend Assemblies -- Accessibility Capping -- Interfaces -- Extending an Interface -- Explicit Interface Implementation -- Implementing Interface Members Virtually -- Reimplementing an Interface in a Subclass -- Default Interface Members -- Static Interface Members -- Enums -- Enum Conversions -- Flags Enums -- Enum Operators -- Nested Types -- Generics -- Generic Types -- Generic Methods -- Declaring Type Parameters</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">C (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">C (Langage de programmation)</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Albahari, Ben</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1112561625</subfield><subfield code="4">aut</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Druck-Ausgabe</subfield><subfield code="z">978-1-098-14754-9</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-PQE</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-034867031</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://ebookcentral.proquest.com/lib/th-deggendorf/detail.action?docID=30828784</subfield><subfield code="l">FHD01</subfield><subfield code="p">ZDB-30-PQE</subfield><subfield code="q">FHD01_PQE_Kauf</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV049521189 |
illustrated | Not Illustrated |
index_date | 2024-07-03T23:25:01Z |
indexdate | 2024-07-10T10:09:37Z |
institution | BVB |
isbn | 9781098147501 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-034867031 |
oclc_num | 1422408337 |
open_access_boolean | |
owner | DE-1050 |
owner_facet | DE-1050 |
physical | 1 Online-Ressource (iv, 278 Seiten) |
psigel | ZDB-30-PQE ZDB-30-PQE FHD01_PQE_Kauf |
publishDate | 2024 |
publishDateSearch | 2024 |
publishDateSort | 2024 |
publisher | O'Reilly |
record_format | marc |
spelling | Albahari, Joseph Verfasser (DE-588)1082154482 aut C# 12 pocket reference instant help for C# 12 programmers Joseph Albahari and Ben Albahari Beijing O'Reilly [2024] 1 Online-Ressource (iv, 278 Seiten) txt rdacontent c rdamedia cr rdacarrier Cover -- Copyright -- Table of Contents -- C# 12 Pocket Reference -- A First C# Program -- Compilation -- Syntax -- Identifiers and Keywords -- Literals, Punctuators, and Operators -- Comments -- Type Basics -- Predefined Type Examples -- Custom Type Examples -- Types and Conversions -- Value Types Versus Reference Types -- Predefined Type Taxonomy -- Numeric Types -- Numeric Literals -- Numeric Conversions -- Arithmetic Operators -- Increment and Decrement Operators -- Specialized Integral Operations -- 8- and 16-Bit Integral Types -- Special Float and Double Values -- double Versus decimal Real Number Rounding Errors -- Boolean Type and Operators -- Equality and Comparison Operators -- Conditional Operators -- Strings and Characters -- String Type -- UTF-8 Strings -- Arrays -- Default Element Initialization -- Indices and Ranges -- Multidimensional Arrays -- Simplified Array Initialization Expressions -- Variables and Parameters -- The Stack and the Heap -- Definite Assignment -- Default Values -- Parameters -- var-Implicitly Typed Local Variables -- Target-Typed new Expressions -- Expressions and Operators -- Assignment Expressions -- Operator Precedence and Associativity Operator Table -- Null Operators -- Null-Coalescing Operator -- Null-Coalescing Assignment Operator -- Null-Conditional Operator -- Statements -- Declaration Statements -- Expression Statements -- Selection Statements -- Iteration Statements -- Jump Statements -- Namespaces -- File-Scoped Namespaces -- The using Directive -- The global using Directive -- using static -- Rules Within a Namespace -- Aliasing Types and Namespaces -- Classes -- Fields -- Constants -- Methods -- Instance Constructors -- Deconstructors -- Object Initializers -- The this Reference -- Properties -- Indexers Primary Constructors (C# 12) -- Static Constructors -- Static Classes -- Finalizers -- Partial Types and Methods -- The nameof Operator -- Inheritance -- Polymorphism -- Casting and Reference Conversions -- Virtual Function Members -- Abstract Classes and Abstract Members -- Hiding Inherited Members -- Sealing Functions and Classes -- The base Keyword -- Constructors and Inheritance -- Overloading and Resolution -- The object Type -- Boxing and Unboxing -- Static and Runtime Type Checking -- The GetType Method and typeof Operator -- Object Member Listing Equals, ReferenceEquals, and GetHashCode -- The ToString Method -- Structs -- Struct Construction Semantics -- readonly Structs and Functions -- Access Modifiers -- Friend Assemblies -- Accessibility Capping -- Interfaces -- Extending an Interface -- Explicit Interface Implementation -- Implementing Interface Members Virtually -- Reimplementing an Interface in a Subclass -- Default Interface Members -- Static Interface Members -- Enums -- Enum Conversions -- Flags Enums -- Enum Operators -- Nested Types -- Generics -- Generic Types -- Generic Methods -- Declaring Type Parameters C (Computer program language) C (Langage de programmation) Albahari, Ben Verfasser (DE-588)1112561625 aut Erscheint auch als Druck-Ausgabe 978-1-098-14754-9 |
spellingShingle | Albahari, Joseph Albahari, Ben C# 12 pocket reference instant help for C# 12 programmers Cover -- Copyright -- Table of Contents -- C# 12 Pocket Reference -- A First C# Program -- Compilation -- Syntax -- Identifiers and Keywords -- Literals, Punctuators, and Operators -- Comments -- Type Basics -- Predefined Type Examples -- Custom Type Examples -- Types and Conversions -- Value Types Versus Reference Types -- Predefined Type Taxonomy -- Numeric Types -- Numeric Literals -- Numeric Conversions -- Arithmetic Operators -- Increment and Decrement Operators -- Specialized Integral Operations -- 8- and 16-Bit Integral Types -- Special Float and Double Values -- double Versus decimal Real Number Rounding Errors -- Boolean Type and Operators -- Equality and Comparison Operators -- Conditional Operators -- Strings and Characters -- String Type -- UTF-8 Strings -- Arrays -- Default Element Initialization -- Indices and Ranges -- Multidimensional Arrays -- Simplified Array Initialization Expressions -- Variables and Parameters -- The Stack and the Heap -- Definite Assignment -- Default Values -- Parameters -- var-Implicitly Typed Local Variables -- Target-Typed new Expressions -- Expressions and Operators -- Assignment Expressions -- Operator Precedence and Associativity Operator Table -- Null Operators -- Null-Coalescing Operator -- Null-Coalescing Assignment Operator -- Null-Conditional Operator -- Statements -- Declaration Statements -- Expression Statements -- Selection Statements -- Iteration Statements -- Jump Statements -- Namespaces -- File-Scoped Namespaces -- The using Directive -- The global using Directive -- using static -- Rules Within a Namespace -- Aliasing Types and Namespaces -- Classes -- Fields -- Constants -- Methods -- Instance Constructors -- Deconstructors -- Object Initializers -- The this Reference -- Properties -- Indexers Primary Constructors (C# 12) -- Static Constructors -- Static Classes -- Finalizers -- Partial Types and Methods -- The nameof Operator -- Inheritance -- Polymorphism -- Casting and Reference Conversions -- Virtual Function Members -- Abstract Classes and Abstract Members -- Hiding Inherited Members -- Sealing Functions and Classes -- The base Keyword -- Constructors and Inheritance -- Overloading and Resolution -- The object Type -- Boxing and Unboxing -- Static and Runtime Type Checking -- The GetType Method and typeof Operator -- Object Member Listing Equals, ReferenceEquals, and GetHashCode -- The ToString Method -- Structs -- Struct Construction Semantics -- readonly Structs and Functions -- Access Modifiers -- Friend Assemblies -- Accessibility Capping -- Interfaces -- Extending an Interface -- Explicit Interface Implementation -- Implementing Interface Members Virtually -- Reimplementing an Interface in a Subclass -- Default Interface Members -- Static Interface Members -- Enums -- Enum Conversions -- Flags Enums -- Enum Operators -- Nested Types -- Generics -- Generic Types -- Generic Methods -- Declaring Type Parameters C (Computer program language) C (Langage de programmation) |
title | C# 12 pocket reference instant help for C# 12 programmers |
title_auth | C# 12 pocket reference instant help for C# 12 programmers |
title_exact_search | C# 12 pocket reference instant help for C# 12 programmers |
title_exact_search_txtP | C# 12 pocket reference instant help for C# 12 programmers |
title_full | C# 12 pocket reference instant help for C# 12 programmers Joseph Albahari and Ben Albahari |
title_fullStr | C# 12 pocket reference instant help for C# 12 programmers Joseph Albahari and Ben Albahari |
title_full_unstemmed | C# 12 pocket reference instant help for C# 12 programmers Joseph Albahari and Ben Albahari |
title_short | C# 12 pocket reference |
title_sort | c 12 pocket reference instant help for c 12 programmers |
title_sub | instant help for C# 12 programmers |
topic | C (Computer program language) C (Langage de programmation) |
topic_facet | C (Computer program language) C (Langage de programmation) |
work_keys_str_mv | AT albaharijoseph c12pocketreferenceinstanthelpforc12programmers AT albahariben c12pocketreferenceinstanthelpforc12programmers |