C# in a nutshell:
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | German English |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2003
|
Ausgabe: | Dt. Ausg. |
Schriftenreihe: | A nutshell handbook
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXI, 902 S. graph. Darst. |
ISBN: | 3897212994 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV016434989 | ||
003 | DE-604 | ||
005 | 20030929 | ||
007 | t | ||
008 | 030114s2003 gw d||| |||| 00||| ger d | ||
016 | 7 | |a 966107802 |2 DE-101 | |
020 | |a 3897212994 |9 3-89721-299-4 | ||
035 | |a (OCoLC)76480063 | ||
035 | |a (DE-599)BVBBV016434989 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 1 | |a ger |h eng | |
044 | |a gw |c DE | ||
049 | |a DE-1050 |a DE-20 |a DE-91G |a DE-92 |a DE-384 |a DE-706 |a DE-11 | ||
082 | 0 | |a 005.133 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 253 |0 (DE-625)143628: |2 rvk | ||
084 | |a ST 260 |0 (DE-625)143632: |2 rvk | ||
084 | |a DAT 303f |2 stub | ||
100 | 1 | |a Drayton, Peter |e Verfasser |4 aut | |
240 | 1 | 0 | |a C# in a nutshell |
245 | 1 | 0 | |a C# in a nutshell |c Peter Drayton, Ben Albahari & Ted Neward |
250 | |a Dt. Ausg. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2003 | |
300 | |a XXI, 902 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a A nutshell handbook | |
650 | 0 | 7 | |a Microsoft dot net |0 (DE-588)4645646-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a C sharp |0 (DE-588)4616843-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Befehlsvorrat |0 (DE-588)4129931-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a C++ |0 (DE-588)4193909-8 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4188171-0 |a Verzeichnis |2 gnd-content | |
689 | 0 | 0 | |a C sharp |0 (DE-588)4616843-6 |D s |
689 | 0 | 1 | |a Microsoft dot net |0 (DE-588)4645646-6 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a C sharp |0 (DE-588)4616843-6 |D s |
689 | 1 | 1 | |a Befehlsvorrat |0 (DE-588)4129931-0 |D s |
689 | 1 | |5 DE-604 | |
689 | 2 | 0 | |a C++ |0 (DE-588)4193909-8 |D s |
689 | 2 | 1 | |a Befehlsvorrat |0 (DE-588)4129931-0 |D s |
689 | 2 | |8 1\p |5 DE-604 | |
700 | 1 | |a Albahari, Ben |e Verfasser |4 aut | |
700 | 1 | |a Neward, Ted |d 1971- |e Verfasser |0 (DE-588)1017668264 |4 aut | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010162260&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-010162260 |
Datensatz im Suchindex
_version_ | 1808045055490916352 |
---|---|
adam_text |
INHALT
VORWORT
.
XIII
TEIL
I:
PROGRAMMIEREN
MIT
C#
.
1
1:
EINFUEHRUNG
IN
C#
UND
DAS
.NET
FRAMEWORK
.
3
DIE
PROGRAMMIERSPRACHE
C#
.
4
DAS
.NET
FRAMEWORK
.
7
ECMA-STANDARDISIERUNG
.
11
2:
GRUNDLAGEN
VON
C#
.
14
DAS
ERSTE
C#-PROGRAMM
.
14
BEZEICHNER
UND
SCHLUESSELWOERTER
.
15
GRUNDLEGENDES
ZU
DEN
TYPEN
.
16
WERTTYPEN
UND
REFERENZTYPEN
.
19
VORDEFINIERTE
TYPEN
.
25
ARRAYS
.
30
VARIABLEN
UND
PARAMETER
.
32
AUSDRUECKE
UND
OPERATOREN
.
35
ANWEISUNGEN
.
38
NAMENSRAEUME
.
46
3:
TYP-ERZEUGUNG
IN
C#
.
49
KLASSEN
.
49
VERERBUNG
.
60
ZUGRIFFSMODIFIKATOREN
.
67
STRUCTS
.
68
INTERFACES
.
69
ENUMS
.
72
4:
FORTGESCHRITTENE
C#-FEATURES
.
75
DELEGATES
.
75
DELEGATES
VERSUS
FUNKTIONSZEIGER
.
77
DELEGATES
VERSUS
INTERFACES
.
77
EVENTS
.
77
OPERATOREN
UEBERLADEN
.
80
TRY-ANWEISUNGEN
UND
EXCEPTIONS
.
83
ATTRIBUTE
.
87
UNSICHERER
CODE
UND
ZEIGER
.
89
PRAEPROZESSORDIREKTIVEN
.
92
XML-DOKUMENTATION
.
93
TEIL
II:
PROGRAMMIEREN
MIT
DEM
.NETFRAMEWORK.
.
101
5:
UEBERBLICK
UEBER
DIE
FRAMEWORK
CLASS
LIBRARY
.
103
KEMTYPEN
.
103
TEXT
.
104
COLLECTIONS
.
.
104
STREAMS
UND
I/O
.
104
NETZWERK-PROGRAMMIERUNG
.
105
THREADS
.
105
SICHERHEIT
.
105
REFLECTION
UND
METADATEN
.
106
ASSEMBLIES
.
106
SERIALISIERUNG
.
106
REMOTING
.
107
WEB
SERVICES
.
107
DATENZUGRIFF
.
108
XML
.
108
GRAFIK
.
108
RICH
CLIENT-ANWENDUNGEN
.
108
WEB-BASIERTE
ANWENDUNGEN
.
109
LOKALISIERUNG
(GLOBALIZATION)
.
109
KONFIGURATION
.
110
ADVANCED
COMPONENT
SERVICES
.
110
DIAGNOSE
UND
DEBUGGING
.
110
ZUSAMMENARBEIT
MIT
UNMANAGED
CODE
.
110
COMPILER
UND
WERKZEUGUNTERSTUETZUNG
.
111
EINRICHTEN
DER
LAUFZEITUMGEBUNG
.
111
NATIVE
BETRIEBSSYSTEMFAEHIGKEITEN
.
111
UNDOKUMENTIERTE
TYPEN
.
112
6:
STRING-VERARBEITUNG
.
113
DIE
KLASSE
STRING
.
113
DIE
KLASSE
STRINGBUILDER
.
116
UNTERSTUETZUNG
FUER
REGULAERE
AUSDRUECKE
.
116
GRUNDLAGEN
REGULAERER
AUSDRUECKE
.
118
VI
INHALT
PROZEDURALE
UND
AUSDRUCKSBASIERTE
MUSTER
.
121
KOCHBUCH
FUER
REGULAERE
AUSDRUECKE
.
122
7:
COLLECTIONS
.
126
ITERIEREN
UEBER
COLLECTIONS
.
126
STANDARD-COLLECTION-INTERFACES
.
131
VORDEFINIERTE
COLLECTION-KLASSEN
.
132
ORDNEN
VON
INSTANZEN
.
135
ERZEUGEN
VON
HASH-WERTEN
.
137
8:
XML-I/0
.
139
ZUGRIFF
AUF
XML-DOKUMENTE
.
139
PARSEN
EINES
XML-STREAMS
.
143
KNOTEN
MIT
XPATH
AUSWAEHLEN
.
143
TRANSFORMIEREN
EINES
DOKUMENTS
MIT
XSLT
.
146
9:
NETZWERK-PROGRAMMIERUNG
.
149
PROGRAMMIERMODELLE
FUER
NETZWERKE
.
149
REQUEST/RESPONSE-ARCHITEKTUR
.
149
HTTP-SPEZIFISCHE
UNTERSTUETZUNG
.
150
WEBCLIENT
.
151
HINZUFUEGEN
NEUER
PROTOKOLL-HAENDLER
.
151
DIE
BENUTZUNG
VON
TCP,
UDP
UND
SOCKETS
.
152
DIE
BENUTZUNG
DES
DNS
.
153
10:
STREAMS
UND
I/O
.
154
STREAMS
UND
SPEICHERMEDIEN
.
154
KAPSELN
ROHER
STREAMS
.
156
VERZEICHNISSE
UND
DATEIEN
.
158
ISOLIERTER
SPEICHER
.
162
11:
SERIALISIERUNG
.
165
WAS
IST
SERIALISIERUNG?
.
165
UNTERSTUETZUNG
DER
SERIALISIERUNG
IM
.NET
FRAMEWORK
.
166
EXPLIZITE
SERIALISIERUNG
.
166
IMPLIZITE
SERIALISIERUNG
.
167
[SERIALIZABLE]
.
168
[NONSERIALIZED]
.
169
IDESERIALIZATIONCALLBACK
.
169
ISERIALIZABLE
.
170
[SERIALIZABLE]
UND
ISERIALIZABLE
.
171
12:
ASSEMBLIES
.
175
ELEMENTE
EINER
ASSEMBLY
.
175
ASSEMBLIES
UND
MODULE
.
176
SICHTBARKEIT
VON
TYPEN
UND
TYP-REFERENZEN
.
176
BENENNEN
UND
SIGNIEREN
VON
ASSEMBLIES
.
177
INHALT
VII
AUFLOESEN
UND
LADEN
VON
ASSEMBLIES
.
179
DEPLOYMENT
.
180
RECHTE
.
180
13:
REFLECTION
.
182
TYP-HIERARCHIE
.
182
TYPEN,
MEMBER
UND
EINGEBETTETE
TYPEN
.
183
DEN
TYP
EINER
INSTANZ
ERMITTELN
.
184
DIREKTER
ZUGRIFF
AUF
EINEN
TYP
.
184
REFLECTION
UEBER
EINE
TYP-HIERARCHIE
.
185
SPAETE
BINDUNG
.
186
FORTGESCHRITTENE
BENUTZUNG
VON
REFLECTION
.
188
ERZEUGUNG
NEUER
TYPEN
ZUR
LAUFZEIT
.
,
.
189
14:
BENUTZERDEFINIERTE
ATTRIBUTE
.
191
SPRACHUNTERSTUETZUNG
.
191
COMPILER-UNTERSTUETZUNG
.
192
LAUFZEITUNTERSTUETZUNG
.
.
.
192
VORDEFINIERTE
ATTRIBUTE
.
193
DEFINIEREN
EINES
NEUEN
BENUTZERDEFINIERTEN
ATTRIBUTS
.
195
ABFRAGEN
EINES
BENUTZERDEFINIERTEN
TYPS
ZUR
LAUFZEIT
.
196
15:
SPEICHERMANAGEMENT
.
198
DER
GARBAGE
COLLECTOR
.
198
OPTIMIERUNGSTECHNIKEN
.
199
FINALIZER
.
200
DIE
METHODEN
DISPOSE
UND
CLOSE
.
201
16:
THREADS
.
203
THREAD-SYNCHRONISIERUNG
.
203
VERBREITETE
THREAD-TYPEN
.
206
ASYNCHRONE
DELEGATES
.
207
17:
INTEGRATION
NATIVER
DLLS
.
209
AUFRUFE
IN
DLLS
.
209
DAS
MARSHALING
EINFACHER
TYPEN
.
210
MARSHALING
VON
KLASSEN
UND
STRUCTS
.
211
IN
UND
OUT-MARSHALING
.
212
CALLBACKS
VON
UNMANAGED
CODE
.
212
SIMULIEREN
EINER
C-UNION
.
213
STRUCTS
AUF
EIN
BINAER-FORMAT
ABBILDEN
.
215
VORDEFINIERTE
ATTRIBUTE
FUER
DLLS
.
216
18:
INTEGRATION
VON
COM-KOMPONENTEN
.
220
BINDEN
VON
COM
UND
C#-OBJEKTEN
.
220
COM-OBJEKTE
FUER
C#
ZUR
VERFUEGUNG
STELLEN
.
220
C#-OBJEKTE
FUER
COM
ZUR
VERFUEGUNG
STELLEN
.
221
VIII
INHALT
COM-ABBILDUNG
IN
C#
.
222
ATTRIBUTE
FUER
DIE
ZUSAMMENARBEIT
MIT
COM.
223
UNTERSTUETZUNG
VON
COM+
.
223
19:
DIAGNOSE
.
226
UNTERSTUETZUNG
FUER
LOGGING
UND
ASSERTIONS
.
226
BEDINGTE
KOMPILIERUNG
.
228
DEBUGGER-INTEGRATION
.
229
PROZESSE,
THREADS
UND
STACKS
.
230
EVENT-LOGS
.
232
PERFORMANCE-COUNTER
.
235
TEIL
III:
SPRACH-
UND
TOOL-REFERENZ
.
239
20:
C#-SPRACHREFERENZ
.
241
21:
REFERENZ
ZU
XML-DOKUMENTATIONS-TAGS
.
249
22:
NAMENS-
UND
PROGRAMMIERKONVENTIONEN
IN
C#
.
253
GROSS-/KLEINSCHREIBUNG
.
253
MECHANISMEN
.
255
WORTWAHL
.
256
NAMENSRAEUME
.
257
23:
C#-ENTWICKLUNGSWERKZEUGE
.
259
TEIL
IV:
API-SCHNELLREFERENZ.
.
295
24:
SO
VERWENDEN
SIE
DIESE
SCBNELLREFERENZ
.
297
FINDEN
EINES
EINTRAGES
IN
DER
SCHNELLREFERENZ
.
297
WIE
SIE
EINEN
EINTRAG
DER
SCHNELLREFERENZ
LESEN
SOLLTEN
.
298
25:
MICROSOFT.WIN32
.
303
26:
SYSTEM
.
313
27:
SYSTEM.COLLECTIONS
.
419
28:
SYSTEM.COLLECTIONS.SPECIALIZED
.
436
29:
SYSTEM.DIAGNOSTICS
.
445
INHALT
IX
30:
SYSTEM.
GLOBALIZATION
.
487
31:
SYSTEM.10
.
508
32:
SYSTEM.IO.ISOLATEDSTORAGE
.
538
33'
SYSTEM.NET
.
544
34:
SYSTEM.NET.SOCKETS
.
575
35:
SYSTEM.REFLECTION
.
589
36:
SYSTEM.REFLECTION.EMIT
.
630
37:
SYSTEM.RUNTIME.INTEROPSERVICES
.
661
38:
SYSTEM.RUNTIME.SERIALIZATION
.
690
39:
SYSTEM.RUNTIME.SERIALIZATION.FORMATTERS
.
702
40:
SYSTEM.TEXT.
.
707
41:
SYSTEM.TEXT.REGULAREXPRESSIONS
.
715
42:
SYSTEM.THREADING
.
723
43:
SYSTEM.TIMERS
.
743
44:
SYSTEM.XML.
.
746
45:
SYSTEM.XML.XPATH
.
784
46:
SYSTEM.XML.XSL
.
792
TEIL
V:
ANHAENGE
.
797
A:
REGULAERE
AUSDRUECKE
.
799
B:
FORMATANGABEN
.
804
X
INHALT
C:
MARSHALING
VON
DATEN
.
810
D:
SCHLUESSELWOERTER
INC#
.
812
E:
NAMENSRAEUME
UND
ASSEMBLIES
.
817
F:
INDEX
ZU
DEN
TYPEN,
METHODEN,
EIGENSCHAFTEN,
EVENTS
UND
FELDERN
.
823
INDEX
.
873
INHALT
XI |
any_adam_object | 1 |
author | Drayton, Peter Albahari, Ben Neward, Ted 1971- |
author_GND | (DE-588)1017668264 |
author_facet | Drayton, Peter Albahari, Ben Neward, Ted 1971- |
author_role | aut aut aut |
author_sort | Drayton, Peter |
author_variant | p d pd b a ba t n tn |
building | Verbundindex |
bvnumber | BV016434989 |
classification_rvk | ST 250 ST 253 ST 260 |
classification_tum | DAT 303f |
ctrlnum | (OCoLC)76480063 (DE-599)BVBBV016434989 |
dewey-full | 005.133 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.133 |
dewey-search | 005.133 |
dewey-sort | 15.133 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | Dt. Ausg. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV016434989</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20030929</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">030114s2003 gw d||| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">966107802</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3897212994</subfield><subfield code="9">3-89721-299-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)76480063</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV016434989</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="1" ind2=" "><subfield code="a">ger</subfield><subfield code="h">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1050</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-92</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.133</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 253</subfield><subfield code="0">(DE-625)143628:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 260</subfield><subfield code="0">(DE-625)143632:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 303f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Drayton, Peter</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="240" ind1="1" ind2="0"><subfield code="a">C# in a nutshell</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">C# in a nutshell</subfield><subfield code="c">Peter Drayton, Ben Albahari & Ted Neward</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Dt. Ausg.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2003</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXI, 902 S.</subfield><subfield code="b">graph. Darst.</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">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">A nutshell handbook</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Microsoft dot net</subfield><subfield code="0">(DE-588)4645646-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">C sharp</subfield><subfield code="0">(DE-588)4616843-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Befehlsvorrat</subfield><subfield code="0">(DE-588)4129931-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">C++</subfield><subfield code="0">(DE-588)4193909-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4188171-0</subfield><subfield code="a">Verzeichnis</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">C sharp</subfield><subfield code="0">(DE-588)4616843-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Microsoft dot net</subfield><subfield code="0">(DE-588)4645646-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">C sharp</subfield><subfield code="0">(DE-588)4616843-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Befehlsvorrat</subfield><subfield code="0">(DE-588)4129931-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="2" ind2="0"><subfield code="a">C++</subfield><subfield code="0">(DE-588)4193909-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2="1"><subfield code="a">Befehlsvorrat</subfield><subfield code="0">(DE-588)4129931-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Albahari, Ben</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Neward, Ted</subfield><subfield code="d">1971-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1017668264</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010162260&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-010162260</subfield></datafield></record></collection> |
genre | (DE-588)4188171-0 Verzeichnis gnd-content |
genre_facet | Verzeichnis |
id | DE-604.BV016434989 |
illustrated | Illustrated |
indexdate | 2024-08-22T00:22:12Z |
institution | BVB |
isbn | 3897212994 |
language | German English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-010162260 |
oclc_num | 76480063 |
open_access_boolean | |
owner | DE-1050 DE-20 DE-91G DE-BY-TUM DE-92 DE-384 DE-706 DE-11 |
owner_facet | DE-1050 DE-20 DE-91G DE-BY-TUM DE-92 DE-384 DE-706 DE-11 |
physical | XXI, 902 S. graph. Darst. |
publishDate | 2003 |
publishDateSearch | 2003 |
publishDateSort | 2003 |
publisher | O'Reilly |
record_format | marc |
series2 | A nutshell handbook |
spelling | Drayton, Peter Verfasser aut C# in a nutshell C# in a nutshell Peter Drayton, Ben Albahari & Ted Neward Dt. Ausg. Beijing [u.a.] O'Reilly 2003 XXI, 902 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier A nutshell handbook Microsoft dot net (DE-588)4645646-6 gnd rswk-swf C sharp (DE-588)4616843-6 gnd rswk-swf Befehlsvorrat (DE-588)4129931-0 gnd rswk-swf C++ (DE-588)4193909-8 gnd rswk-swf (DE-588)4188171-0 Verzeichnis gnd-content C sharp (DE-588)4616843-6 s Microsoft dot net (DE-588)4645646-6 s DE-604 Befehlsvorrat (DE-588)4129931-0 s C++ (DE-588)4193909-8 s 1\p DE-604 Albahari, Ben Verfasser aut Neward, Ted 1971- Verfasser (DE-588)1017668264 aut DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010162260&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Drayton, Peter Albahari, Ben Neward, Ted 1971- C# in a nutshell Microsoft dot net (DE-588)4645646-6 gnd C sharp (DE-588)4616843-6 gnd Befehlsvorrat (DE-588)4129931-0 gnd C++ (DE-588)4193909-8 gnd |
subject_GND | (DE-588)4645646-6 (DE-588)4616843-6 (DE-588)4129931-0 (DE-588)4193909-8 (DE-588)4188171-0 |
title | C# in a nutshell |
title_alt | C# in a nutshell |
title_auth | C# in a nutshell |
title_exact_search | C# in a nutshell |
title_full | C# in a nutshell Peter Drayton, Ben Albahari & Ted Neward |
title_fullStr | C# in a nutshell Peter Drayton, Ben Albahari & Ted Neward |
title_full_unstemmed | C# in a nutshell Peter Drayton, Ben Albahari & Ted Neward |
title_short | C# in a nutshell |
title_sort | c in a nutshell |
topic | Microsoft dot net (DE-588)4645646-6 gnd C sharp (DE-588)4616843-6 gnd Befehlsvorrat (DE-588)4129931-0 gnd C++ (DE-588)4193909-8 gnd |
topic_facet | Microsoft dot net C sharp Befehlsvorrat C++ Verzeichnis |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010162260&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT draytonpeter cinanutshell AT albahariben cinanutshell AT newardted cinanutshell |