Please use this identifier to cite or link to this item:
http://localhost/handle/Hannan/1027
Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | Asad, Ali, ; author ; | en_US |
dc.contributor.author | Ali, Hamza, ; author ; | en_US |
dc.date.accessioned | 2013 | en_US |
dc.date.accessioned | 2020-05-17T08:24:32Z | - |
dc.date.available | 2020-05-17T08:24:32Z | - |
dc.date.issued | 2017 | en_US |
dc.identifier.isbn | 9781484228609 ; | en_US |
dc.identifier.isbn | 148422860X ; | en_US |
dc.identifier.uri | http://localhost/handle/Hannan/1027 | - |
dc.description | en_US | |
dc.description | en_US | |
dc.description | Available to OhioLINK libraries ; | en_US |
dc.description | en_US | |
dc.description | Ohio Library and Information Network ; | en_US |
dc.description | en_US | |
dc.description | en_US | |
dc.description.abstract | 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 ; | en_US |
dc.description.statementofresponsibility | Ali Asad, Hamza Ali | en_US |
dc.description.tableofcontents | 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 ; | en_US |
dc.description.tableofcontents | If {} 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.tableofcontents | Dynamic 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.tableofcontents | 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 ; | en_US |
dc.format.extent | 1 online resource ; | en_US |
dc.format.extent | Includes index ; | en_US |
dc.publisher | Apress, | en_US |
dc.relation.haspart | 9781484228609.pdf | en_US |
dc.subject | C# (Computer program language) ; | en_US |
dc.subject | Application software ; Development ; | en_US |
dc.title | The C# programmer's study guide (MCSD) : | en_US |
dc.title.alternative | exam 70-483 / | en_US |
dc.type | Book | en_US |
dc.publisher.place | [Berkeley, CA] : | en_US |
dc.classification.lc | QA76.73.C154 ; | en_US |
dc.classification.dc | 005.13/3 ; 23 ; | en_US |
Appears in Collections: | مهندسی فناوری اطلاعات |
Files in This Item:
File | Description | Size | Format | |
---|---|---|---|---|
9781484228609.pdf | 5.12 MB | Adobe PDF | Preview File |
Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | Asad, Ali, ; author ; | en_US |
dc.contributor.author | Ali, Hamza, ; author ; | en_US |
dc.date.accessioned | 2013 | en_US |
dc.date.accessioned | 2020-05-17T08:24:32Z | - |
dc.date.available | 2020-05-17T08:24:32Z | - |
dc.date.issued | 2017 | en_US |
dc.identifier.isbn | 9781484228609 ; | en_US |
dc.identifier.isbn | 148422860X ; | en_US |
dc.identifier.uri | http://localhost/handle/Hannan/1027 | - |
dc.description | en_US | |
dc.description | en_US | |
dc.description | Available to OhioLINK libraries ; | en_US |
dc.description | en_US | |
dc.description | Ohio Library and Information Network ; | en_US |
dc.description | en_US | |
dc.description | en_US | |
dc.description.abstract | 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 ; | en_US |
dc.description.statementofresponsibility | Ali Asad, Hamza Ali | en_US |
dc.description.tableofcontents | 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 ; | en_US |
dc.description.tableofcontents | If {} 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.tableofcontents | Dynamic 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.tableofcontents | 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 ; | en_US |
dc.format.extent | 1 online resource ; | en_US |
dc.format.extent | Includes index ; | en_US |
dc.publisher | Apress, | en_US |
dc.relation.haspart | 9781484228609.pdf | en_US |
dc.subject | C# (Computer program language) ; | en_US |
dc.subject | Application software ; Development ; | en_US |
dc.title | The C# programmer's study guide (MCSD) : | en_US |
dc.title.alternative | exam 70-483 / | en_US |
dc.type | Book | en_US |
dc.publisher.place | [Berkeley, CA] : | en_US |
dc.classification.lc | QA76.73.C154 ; | en_US |
dc.classification.dc | 005.13/3 ; 23 ; | en_US |
Appears in Collections: | مهندسی فناوری اطلاعات |
Files in This Item:
File | Description | Size | Format | |
---|---|---|---|---|
9781484228609.pdf | 5.12 MB | Adobe PDF | Preview File |
Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | Asad, Ali, ; author ; | en_US |
dc.contributor.author | Ali, Hamza, ; author ; | en_US |
dc.date.accessioned | 2013 | en_US |
dc.date.accessioned | 2020-05-17T08:24:32Z | - |
dc.date.available | 2020-05-17T08:24:32Z | - |
dc.date.issued | 2017 | en_US |
dc.identifier.isbn | 9781484228609 ; | en_US |
dc.identifier.isbn | 148422860X ; | en_US |
dc.identifier.uri | http://localhost/handle/Hannan/1027 | - |
dc.description | en_US | |
dc.description | en_US | |
dc.description | Available to OhioLINK libraries ; | en_US |
dc.description | en_US | |
dc.description | Ohio Library and Information Network ; | en_US |
dc.description | en_US | |
dc.description | en_US | |
dc.description.abstract | 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 ; | en_US |
dc.description.statementofresponsibility | Ali Asad, Hamza Ali | en_US |
dc.description.tableofcontents | 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 ; | en_US |
dc.description.tableofcontents | If {} 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.tableofcontents | Dynamic 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.tableofcontents | 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 ; | en_US |
dc.format.extent | 1 online resource ; | en_US |
dc.format.extent | Includes index ; | en_US |
dc.publisher | Apress, | en_US |
dc.relation.haspart | 9781484228609.pdf | en_US |
dc.subject | C# (Computer program language) ; | en_US |
dc.subject | Application software ; Development ; | en_US |
dc.title | The C# programmer's study guide (MCSD) : | en_US |
dc.title.alternative | exam 70-483 / | en_US |
dc.type | Book | en_US |
dc.publisher.place | [Berkeley, CA] : | en_US |
dc.classification.lc | QA76.73.C154 ; | en_US |
dc.classification.dc | 005.13/3 ; 23 ; | en_US |
Appears in Collections: | مهندسی فناوری اطلاعات |
Files in This Item:
File | Description | Size | Format | |
---|---|---|---|---|
9781484228609.pdf | 5.12 MB | Adobe PDF | Preview File |