C# Programming, For Beginners, Learn Coding Fast!
- Length: 205 pages
- Edition: 1
- Language: English
- Publisher: Ray Yao 's eBooks & Books
- Publication Date: 2020-03-21
- ISBN-10: B08683PRZ1
This is a zero-risk investment, if you are not satisfied with this ebook, you can get a full refund within 7 days!
About this book:
Absolutely for Beginners
This book covers all essential C# knowledge. You can learn complete primary skills of C# fast and easily. The book includes more than 80 practical examples for beginners and includes tests & answers for the college exam, the engineer certification exam, and the job interview exam.
Source Code for Download
This book provides source code for download; you can download the source code for better study, or copy the source code to your favorite editor to test the programs.
Download Link:
forms.aweber.com/form/12/1917775012.htm
Table of Contents
Chapter 1 Introduction
Introduction to C#
First C# Program
C# Comments
Escaping Characters
C# Keywords
Summary
Exercise: Run C# Program!
Data Type
Variable
Variable Define
Constant
Constant Define
Data Type Conversion
Boxing
UnBoxing
Summary
Exercise: Calculation
Chapter 2 Operators Struct Enum
Arithmetical Operators
Logical Operators
Assignment Operators
Comparison Operators
Conditional Operator
++a or a++
SizeOf
Operator Precedence
Summary
Exercise: Decrease One
Struct Types
Struct Variable
Struct’s Usage
Enum Types
Enum Variable
Enum’s Usage
Summary
Exercise: Car’s Feature
Exercise: Weekdays
Chapter 3 Control Structures
If Statement
If-else Statement
Switch Statement
For Loop
While Loop
Do-While Loop
Break Statement
Continue Statement
User Input
Summary
Exercise: Number One
Chapter 4 String & Array
String Length
Extract Substring
String Replace
String Insert
String Remove
Create an Array (1)
Create an Array (2)
Array Length
Element Value
Foreach
Sort Array
Summary
Exercise: C++ & C#
Chapter 5 Function & Exception
Functions
Function with Arguments
Return Values
Exceptions
Try-Catch
Try-Catch-Finally
Throw Exception
List
Access List Elements
List Methods
Summary
Exercise: An Error Occurs!
Chapter 6 Class & Object
Class Declaration
Object Declaration
Class & Object
Constructor
Constructor Example
Destructors
Overloading
“this” Keyword
Inheritance
Using Derived class
Overriding
Sealed keyword
Summary
Exercise: Dog & Cat
Chapter 7 Access Modifiers
Public
Private
Protected
Get & Set
LINQ
Delegate
Delegate Sample (1)
Delegate Sample (2)
Summary
Exercise: Private Member
Exercise: Protected Member
Chapter 8 Static Abstract Interface
Abstract
Abstract Example
Interface
Interface Example
Static Variable
Static Method
Polymorphism
Write a File
Read a File
Summary
Exercise: Max & Min
Exercise: Larger & Smaller
Appendix Tests & Answers
Tests
Answers
Recommended Books