Cargando…

Beginning object-oriented programming with C♯ /

The ideal beginner's guide to C♯ and object-oriented programming Wrox beginners' guides have the perfect formula for getting programming newcomers up and running. This one introduces beginners to object-oriented programming using C♯ to demonstrate all of the core constructs of this program...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Purdum, Jack J. (Jack Jay)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, IN : Wrox/John Wiley & Sons, ©2013.
Colección:Programmer to programmer.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn824360799
003 OCoLC
005 20231017213018.0
006 m o d
007 cr zn|||||||||
008 121208s2013 inua o 001 0 eng d
040 |a CtWfDGI  |b eng  |e pn  |c STF  |d B24X7  |d OCLCO  |d OCLCQ  |d YDXCP  |d N$T  |d OCLCF  |d UKDOC  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d EBLCP  |d DEBSZ  |d COO  |d UMI  |d CEF  |d IDEBK  |d CDX  |d REB  |d OCLCQ  |d OCLCO  |d YDX  |d LIV  |d OCLCQ  |d MERUC  |d OCLCQ  |d INT  |d OCLCQ  |d WYU  |d U3W  |d OCLCQ  |d UAB  |d VT2  |d OCLCQ  |d BRF  |d OCLCO  |d UKAHL  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 818858010  |a 826441980  |a 852429387  |a 865699603  |a 959954479  |a 1066567399  |a 1103262153  |a 1129378445  |a 1153008215  |a 1192334632  |a 1240531041 
020 |a 9781118387948  |q (electronic bk.) 
020 |a 1118387945  |q (electronic bk.) 
020 |a 9781118416471  |q (electronic bk.) 
020 |a 1118416473  |q (electronic bk.) 
020 |a 9781118540756  |q (electronic bk.) 
020 |a 1118540751  |q (electronic bk.) 
020 |z 9781118336922  |q (pbk. ;  |q alk. paper) 
020 |z 1118336925  |q (pbk. ;  |q alk. paper) 
024 3 |a 9781118416471 
029 1 |a AU@  |b 000050633227 
029 1 |a AU@  |b 000052006063 
029 1 |a AU@  |b 000053284706 
029 1 |a DEBBG  |b BV041431018 
029 1 |a DEBSZ  |b 397330006 
029 1 |a DEBSZ  |b 39826838X 
035 |a (OCoLC)824360799  |z (OCoLC)818858010  |z (OCoLC)826441980  |z (OCoLC)852429387  |z (OCoLC)865699603  |z (OCoLC)959954479  |z (OCoLC)1066567399  |z (OCoLC)1103262153  |z (OCoLC)1129378445  |z (OCoLC)1153008215  |z (OCoLC)1192334632  |z (OCoLC)1240531041 
037 |a CL0500000236  |b Safari Books Online 
050 4 |a QA76.64  |b .P87 2013eb 
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 23 
049 |a UAMI 
100 1 |a Purdum, Jack J.  |q (Jack Jay) 
245 1 0 |a Beginning object-oriented programming with C♯ /  |c Jack Purdum. 
260 |a Indianapolis, IN :  |b Wrox/John Wiley & Sons,  |c ©2013. 
300 |a 1 online resource 
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 programmer to programmer 
500 |a "Wrox programmer to programmer"--Thumbnail image 
500 |a Title from title screen. 
500 |a Includes index. 
505 0 |a Cover; Part I: Getting Started; Chapter 1: Introducing C♯; A Short History of Object-Oriented Programming (OOP); Installing C♯; A Test Program Using C♯; Summary; Chapter 2: Understanding Objects; Understanding Objects; Getting Started with Objects; Developing a Program Plan; Creating a Simple Application Using Objects; Using C♯ to Implement Your Program Plan; Summary; Part II: Understanding C♯ Syntax; Chapter 3: Understanding Data Types; Computer Data; Floating-Point Data Types; Monetary Values: The Decimal Data Type; Using IntelliSense to Locate Program Errors; The Boolean Data Type; Summary. 
505 8 |a Chapter 4: Understanding C♯ StatementsBasic Building Blocks of a Programming Language; Defining Variables; Using a Variable in a Program; The Bucket Analogy; Types of Program Errors; The Visual Studio Debugger; Using the Visual Studio Debugger; Defensive Coding; Summary; Chapter 5: Understanding Reference Data Types; String Variables; Using String Variables; Datetime Reference Objects; Summary; Chapter 6: Making Decisions in Code; Relational Operators; Logical Operators; The switch Statement; Summary; Chapter 7: Statement Repetition Using Loops; Program Loops; Nested for Loops; While Loops. 
505 8 |a Do-while Program LoopsThe Continue Statement; Summary; Chapter 8: Understanding Arrays and Collections; What Is an Array?; The ListView Object; Arrays Are Objects; Multidimensional Arrays; Initializing Arrays; Collections; ArrayList Objects; Summary; Part III: Writing Your Own Classes; Chapter 9: Designing Classes; Class Design; Designing a Program; UML Light; The clsDates Design; User Interfaces Versus User Interfaces; Summary; Chapter 10: Designing and Writing Custom Classes; Constructors; Property Methods; What to Do if an Error Occurs in a Property Method. 
505 8 |a Class Design for Deck-of-Cards ProgramDesigning a Card Game Using clsCardDeck; Summary; Chapter 11: Exception Handling and Debugging; Overview; Input Errors; Exception Handling; Program Debugging; Summary; Chapter 12: Generics; What Are Generics?; Introduction to Generics; Generic Quicksort; Summary; Part IV: Storing Data; Chapter 13: Using Disk Data Files; Directories; File Class; FileInfo Class; Types of Files; Sequential Versus Random Access Files; Serialization and Deserialization; MDI, Menus, and File Dialogs; Summary; Chapter 14: Using Databases; What Is a Database? 
520 |a The ideal beginner's guide to C♯ and object-oriented programming Wrox beginners' guides have the perfect formula for getting programming newcomers up and running. This one introduces beginners to object-oriented programming using C♯ to demonstrate all of the core constructs of this programming framework. Using real-world situations, you'll discover how to create, test, and deliver your programs and how to work with classes, arrays, collections, and all the elements of object-oriented programming. Covers exactly what beginners, even those with no prior programming experi. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Object-oriented programming (Computer science) 
650 0 |a C# (Computer program language) 
650 6 |a Programmation orientée objet (Informatique) 
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 7 |a Object-oriented programming (Computer science)  |2 fast 
776 0 8 |i Print version:  |a Purdum, Jack.  |t Beginning Object-Oriented Programming with C♯.  |d New York : Wiley, ©2012  |z 9781118336922 
830 0 |a Programmer to programmer. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781118416471/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
936 |a BATCHLOAD 
938 |a 123Library  |b 123L  |n 52889 
938 |a Askews and Holts Library Services  |b ASKH  |n AH24486637 
938 |a Books 24x7  |b B247  |n bks00049515 
938 |a Coutts Information Services  |b COUT  |n 24807451 
938 |a EBSCOhost  |b EBSC  |n 531604 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis24807451 
938 |a YBP Library Services  |b YANK  |n 9910416 
938 |a YBP Library Services  |b YANK  |n 10249395 
994 |a 92  |b IZTAP