|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn162141464 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
070802s2006 inua o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d YDXCP
|d OCLCA
|d OCLCQ
|d OCLCA
|d OCLCQ
|d ZYU
|d TEFOD
|d BTCTA
|d IDEBK
|d E7B
|d OCLCQ
|d UMI
|d OCLCQ
|d B24X7
|d REDDC
|d OCLCQ
|d EBLCP
|d OCLCO
|d OCLCQ
|d DEBSZ
|d OCLCF
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d COO
|d OCLCQ
|d OCLCO
|d LIV
|d OCLCQ
|d MERUC
|d OCLCQ
|d CEF
|d OCLCQ
|d AU@
|d WYU
|d OCLCQ
|d VT2
|d BRF
|d UKAHL
|d HS0
|d OCLCQ
|d OCLCO
|d OCLCQ
|d KSU
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBA556746
|2 bnb
|
016 |
7 |
|
|a 013245626
|2 Uk
|
019 |
|
|
|a 79419629
|a 156809564
|a 170999918
|a 646798716
|a 732012385
|a 741108099
|a 744984923
|a 925415293
|a 927461261
|a 1044303308
|a 1056422918
|a 1059013706
|a 1060194237
|a 1064017508
|a 1074330022
|a 1083235876
|a 1097117844
|a 1103254682
|a 1129352199
|a 1153044259
|a 1179646366
|a 1192346740
|a 1240527565
|
020 |
|
|
|a 9780471753629
|q (electronic bk.)
|
020 |
|
|
|a 0471753629
|q (electronic bk.)
|
020 |
|
|
|z 9780764575341
|q (pbk.)
|
020 |
|
|
|z 0764575341
|
029 |
1 |
|
|a AU@
|b 000042088551
|
029 |
1 |
|
|a DEBSZ
|b 368471985
|
029 |
1 |
|
|a DEBSZ
|b 396115136
|
035 |
|
|
|a (OCoLC)162141464
|z (OCoLC)79419629
|z (OCoLC)156809564
|z (OCoLC)170999918
|z (OCoLC)646798716
|z (OCoLC)732012385
|z (OCoLC)741108099
|z (OCoLC)744984923
|z (OCoLC)925415293
|z (OCoLC)927461261
|z (OCoLC)1044303308
|z (OCoLC)1056422918
|z (OCoLC)1059013706
|z (OCoLC)1060194237
|z (OCoLC)1064017508
|z (OCoLC)1074330022
|z (OCoLC)1083235876
|z (OCoLC)1097117844
|z (OCoLC)1103254682
|z (OCoLC)1129352199
|z (OCoLC)1153044259
|z (OCoLC)1179646366
|z (OCoLC)1192346740
|z (OCoLC)1240527565
|
037 |
|
|
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.C154
|b P82 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
|
072 |
|
7 |
|a K
|2 bicssc
|
082 |
0 |
4 |
|a 005.13/3
|2 22
|
049 |
|
|
|a UAMI
|
245 |
0 |
0 |
|a Professional C♯ 2005 /
|c Christian Nagel [and others].
|
246 |
3 |
|
|a Professional C sharp 2005
|
260 |
|
|
|a Indianapolis, IN :
|b Wiley,
|c ©2006.
|
300 |
|
|
|a 1 online resource (xlvi, 1540 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
|
490 |
1 |
|
|a Wrox professional guides
|
505 |
0 |
|
|a Cover -- About the Authors -- Credits -- TOC36;Contents -- Introduction -- The Significance of 46;NET and C35; -- What8217;s New in the 46;NET Framework 246;0 -- Where C35; Fits In -- What You Need to Write and Run C35; Code -- What This Book Covers -- Conventions -- Source Code -- Errata -- p2p46;wrox46;com -- Part I The C35; Language -- CH36;Chapter 1 46;NET Architecture -- The Relationship of C35; to 46;NET -- The Common Language Runtime -- A Closer Look at Intermediate Language -- Assemblies -- 46;NET Framework Classes -- Namespaces -- Creating 46;NET Applications Using C35; -- The Role of C35; in the 46;NET Enterprise Architecture -- Summary -- CH36;Chapter 2 C35; Basics -- Before We Start -- Your First C35; Program -- Variables -- Predefined Data Types -- Flow Control -- Enumerations -- Arrays -- Namespaces -- The Main40;41; Method -- More on Compiling C35; Files -- Console I47;O -- Using Comments -- The C35; Preprocessor Directives -- C35; Programming Guidelines -- Summary -- CH36;Chapter 3 Objects and Types -- Classes and Structs -- Class Members -- Structs -- Partial Classes -- Static Classes -- The Object Class -- Summary -- CH36;Chapter 4 Inheritance -- Types of Inheritance -- Implementation Inheritance -- Modifiers -- Interfaces -- Summary -- CH36;Chapter 5 Operators and Casts -- Operators -- Type Safety -- Comparing Objects for Equality -- Operator Overloading -- User45;Defined Casts -- Summary -- CH36;Chapter 6 Delegates and Events -- Delegates -- Anonymous Methods -- Events -- Summary -- CH36;Chapter 7 Memory Management and Pointers -- Memory Management under the Hood -- Freeing Unmanaged Resources -- Unsafe Code -- Summary -- CH36;Chapter 8 Strings and Regular Expressions -- System46;String -- Regular Expressions -- Summary -- CH36;Chapter 9 Collections -- Examining Groups of Objects -- Summary -- CH36;Chapter 10 Generics -- Overview -- Generic Collection Classes -- Creating Custom Generic Classes -- Generic Methods -- Generic Delegates -- Other Generic Framework Types -- Summary -- CH36;Chapter 11 Reflection -- Custom Attributes -- Reflection -- Summary -- CH36;Chapter 12 Errors and Exceptions -- Looking into Errors and Exception Handling -- Summary -- CH36;Chapter 13 Threading -- Threading -- Applications with Multiple Threads -- Manipulating Threads -- Creating Threads Using ThreadPool -- Summary -- Part II The 46;NET Environment -- CH36;Chapter 14 Visual Studio 2005 -- Working with Visual Studio 2005 -- Refactoring -- Summary -- CH36;Chapter 15 Assemblies -- What Are Assemblies63; -- Assembly Structure -- Cross45;Language Support -- Global Assembly Cache -- Creating Shared Assemblies -- Configuration -- Summary -- CH36;Chapter 16 46;NET Security -- Code Access Security -- Support for Security in the Framework -- Managing Security Policies -- Role45;Based Security -- Summary -- CH36;Chapter 17 Localization -- Namespace System46;Globalization -- Resources -- Localization Example Using Visual Studio -- Localization with ASP46;NET -- A Custom Re.
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a Chapter 11 Reflection; Custom Attributes; Reflection; Summary; Chapter 12 Errors and Exceptions; Looking into Errors and Exception Handling; Summary; Chapter 13 Threading; Threading; Applications with Multiple Threads; Manipulating Threads; Creating Threads Using ThreadPool; Summary; Part II The .NET Environment; Chapter 14 Visual Studio 2005; Working with Visual Studio 2005; Refactoring; Summary; Chapter 15 Assemblies; What Are Assemblies?; Assembly Structure; Cross-Language Support; Global Assembly Cache; Creating Shared Assemblies; Configuration; Summary; Chapter 16 .NET Security.
|
520 |
|
|
|a Professional C# 2005 prepares you to program in C#, and it provides the necessary background information on how the .NET architecture works. It provides examples of applications that use a variety of related technologies, including database access, dynamic web pages, advanced graphics, and directory access. The only requirement is that you are familiar with at least one other high-level language used on Windows-either C++, VB, or J++. It starts with a tutorial on C# and the .NET framework. This introduction assumes no prior knowledge of .NET, but it does move rapidly, on the assumptio.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a C# (Computer program language)
|
650 |
|
6 |
|a C♯ (Langage de programmation)
|
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 fast
|
650 |
1 |
7 |
|a Programmeertalen.
|2 gtt
|
700 |
1 |
|
|a Nagel, Christian,
|d 1965-
|
776 |
0 |
8 |
|i Print version:
|t Professional C♯ 2005.
|d Indianapolis, IN : Wiley, ©2006
|z 0764575341
|z 9780764575341
|w (DLC) 2005048978
|w (OCoLC)60321772
|
830 |
|
0 |
|a Wrox professional guides.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780764575341/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH13383616
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00005132
|
938 |
|
|
|a Baker and Taylor
|b BTCP
|n BK0007317927
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10278063
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 191696
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 85615
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 2605975
|
994 |
|
|
|a 92
|b IZTAP
|