000 | 06773cam a2200841 i 4500 | ||
---|---|---|---|
001 | on1029545729 | ||
003 | OCoLC | ||
005 | 20240523125540.0 | ||
006 | m o d | ||
007 | cr cnu|||||||| | ||
008 | 180326s2018 inu o 000 0 eng d | ||
040 |
_aN$T _beng _erda _epn _cN$T _dN$T _dEBLCP _dNLE _dOCLCF _dYDX _dIDB _dDG1 _dYT1 _dUAB _dTEFOD _dMERER _dK6U _dD6H _dMLSOD _dOCLCQ _dOTZ _dRECBK _dOCLCO _dLVT _dU3W _dOCLCQ _dOCLCO _dDG1 _dKNOVL _dLIV _dDG1 _dUKAHL _dCOO _dOCLCQ _dOCLCO _dOCLCQ _dBRF _dOCLCQ _dOCLCO _dOCLCQ _dBRX _dOCLCQ _dOCLCO _dOCLCL |
||
019 |
_a1029654361 _a1029783031 _a1029852250 _a1029858541 _a1029880379 _a1060789362 |
||
020 |
_a9781119458661 _q(electronic bk.) |
||
020 |
_a1119458668 _q(electronic bk.) |
||
020 |
_a9781119458722 _q(electronic bk.) |
||
020 |
_a9781119549550 _q(electronic bk.) |
||
020 |
_a1119549558 _q(electronic bk.) |
||
020 |
_a1119458722 _q(electronic bk.) |
||
020 | _a1119458684 | ||
020 | _a9781119458685 | ||
020 |
_a9781523118519 _q(electronic bk.) |
||
020 |
_a1523118512 _q(electronic bk.) |
||
029 | 1 |
_aAU@ _b000063892296 |
|
029 | 1 |
_aCHBIS _b011327442 |
|
029 | 1 |
_aCHNEW _b001018880 |
|
029 | 1 |
_aCHVBK _b528464922 |
|
029 | 1 |
_aCHVBK _b555579557 |
|
029 | 1 |
_aGBVCP _b1018275959 |
|
035 |
_a(OCoLC)1029545729 _z(OCoLC)1029654361 _z(OCoLC)1029783031 _z(OCoLC)1029852250 _z(OCoLC)1029858541 _z(OCoLC)1029880379 _z(OCoLC)1060789362 |
||
037 |
_a6112FE01-D5EB-4F24-ADCB-6E8B3348CD4C _bOverDrive, Inc. _nhttp://www.overdrive.com |
||
050 | 4 | _aQA76.73.C154 | |
072 | 7 |
_aCOM _x051000 _2bisacsh |
|
082 | 0 | 4 |
_a005.13/3 _223 |
049 | _aMAIN | ||
100 | 1 |
_aPerkins, Benjamin, _eauthor. |
|
245 | 1 | 0 |
_aBeginning C# 7 Programming with Visual Studio 2017 / _cBenjamin Perkins, Jacob Vibe Hammer and Jon D. Reid. |
246 | 3 | _aC# 7 programming with visual studio 2017 | |
246 | 3 | _aC# seven programming with visual studio 2017 | |
246 | 3 | _aBeginning C# seven programming with visual studio 2017 | |
264 | 1 |
_aIndianapolis, IN : _bJohn Wiley and Sons, Inc. : _bWrox, _c2018. |
|
300 | _a1 online resource | ||
336 |
_atext _btxt _2rdacontent |
||
337 |
_acomputer _bc _2rdamedia |
||
338 |
_aonline resource _bcr _2rdacarrier |
||
588 | 0 | _aOnline resource; title from PDF title page (EBSCO, viewed March 27, 2018). | |
505 | 0 | _aCover; Title Page; Copyright; About the Authors; About the Technical Editor; Credits; Acknowledgments; Contents; Introduction; Who This Book is for; What This Book Covers; How This Book is Structured; The C# Language (Chapters 1-13); Windows Programming (Chapters 14-15); Cloud and Cross-Platform Programming (Chapters 16-19); Data Access (Chapters 20-23); Additional Techniques (Chapters 24-25); What you Need to use This Book; Conventions; Source Code; Errata; Part I: The C# Language; Chapter 1: Introducing C#; What is the .NET Framework?; What's in the .NET Framework? | |
505 | 8 | _a.NET Standard and .NET CoreWriting Applications Using the .NET Framework and .NET Core; CIL and JIT; Assemblies; Managed Code; Garbage Collection; Fitting it Together; Linking; What Is C#?; Applications You Can Write with C#; C# in this Book; Visual Studio 2017; Visual Studio 2017 Products; Solutions; Chapter 2: Writing a C# Program; The Visual Studio 2017 Development Environment; Console Applications; The Solution Explorer; The Properties Window; The Error List Window; Desktop Applications; Chapter 3: Variables and Expressions; Basic C# Syntax; Basic C# Console Application Structure. | |
505 | 8 | _aVariablesSimple Types; Variable Naming; Literal Values; Binary Literals and Digit Separators; String Literals; Expressions; Mathematical Operators; Assignment Operators; Operator Precedence; Namespaces; Chapter 4: Flow Control; Boolean Logic; Boolean Bitwise and Assignment Operators; Operator Precedence Updated; Branching; The Ternary Operator; The if Statement; Checking More Conditions Using if Statements; The switch Statement; Looping; do Loops; while Loops; for Loops; Interrupting Loops; Infinite Loops; Chapter 5: More about Variables; Type Conversion; Implicit Conversions. | |
505 | 8 | _aExplicit ConversionsExplicit Conversions Using the Convert Commands; Complex Variable Types; Enumerations; Defining Enumerations; Structs; Defining Structs; Arrays; Declaring Arrays; foreach Loops; Pattern Matching with switch case expression; Multidimensional Arrays; Arrays of Arrays; String Manipulation; Chapter 6: Functions; Defining and Using Functions; Return Values; Parameters; Parameter Matching; Parameter Arrays; Reference and Value Parameters; Out Parameters; Tuples; Variable Scope; Variable Scope in Other Structures; Parameters and Return Values versus Global Data; Local Functions. | |
505 | 8 | _aThe Main() FunctionStruct Functions; Overloading Functions; Using Delegates; Chapter 7: Debugging and Error Handling; Debugging in Visual Studio; Debugging in Nonbreak (Normal) Mode; Outputting Debugging Information; Tracepoints; Diagnostics Output Versus Tracepoints; Debugging in Break Mode; Entering Break Mode; Monitoring Variable Content; Stepping through Code; Immediate and Command Windows; The Call Stack Window; Error Handling; try ... catch ... finally; Throw Expressions; Listing and Configuring Exceptions; Chapter 8: Introduction to Object-Oriented Programming. | |
520 |
_aWritten in a friendly, mentor-style fashion, with each chapter building on previous ones, this book is full of helpful hints, tips, exercises, and full-fledged example code, and will teach you about all aspects of C# programming quickly and easily. -- _cEdited summary from book. |
||
590 |
_aJohn Wiley and Sons _bWiley Online Library: Complete oBooks |
||
630 | 0 | 0 | _aMicrosoft Visual studio. |
630 | 0 | 7 |
_aMicrosoft Visual studio _2fast |
650 | 0 | _aC# (Computer program language) | |
650 | 6 | _aC# (Langage de programmation) | |
650 | 7 |
_aCOMPUTERS? Programming _xGeneral. _2bisacsh |
|
650 | 7 |
_aC# (Computer program language) _2fast |
|
700 | 1 |
_aHammer, Jacob Vibe, _eauthor. |
|
700 | 1 |
_aReid, Jon D., _eauthor. |
|
758 |
_ihas work: _aBeginning C# 7 Programming with Visual Studio 2017 (Text) _1https://id.oclc.org/worldcat/entity/E39PCGKp4CgTGMYCJqBpjcqRcd _4https://id.oclc.org/worldcat/ontology/hasWork |
||
856 | 4 | 0 | _uhttps://onlinelibrary.wiley.com/doi/book/10.1002/9781119549550 |
938 |
_aAskews and Holts Library Services _bASKH _nAH33941064 |
||
938 |
_aAskews and Holts Library Services _bASKH _nAH33941065 |
||
938 |
_aProQuest Ebook Central _bEBLB _nEBL5327219 |
||
938 |
_aEBSCOhost _bEBSC _n1737840 |
||
938 |
_aRecorded Books, LLC _bRECE _nrbeEB00743021 |
||
938 |
_aYBP Library Services _bYANK _n15649835 |
||
938 |
_aYBP Library Services _bYANK _n15242088 |
||
938 |
_aYBP Library Services _bYANK _n15237066 |
||
994 |
_a92 _bINLUM |
||
999 |
_c12512 _d12512 |