C# 3.0 in a nutshell: [covers LINQ and .NET 3.5 CLR and Core Classes]
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2007
|
Ausgabe: | 3. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XVIII, 838 S. Ill., graph. Darst. |
ISBN: | 0596527578 9780596527570 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV022962640 | ||
003 | DE-604 | ||
005 | 20090527 | ||
007 | t | ||
008 | 071113s2007 gw ad|| |||| 00||| ger d | ||
020 | |a 0596527578 |9 0-596-52757-8 | ||
020 | |a 9780596527570 |9 978-0-596-52757-0 | ||
035 | |a (OCoLC)633509189 | ||
035 | |a (DE-599)BVBBV022962640 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
044 | |a gw |c DE | ||
049 | |a DE-739 |a DE-573 |a DE-473 |a DE-11 | ||
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 Albahari, Jospeh |e Verfasser |4 aut | |
245 | 1 | 0 | |a C# 3.0 in a nutshell |b [covers LINQ and .NET 3.5 CLR and Core Classes] |c Joseph Albahari and Ben Albahari |
250 | |a 3. ed. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2007 | |
300 | |a XVIII, 838 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
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 |
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 | |5 DE-604 | |
689 | 2 | 0 | |a C sharp |0 (DE-588)4616843-6 |D s |
689 | 2 | 1 | |a Befehlsvorrat |0 (DE-588)4129931-0 |D s |
689 | 2 | |5 DE-604 | |
700 | 1 | |a Albahari, Ben |e Verfasser |4 aut | |
856 | 4 | 2 | |m Digitalisierung UB Passau |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016166990&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
Datensatz im Suchindex
_version_ | 1805075083434131456 |
---|---|
adam_text |
Table
of
Contents
Preface
. xiii
1.
Introducing C# and the .NET Framework
.1
Object Orientation
1
Type Safety
2
Memory Management
2
Platform Support
3
C#'s Relationship with the CLR
3
The CLR and .NET Framework
3
What's New in C#
3.0 4
2.
C# Language Basics
.8
A First C# Program
8
Syntax
11
Type Basics
13
Numeric Types
20
Boolean Type and Operators
27
Strings and Characters
29
Arrays
31
Variables and Parameters
35
Expressions and Operators
42
Statements
46
Namespaces
53
3.
Creating Types in C#
.60
Classes
60
Inheritance
73
The obj ect Type
81
Structs
84
Access Modifiers
85
Interfaces
87
Enums
92
\Nested Types
95
Generics
96
4.
Advanced C#
.105
Delegates
105
Events
112
Lambda Expressions (C#
3.0) 118
Anonymous Methods
121
try Statements and Exceptions
122
Enumeration and Iterators
130
Nullable Types
135
Operator Overloading
139
Extension Methods (C#
3.0) 143
Anonymous Types (C#
3.0) 146
Attributes
146
Unsafe Code and Pointers
148
Preprocessor Directives
151
XML Documentation
153
5.
Framework Overview
.159
The CLR and Core Framework
160
Applied Technologies
165
6.
Framework Fundamentals
.170
String and Text Handling
170
Dates and Times
181
Dates and Time Zones
188
Formatting and Parsing
194
Standard Format Strings and Parsing Flags
199
Other Conversion Mechanisms
206
Working with Numbers
209
Enums
211
The Guid Struct
214
Equality Comparison
215
Order Comparison
223
Utility Classes
226
7.
Collections
.229
Enumeration
230
The ICollection and IList Interfaces
236
The Array Class
239
Lists, Queues, Stacks, and Sets
247
Dictionaries
256
Customizable Collections and Proxies
262
Plugging in Equality and Order
268
8.
UNQQueries
.274
Getting Started
274
Lambda Queries
276
Comprehension Queries
282
Deferred Execution
286
Subqueries
292
Composition Strategies
295
Projection Strategies
298
Interpreted Queries
300
LINQ to SQL
306
Building Query Expressions
315
9.
LINQOperators
.320
Overview
321
Filtering
324
Projecting
327
Joining
339
Ordering
346
Grouping
349
Set Operators
352
Conversion Methods
353
Element Operators
355
Aggregation Methods
357
Quantifiers
359
Generation Methods
360
10.
LINQtoXML
.362
Architectural Overview
362
Х
-DOM
Overview
363
Instantiating an X-DOM
366
Navigating and Querying
369
Updating an X-DOM
373
Working with Values
376
Documents and Declarations
379
Names and Namespaces
- 382
Annotations
387
Projecting into an X-DOM
388
11.
Other XML Technologies
.395
XmlReader
396
XmlWriter
404
Patterns for Using XmlReader/XmlWriter
406
XmlDocument
410
XPath
414
XSD and Schema Validation
418
XSLT
421
12.
Disposal and Garbage Collection
.422
IDisposable, Dispose, and Close
422
Garbage Collection and Finalizers
426
Calling Dispose from a Finalizer
428
How the Garbage Collector Works
429
Alternatives to Garbage Collection
430
13.
Streams and I/O
.432
Stream Architecture
432
Using Streams
434
Stream Adapters
446
File and Directory Operations
452
Compression
461
Isolated Storage
463
14.
Networking
.469
Network Architecture
469
Addresses and Ports
471
URIs
472
Request/Response Architecture
474
HTTP-Specific Support
482
Writing an HTTP Server
486
Using FTP
489
Using DNS
491
Sending Mail with SmtpClient
492
Using TCP
493
Receiving POP3 Mail with TCP
496
15.
Serialization
.498
Serialization Concepts
498
The Data Contract Serializer
502
Data Contracts and Collections
511
Extending Data Contracts
513
The Binary Serializer
517
Binary Serialization Attributes
519
Binary Serialization with ISerializable
522
XML Serialization
525
16.
Assemblies
.535
What's in an Assembly
535
Signing an Assembly
540
Assembly Names
542
The Global Assembly Cache
544
Resources and Satellite Assemblies
546
Resolving and Loading Assemblies
554
Deploying Assemblies Outside the Base Folder
557
Packing a Single-File Executable
558
Working with Unreferenced Assemblies
560
17.
Reflection and Metadata
.562
Reflecting and Activating Types
562
Reflecting and Invoking Members
568
Reflecting Assemblies
578
Working with Attributes
579
Dynamic Code Generation
585
Emitting Assemblies and Types
592
Emitting Type Members
595
Emitting Generic Methods and Types
600
Awkward Emission Targets
602
Parsing
IL
605
18.
Security
.612
Permissions
612
Code Access Security
616
Running in a Sandbox
619
Sandboxing Another Assembly
620
Operating System Security
624
Identity and Role Security
626
Cryptography Overview
627
Windows Data Protection
- 628
Hashing
629
Symmetric Encryption
630
Public Key Encryption and Signing
635
19.
Threading
.639
Threading's Uses and Misuses
639
Getting Started
640
Asynchronous Delegates
650
Synchronization
652
Locking
654
Thread Safety
660
Nonblocking Synchronization
664
Signaling with Event Wait Handles
667
Signaling with Wait and Pulse
673
Interrupt and Abort
682
Local Storage
685
BackgroundWorker
686
ReaderWriterLockSHm
690
Timers
694
20.
Asynchronous Methods
.698
Why Asynchronous Methods Exist
698
Asynchronous Method Signatures
699
Using Asynchronous Methods
700
Writing Asynchronous Methods
704
Fake Asynchronous Methods
706
Alternatives to Asynchronous Methods
707
Asynchronous Events
708
21.
Application Domains
.709
Application Domain Architecture
709
Creating and Destroying Application Domains
710
Using Multiple Application Domains
712
Using DoCallBack
714
Domains and Threads
714
Sharing Data Between Domains
716
22.
Integrating with Native DLLs
.722
Calling into DLLs
722
Marshaling Common Types
723
Marshaling Classes and Structs
724
In and Out Marshaling
725
Callbacks from Unmanaged Code
726
Simulating a C Union
726
Shared Memory
727
Mapping a Struct to Unmanaged Memory
730
Interop Attribute Reference
734
23.
Diagnostics
.738
Conditional Compilation
738
Debug and Trace Classes
741
Debugger Integration
744
Processes and Process Threads
745
StackTrace and StackFrame
746
Windows Event Logs
747
Performance Counters
749
The Stopwatch Class
754
24.
Regular Expressions
.756
Regular Expression Basics
756
Quantifiers
760
Zero-Width Assertions
761
Groups
764
Replacing and Splitting Text
765
Cookbook Regular Expressions
767
Regular Expressions Language Reference
770
A. C# Keywords
.775
B. Namespace-to-Assembly Reference
.782
Index
.791 |
adam_txt |
Table
of
Contents
Preface
. xiii
1.
Introducing C# and the .NET Framework
.1
Object Orientation
1
Type Safety
2
Memory Management
2
Platform Support
3
C#'s Relationship with the CLR
3
The CLR and .NET Framework
3
What's New in C#
3.0 4
2.
C# Language Basics
.8
A First C# Program
8
Syntax
11
Type Basics
13
Numeric Types
20
Boolean Type and Operators
27
Strings and Characters
29
Arrays
31
Variables and Parameters
35
Expressions and Operators
42
Statements
46
Namespaces
53
3.
Creating Types in C#
.60
Classes
60
Inheritance
73
The obj ect Type
81
Structs
84
Access Modifiers
85
Interfaces
87
Enums
92
\Nested Types
95
Generics
96
4.
Advanced C#
.105
Delegates
105
Events
112
Lambda Expressions (C#
3.0) 118
Anonymous Methods
121
try Statements and Exceptions
122
Enumeration and Iterators
130
Nullable Types
135
Operator Overloading
139
Extension Methods (C#
3.0) 143
Anonymous Types (C#
3.0) 146
Attributes
146
Unsafe Code and Pointers
148
Preprocessor Directives
151
XML Documentation
153
5.
Framework Overview
.159
The CLR and Core Framework
160
Applied Technologies
165
6.
Framework Fundamentals
.170
String and Text Handling
170
Dates and Times
181
Dates and Time Zones
188
Formatting and Parsing
194
Standard Format Strings and Parsing Flags
199
Other Conversion Mechanisms
206
Working with Numbers
209
Enums
211
The Guid Struct
214
Equality Comparison
215
Order Comparison
223
Utility Classes
226
7.
Collections
.229
Enumeration
230
The ICollection and IList Interfaces
236
The Array Class
239
Lists, Queues, Stacks, and Sets
247
Dictionaries
256
Customizable Collections and Proxies
262
Plugging in Equality and Order
268
8.
UNQQueries
.274
Getting Started
274
Lambda Queries
276
Comprehension Queries
282
Deferred Execution
286
Subqueries
292
Composition Strategies
295
Projection Strategies
298
Interpreted Queries
300
LINQ to SQL
306
Building Query Expressions
315
9.
LINQOperators
.320
Overview
321
Filtering
324
Projecting
327
Joining
339
Ordering
346
Grouping
349
Set Operators
352
Conversion Methods
353
Element Operators
355
Aggregation Methods
357
Quantifiers
359
Generation Methods
360
10.
LINQtoXML
.362
Architectural Overview
362
Х
-DOM
Overview
363
Instantiating an X-DOM
366
Navigating and Querying
369
Updating an X-DOM
373
Working with Values
376
Documents and Declarations
379
Names and Namespaces
- 382
Annotations
387
Projecting into an X-DOM
388
11.
Other XML Technologies
.395
XmlReader
396
XmlWriter
404
Patterns for Using XmlReader/XmlWriter
406
XmlDocument
410
XPath
414
XSD and Schema Validation
418
XSLT
421
12.
Disposal and Garbage Collection
.422
IDisposable, Dispose, and Close
422
Garbage Collection and Finalizers
426
Calling Dispose from a Finalizer
428
How the Garbage Collector Works
429
Alternatives to Garbage Collection
430
13.
Streams and I/O
.432
Stream Architecture
432
Using Streams
434
Stream Adapters
446
File and Directory Operations
452
Compression
461
Isolated Storage
463
14.
Networking
.469
Network Architecture
469
Addresses and Ports
471
URIs
472
Request/Response Architecture
474
HTTP-Specific Support
482
Writing an HTTP Server
486
Using FTP
489
Using DNS
491
Sending Mail with SmtpClient
492
Using TCP
493
Receiving POP3 Mail with TCP
496
15.
Serialization
.498
Serialization Concepts
498
The Data Contract Serializer
502
Data Contracts and Collections
511
Extending Data Contracts
513
The Binary Serializer
517
Binary Serialization Attributes
519
Binary Serialization with ISerializable
522
XML Serialization
525
16.
Assemblies
.535
What's in an Assembly
535
Signing an Assembly
540
Assembly Names
542
The Global Assembly Cache
544
Resources and Satellite Assemblies
546
Resolving and Loading Assemblies
554
Deploying Assemblies Outside the Base Folder
557
Packing a Single-File Executable
558
Working with Unreferenced Assemblies
560
17.
Reflection and Metadata
.562
Reflecting and Activating Types
562
Reflecting and Invoking Members
568
Reflecting Assemblies
578
Working with Attributes
579
Dynamic Code Generation
585
Emitting Assemblies and Types
592
Emitting Type Members
595
Emitting Generic Methods and Types
600
Awkward Emission Targets
602
Parsing
IL
605
18.
Security
.612
Permissions
612
Code Access Security
616
Running in a Sandbox
619
Sandboxing Another Assembly
620
Operating System Security
624
Identity and Role Security
626
Cryptography Overview
627
Windows Data Protection
- 628
Hashing
629
Symmetric Encryption
630
Public Key Encryption and Signing
635
19.
Threading
.639
Threading's Uses and Misuses
639
Getting Started
640
Asynchronous Delegates
650
Synchronization
652
Locking
654
Thread Safety
660
Nonblocking Synchronization
664
Signaling with Event Wait Handles
667
Signaling with Wait and Pulse
673
Interrupt and Abort
682
Local Storage
685
BackgroundWorker
686
ReaderWriterLockSHm
690
Timers
694
20.
Asynchronous Methods
.698
Why Asynchronous Methods Exist
698
Asynchronous Method Signatures
699
Using Asynchronous Methods
700
Writing Asynchronous Methods
704
Fake Asynchronous Methods
706
Alternatives to Asynchronous Methods
707
Asynchronous Events
708
21.
Application Domains
.709
Application Domain Architecture
709
Creating and Destroying Application Domains
710
Using Multiple Application Domains
712
Using DoCallBack
714
Domains and Threads
714
Sharing Data Between Domains
716
22.
Integrating with Native DLLs
.722
Calling into DLLs
722
Marshaling Common Types
723
Marshaling Classes and Structs
724
In and Out Marshaling
725
Callbacks from Unmanaged Code
726
Simulating a C Union
726
Shared Memory
727
Mapping a Struct to Unmanaged Memory
730
Interop Attribute Reference
734
23.
Diagnostics
.738
Conditional Compilation
738
Debug and Trace Classes
741
Debugger Integration
744
Processes and Process Threads
745
StackTrace and StackFrame
746
Windows Event Logs
747
Performance Counters
749
The Stopwatch Class
754
24.
Regular Expressions
.756
Regular Expression Basics
756
Quantifiers
760
Zero-Width Assertions
761
Groups
764
Replacing and Splitting Text
765
Cookbook Regular Expressions
767
Regular Expressions Language Reference
770
A. C# Keywords
.775
B. Namespace-to-Assembly Reference
.782
Index
.791 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Albahari, Jospeh Albahari, Ben |
author_facet | Albahari, Jospeh Albahari, Ben |
author_role | aut aut |
author_sort | Albahari, Jospeh |
author_variant | j a ja b a ba |
building | Verbundindex |
bvnumber | BV022962640 |
classification_rvk | ST 250 ST 253 ST 260 |
classification_tum | DAT 303f |
ctrlnum | (OCoLC)633509189 (DE-599)BVBBV022962640 |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | 3. ed. |
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">BV022962640</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20090527</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">071113s2007 gw ad|| |||| 00||| ger d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0596527578</subfield><subfield code="9">0-596-52757-8</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780596527570</subfield><subfield code="9">978-0-596-52757-0</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)633509189</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022962640</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="0" ind2=" "><subfield code="a">ger</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-739</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-11</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">Albahari, Jospeh</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">C# 3.0 in a nutshell</subfield><subfield code="b">[covers LINQ and .NET 3.5 CLR and Core Classes]</subfield><subfield code="c">Joseph Albahari and Ben Albahari</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVIII, 838 S.</subfield><subfield code="b">Ill., 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="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="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=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="2" 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="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="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="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau</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=016166990&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield></record></collection> |
genre | (DE-588)4188171-0 Verzeichnis gnd-content |
genre_facet | Verzeichnis |
id | DE-604.BV022962640 |
illustrated | Illustrated |
index_date | 2024-07-02T19:05:25Z |
indexdate | 2024-07-20T05:35:46Z |
institution | BVB |
isbn | 0596527578 9780596527570 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016166990 |
oclc_num | 633509189 |
open_access_boolean | |
owner | DE-739 DE-573 DE-473 DE-BY-UBG DE-11 |
owner_facet | DE-739 DE-573 DE-473 DE-BY-UBG DE-11 |
physical | XVIII, 838 S. Ill., graph. Darst. |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | O'Reilly |
record_format | marc |
spelling | Albahari, Jospeh Verfasser aut C# 3.0 in a nutshell [covers LINQ and .NET 3.5 CLR and Core Classes] Joseph Albahari and Ben Albahari 3. ed. Beijing [u.a.] O'Reilly 2007 XVIII, 838 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier 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 (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 Albahari, Ben Verfasser aut Digitalisierung UB Passau application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016166990&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Albahari, Jospeh Albahari, Ben C# 3.0 in a nutshell [covers LINQ and .NET 3.5 CLR and Core Classes] Microsoft dot net (DE-588)4645646-6 gnd C sharp (DE-588)4616843-6 gnd Befehlsvorrat (DE-588)4129931-0 gnd |
subject_GND | (DE-588)4645646-6 (DE-588)4616843-6 (DE-588)4129931-0 (DE-588)4188171-0 |
title | C# 3.0 in a nutshell [covers LINQ and .NET 3.5 CLR and Core Classes] |
title_auth | C# 3.0 in a nutshell [covers LINQ and .NET 3.5 CLR and Core Classes] |
title_exact_search | C# 3.0 in a nutshell [covers LINQ and .NET 3.5 CLR and Core Classes] |
title_exact_search_txtP | C# 3.0 in a nutshell [covers LINQ and .NET 3.5 CLR and Core Classes] |
title_full | C# 3.0 in a nutshell [covers LINQ and .NET 3.5 CLR and Core Classes] Joseph Albahari and Ben Albahari |
title_fullStr | C# 3.0 in a nutshell [covers LINQ and .NET 3.5 CLR and Core Classes] Joseph Albahari and Ben Albahari |
title_full_unstemmed | C# 3.0 in a nutshell [covers LINQ and .NET 3.5 CLR and Core Classes] Joseph Albahari and Ben Albahari |
title_short | C# 3.0 in a nutshell |
title_sort | c 3 0 in a nutshell covers linq and net 3 5 clr and core classes |
title_sub | [covers LINQ and .NET 3.5 CLR and Core Classes] |
topic | Microsoft dot net (DE-588)4645646-6 gnd C sharp (DE-588)4616843-6 gnd Befehlsvorrat (DE-588)4129931-0 gnd |
topic_facet | Microsoft dot net C sharp Befehlsvorrat Verzeichnis |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016166990&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT albaharijospeh c30inanutshellcoverslinqandnet35clrandcoreclasses AT albahariben c30inanutshellcoverslinqandnet35clrandcoreclasses |