Please use this identifier to cite or link to this item: http://localhost/handle/Hannan/1027
Full metadata record
DC FieldValueLanguage
dc.contributor.authorAsad, Ali, ; author ;en_US
dc.contributor.authorAli, Hamza, ; author ;en_US
dc.date.accessioned2013en_US
dc.date.accessioned2020-05-17T08:24:32Z-
dc.date.available2020-05-17T08:24:32Z-
dc.date.issued2017en_US
dc.identifier.isbn9781484228609 ;en_US
dc.identifier.isbn148422860X ;en_US
dc.identifier.urihttp://localhost/handle/Hannan/1027-
dc.descriptionen_US
dc.descriptionen_US
dc.descriptionAvailable to OhioLINK libraries ;en_US
dc.descriptionen_US
dc.descriptionOhio Library and Information Network ;en_US
dc.descriptionen_US
dc.descriptionen_US
dc.description.abstractCode 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 ;en_US
dc.description.statementofresponsibilityAli Asad, Hamza Alien_US
dc.description.tableofcontentsAt 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 ;en_US
dc.description.tableofcontentsIf {} Structure in C#If Else {} Structure in C#; If Else If {} Structure; Switch {} Structure in C#; Decision Operators; Conditional Operator (e:); Null Coalescing Operator (ee); 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 ;en_US
dc.description.tableofcontentsDynamic TypeNullable Type; ee 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 ;en_US
dc.description.tableofcontentsAccess 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 ;en_US
dc.format.extent1 online resource ;en_US
dc.format.extentIncludes index ;en_US
dc.publisherApress,en_US
dc.relation.haspart9781484228609.pdfen_US
dc.subjectC# (Computer program language) ;en_US
dc.subjectApplication software ; Development ;en_US
dc.titleThe C# programmer's study guide (MCSD) :en_US
dc.title.alternativeexam 70-483 /en_US
dc.typeBooken_US
dc.publisher.place[Berkeley, CA] :en_US
dc.classification.lcQA76.73.C154 ;en_US
dc.classification.dc005.13/3 ; 23 ;en_US
Appears in Collections:مهندسی فناوری اطلاعات

Files in This Item:
File Description SizeFormat 
9781484228609.pdf5.12 MBAdobe PDFThumbnail
Preview File
Full metadata record
DC FieldValueLanguage
dc.contributor.authorAsad, Ali, ; author ;en_US
dc.contributor.authorAli, Hamza, ; author ;en_US
dc.date.accessioned2013en_US
dc.date.accessioned2020-05-17T08:24:32Z-
dc.date.available2020-05-17T08:24:32Z-
dc.date.issued2017en_US
dc.identifier.isbn9781484228609 ;en_US
dc.identifier.isbn148422860X ;en_US
dc.identifier.urihttp://localhost/handle/Hannan/1027-
dc.descriptionen_US
dc.descriptionen_US
dc.descriptionAvailable to OhioLINK libraries ;en_US
dc.descriptionen_US
dc.descriptionOhio Library and Information Network ;en_US
dc.descriptionen_US
dc.descriptionen_US
dc.description.abstractCode 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 ;en_US
dc.description.statementofresponsibilityAli Asad, Hamza Alien_US
dc.description.tableofcontentsAt 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 ;en_US
dc.description.tableofcontentsIf {} Structure in C#If Else {} Structure in C#; If Else If {} Structure; Switch {} Structure in C#; Decision Operators; Conditional Operator (e:); Null Coalescing Operator (ee); 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 ;en_US
dc.description.tableofcontentsDynamic TypeNullable Type; ee 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 ;en_US
dc.description.tableofcontentsAccess 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 ;en_US
dc.format.extent1 online resource ;en_US
dc.format.extentIncludes index ;en_US
dc.publisherApress,en_US
dc.relation.haspart9781484228609.pdfen_US
dc.subjectC# (Computer program language) ;en_US
dc.subjectApplication software ; Development ;en_US
dc.titleThe C# programmer's study guide (MCSD) :en_US
dc.title.alternativeexam 70-483 /en_US
dc.typeBooken_US
dc.publisher.place[Berkeley, CA] :en_US
dc.classification.lcQA76.73.C154 ;en_US
dc.classification.dc005.13/3 ; 23 ;en_US
Appears in Collections:مهندسی فناوری اطلاعات

Files in This Item:
File Description SizeFormat 
9781484228609.pdf5.12 MBAdobe PDFThumbnail
Preview File
Full metadata record
DC FieldValueLanguage
dc.contributor.authorAsad, Ali, ; author ;en_US
dc.contributor.authorAli, Hamza, ; author ;en_US
dc.date.accessioned2013en_US
dc.date.accessioned2020-05-17T08:24:32Z-
dc.date.available2020-05-17T08:24:32Z-
dc.date.issued2017en_US
dc.identifier.isbn9781484228609 ;en_US
dc.identifier.isbn148422860X ;en_US
dc.identifier.urihttp://localhost/handle/Hannan/1027-
dc.descriptionen_US
dc.descriptionen_US
dc.descriptionAvailable to OhioLINK libraries ;en_US
dc.descriptionen_US
dc.descriptionOhio Library and Information Network ;en_US
dc.descriptionen_US
dc.descriptionen_US
dc.description.abstractCode 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 ;en_US
dc.description.statementofresponsibilityAli Asad, Hamza Alien_US
dc.description.tableofcontentsAt 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 ;en_US
dc.description.tableofcontentsIf {} Structure in C#If Else {} Structure in C#; If Else If {} Structure; Switch {} Structure in C#; Decision Operators; Conditional Operator (e:); Null Coalescing Operator (ee); 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 ;en_US
dc.description.tableofcontentsDynamic TypeNullable Type; ee 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 ;en_US
dc.description.tableofcontentsAccess 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 ;en_US
dc.format.extent1 online resource ;en_US
dc.format.extentIncludes index ;en_US
dc.publisherApress,en_US
dc.relation.haspart9781484228609.pdfen_US
dc.subjectC# (Computer program language) ;en_US
dc.subjectApplication software ; Development ;en_US
dc.titleThe C# programmer's study guide (MCSD) :en_US
dc.title.alternativeexam 70-483 /en_US
dc.typeBooken_US
dc.publisher.place[Berkeley, CA] :en_US
dc.classification.lcQA76.73.C154 ;en_US
dc.classification.dc005.13/3 ; 23 ;en_US
Appears in Collections:مهندسی فناوری اطلاعات

Files in This Item:
File Description SizeFormat 
9781484228609.pdf5.12 MBAdobe PDFThumbnail
Preview File