Cargando…

The C# programmer's study guide (MCSD) : exam 70-483 /

The C# Programmerѫs Study Guide (MCSD) : Exam: 70-483 /

Code Challenges; Challenge 1: Develop an Arithmetic Calculator Application; Challenge 2: Develop a Student Report Card Application; Practice Exam Questions; Question 1; Question 2; Question 3; Question 4; Question 5; Answers; Chapter 2: Types in C#; Understand Types; Create Types; Enum; Enum and Int...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Asad, Ali (Autor), Ali, Hamza (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, 2017.
Colección:Books for professionals by professionals.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn991854387
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 170627s2017 cau o 001 0 eng d
010 |a  2017944951 
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d EBLCP  |d GW5XE  |d YDX  |d UAB  |d AZU  |d UPM  |d OCLCF  |d MERER  |d ESU  |d OCLCQ  |d COO  |d OCLCQ  |d VT2  |d IOG  |d K6U  |d IDB  |d MERUC  |d LIV  |d U3W  |d D6H  |d CAUOI  |d OCLCQ  |d VVB  |d KSU  |d WYU  |d UMI  |d STF  |d TOH  |d UKMGB  |d G3B  |d AUD  |d OCLCQ  |d UKAHL  |d C6I  |d OCLCQ  |d OCLCO  |d OCLCQ 
066 |c (Q 
015 |a GBB8O2173  |2 bnb 
016 7 |a 019177202  |2 Uk 
019 |a 992180827  |a 996420856  |a 999562497  |a 1005803397  |a 1012024346  |a 1021275348  |a 1062728178  |a 1066638810  |a 1086456107  |a 1113372506  |a 1162788344 
020 |a 9781484228609  |q (electronic bk.) 
020 |a 148422860X  |q (electronic bk.) 
020 |a 1484228596 
020 |a 9781484228593 
020 |z 9781484228593 
024 7 |a 10.1007/978-1-4842-2860-9  |2 doi 
024 3 |a 9781484228593 
029 1 |a AU@  |b 000060477597 
029 1 |a CHNEW  |b 000962044 
029 1 |a CHVBK  |b 49170674X 
029 1 |a UKMGB  |b 019177202 
029 1 |a AU@  |b 000065066709 
029 1 |a AU@  |b 000066232387 
029 1 |a AU@  |b 000068187067 
035 |a (OCoLC)991854387  |z (OCoLC)992180827  |z (OCoLC)996420856  |z (OCoLC)999562497  |z (OCoLC)1005803397  |z (OCoLC)1012024346  |z (OCoLC)1021275348  |z (OCoLC)1062728178  |z (OCoLC)1066638810  |z (OCoLC)1086456107  |z (OCoLC)1113372506  |z (OCoLC)1162788344 
037 |a 9781484228593  |b 00152887 
050 4 |a QA76.73.C154 
072 7 |a COM  |x 051000  |2 bisacsh 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Asad, Ali,  |e author. 
245 1 4 |a The C# programmer's study guide (MCSD) :  |b exam 70-483 /  |c Ali Asad, Hamza Ali. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c 2017. 
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 
347 |a text file  |b PDF  |2 rda 
490 1 |a For professionals by professionals 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed June 28, 2017). 
500 |a Includes index. 
505 0 |a At a Glance; Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Introduction; Foreword; Chapter 1: Fundamentals of C #; Program Structure & Language Fundamentals; First Program in C#; Variables & Data Types; Data Types in C#; Variables in C#; Operator in C#; Arithmetic Operator; Relational Operator; Boolean Logical Operators; Expression in C#; Type Casting; Implicit Conversion; Explicit Conversion; var keyword; Array in C#; Single Dimension Array; Multi Dimension Array in C#; Jagged Array in C#; Implement Program Flow; Decision Structure. 
505 8 |a If {} Structure in C#If Else {} Structure in C#; If Else If {} Structure; Switch {} Structure in C#; Decision Operators; Conditional Operator (?:); Null Coalescing Operator (??); Loops in C#; While Loop; Do-while Loop; For Loop; Foreach loop; Jump Statements in C#; Goto; Break; Use break statement in loop; Continue; Use continue statement in loop; Return; Use return in method (a); Use return Statement in Main Method (b); Methods in C#; Named Argument; Optional Argument; Pass by Reference with ref Keyword; Pass by Reference with out Keyword; Use Params Array to Pass Unlimited Method Argument. 
505 8 |a Dynamic TypeNullable Type;?? Operator; Static Type; Static Constructor; Extension Methods; Type Conversion; Implicit Type Conversion; Explicit Type Conversion; as operator ; is operator ; User Defined Type Conversion; Implicit User Defined Conversion; Explicit User Defined Conversion; Summary; Code Challenges; Develop Temperature Converter Application; Practice Exam Questions; Question 1; Question 2; Question 3; Question 4; Question 5; Answers; Chapter 3: Getting Started with Object Oriented Programming; Introduction to Object Oriented Programming; OOP in a PIE; Encapsulation. 
505 8 |a Access SpecifiersPublic; Private; Protected; Internal; Internal Protected; Data Protection; Properties; Full Property; Auto Property; Indexers; Inheritance; Multi Level Inheritance; Abstract Class; Interface; Implement interface implicitly; Implement interface explicitly; Polymorphism; Static Polymorphism; Method Overloading; Overload Method by Parameter Type; Overload Method by length of parameter; Operator Overloading; Overload Unary Operators; Overload Binary Operator; Overload Comparison Operator; Dynamic Polymorphism; Virtual Method; Abstract method; Summary; Code Challenges. 
520 |a Code Challenges; Challenge 1: Develop an Arithmetic Calculator Application; Challenge 2: Develop a Student Report Card Application; Practice Exam Questions; Question 1; Question 2; Question 3; Question 4; Question 5; Answers; Chapter 2: Types in C#; Understand Types; Create Types; Enum; Enum and Integer; Override Constant's Values; Supporting Types; Struct; Constructor in struct; this keyword; Class; Constructor in Class; Base Constructor; Types and Memory Management; Value Type ; Reference Type; Heap; Stack; Register; Special Types in C#; System. Object Type; Anonymous Type. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a C# (Computer program language) 
650 0 |a Application software  |x Development. 
650 6 |a C# (Langage de programmation) 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a Computer programming / software development.  |2 bicssc 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a Microsoft programming.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a C# (Computer program language)  |2 fast  |0 (OCoLC)fst00843284 
655 7 |a Study guides.  |2 fast  |0 (OCoLC)fst01423888 
700 1 |a Ali, Hamza,  |e author. 
776 0 8 |i Printed edition:  |z 9781484228593 
830 0 |a Books for professionals by professionals. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484228609/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
880 1 4 |6 245-00/(Q  |a The C# Programmerѫs Study Guide (MCSD) :  |b Exam: 70-483 /  |c Ali Asad, Hamza Ali. 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33043676 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4884249 
938 |a EBSCOhost  |b EBSC  |n 1540941 
938 |a YBP Library Services  |b YANK  |n 14658641 
994 |a 92  |b IZTAP