|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn141837527 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
070610s2006 inua o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d OCLCA
|d OCLCQ
|d YDXCP
|d OCLCQ
|d OCLCA
|d OCLCQ
|d OCLCA
|d TEFOD
|d IDEBK
|d CDN
|d OCLCQ
|d OCLCF
|d OCLCO
|d OCLCA
|d OCLCQ
|d OCLCO
|d UMI
|d TXJ
|d MKN
|d UBY
|d CEF
|d DEBSZ
|d C6I
|d TEFOD
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d PIFAG
|d OCLCQ
|d WY@
|d OCLCA
|d N$T
|d OCL
|d LUE
|d OCLCO
|d OCLCQ
|d OCLCO
|d ANO
|d OCLCQ
|
019 |
|
|
|a 70220695
|a 71666215
|a 156808595
|a 174113264
|a 276461531
|a 759522101
|a 896959405
|a 991907802
|
020 |
|
|
|a 9780768666892
|q (electronic bk.)
|
020 |
|
|
|a 0768666899
|q (electronic bk.)
|
020 |
|
|
|z 9780672327766
|
020 |
|
|
|z 0672327767
|
020 |
|
|
|z 9786610848751
|
020 |
|
|
|z 6610848750
|
020 |
|
|
|z 0672327767
|q (Paper)
|
029 |
1 |
|
|a AU@
|b 000071511354
|
029 |
1 |
|
|a DEBSZ
|b 355373661
|
029 |
1 |
|
|a GBVCP
|b 785401245
|
035 |
|
|
|a (OCoLC)141837527
|z (OCoLC)70220695
|z (OCoLC)71666215
|z (OCoLC)156808595
|z (OCoLC)174113264
|z (OCoLC)276461531
|z (OCoLC)759522101
|z (OCoLC)896959405
|z (OCoLC)991907802
|
037 |
|
|
|b OverDrive, Inc.
|n http://www.overdrive.com
|
037 |
|
|
|a 36372A43-BA5C-4302-A7FB-2789979D7C00
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.C154
|b H6335 2006eb
|
072 |
|
7 |
|a COM
|x 051310
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051280
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051130
|2 bisacsh
|
082 |
0 |
4 |
|a 005.133
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Hoffman, Kevin,
|d 1975-
|
245 |
1 |
0 |
|a Microsoft Visual C♯ 2005 unleashed /
|c Kevin Hoffman.
|
246 |
3 |
0 |
|a Visual C♯ 2005 unleashed
|
260 |
|
|
|a Indianapolis, Ind. :
|b Sams,
|c ©2006.
|
300 |
|
|
|a 1 online resource (xix, 692 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
520 |
|
|
|a A comprehensive reference and learning guide for the .NET Framework, using C♯ as the instructional language, this work exposes everything from low-level information on the Garbage Collector all the way to advanced concepts like creating applications that use Enterprise Services.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover -- Table of Contents -- Introduction -- Part I: C♯ 2.0 Fundamentals -- 1 Introduction to C♯ 2.0 -- What Is the .NET Framework? -- Working with Variables in C♯ 2.0 -- C♯ Basic Syntax -- What You Can Do with C♯ -- Summary -- 2 Expressions and Control Structures -- Branching and Conditional Logic -- Looping and Repetition -- Summary -- 3 Strings and Regular Expressions -- Working with Strings -- Working with Regular Expressions -- Summary -- 4 Arrays and Collections -- Working with Arrays -- Working with Collections -- Summary -- 5 Object-Oriented Programming in C♯ -- Object-Oriented Design -- Object-Oriented Programming -- Summary -- 6 Introduction to Generics -- Overview of Generics -- Building Generic Types -- Using Generic Collections -- Summary -- Part II: .NET Framework 2.0 Fundamentals -- 7 I/O and Persistence -- Introduction to Streams -- Introduction to Basic File I/O -- Using Asynchronous File I/O -- Working with Isolated Storage -- Summary -- 8 Working with XML -- Reading and Writing XML Documents -- Querying XML with XPath -- Transforming Documents with XSLT -- Validating Documents with XSD -- Summary -- 9 Events and Delegates -- Introduction to Delegates -- Using Anonymous Methods -- Creating Multicast Delegates -- Introduction to Events -- Advanced Event-Based Programming -- Summary -- 10 Multithreaded Programming -- The Basics of Threaded Programming -- Writing Your First Multithreaded Application -- Dealing with Thread Synchronization and Contention -- Using the ThreadPool Class -- Summary -- 11 Reflection Fundamentals -- Introduction to Reflection -- Working with Method Information -- Working with Member Information -- Examining Events -- Creating and Examining Custom Code Attributes -- Summary -- 12 Assemblies and AppDomains -- Introduction to Assemblies -- Assemblies Under the Hood -- Building and Using Assemblies -- Storing and Retrieving Assembly Resources -- Localization and Satellite Assemblies -- Introduction to AppDomains -- Programming with AppDomains -- Summary -- 13 COM and Windows Interoperability -- Introduction to Interoperability in C♯ -- Using COM Objects from the .NET Framework -- Using .NET Classes from COM -- Accessing Code in Unmanaged DLLs -- Summary -- 14 Code Access Security -- Introduction to Code Access Security (CAS) -- Using and Administering Security Policy -- Using Imperative Security -- Using Declarative Security -- Summary -- 15 Cryptography and Data Protection -- Introduction to Cryptography -- Using Secret-Key Encryption -- Using Public-Key Encryption -- Working with Hashes and Digital Signatures -- Using the Data Protection API (DPAPI) -- Summary -- 16 Optimizing Your .NET 2.0 Code -- Understanding Boxing and Unboxing -- Using Proper String Manipulation Techniques -- Efficient Loop Construction -- Speeding Up Application Start Times -- Code Profiling Using the Performance Wizard -- Summary -- Part III: Data Access with .NET 2.0 -- 17 ADO.NET Fundamentals -- Introduction to ADO.NET -- Esta.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Microsoft .NET Framework.
|
630 |
0 |
7 |
|a Microsoft .NET Framework.
|2 fast
|0 (OCoLC)fst01020083
|
650 |
|
0 |
|a C# (Computer program language)
|
650 |
|
6 |
|a C# (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x C♯
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Java.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Pascal.
|2 bisacsh
|
650 |
|
7 |
|a C♯ (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a Microsoft .NET Framework.
|2 blmlsh
|
650 |
|
7 |
|a C♯ (Computer program language)
|2 fast
|0 (OCoLC)fst00843284
|
776 |
0 |
8 |
|i Print version:
|a Hoffman, Kevin.
|t Microsoft Visual C♯ 2005 unleashed.
|d Indianapolis, Ind. : Sams, ©2006
|z 0672327767
|z 9780672327766
|w (DLC) 2006297234
|w (OCoLC)62225450
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/0672327767/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 191992
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 84875
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 2567166
|
994 |
|
|
|a 92
|b IZTAP
|