C# Programming: Quickly Learn C# Programming

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Learn How To Master C# Programming Quickly! All Aspects of C# Programming Are Covered In This Book Learn how to create fully functioning programs using C#. This guide is great for beginners and intermediate users.

Author(s): Jason Hamilton
Publisher: Createspace Independent Publishing Platform
Year: 2016

Language: English
Pages: 74

Table of Contents
Introduction
 
Chapter 1: C# 101
 
Setting Up the Right Environment
 
Chapter 2: First Program and Basic Syntax
 
Hello, Word!
 
Explanation
 
Identifiers and Keywords
 
Chapter 3: Variables and Data Types
 
Data Types
Chapter 4: Operators
 
1. Assignment Operators
2. Arithmetic Operators
3. Logical Operators
4. Relational Operators
if Statement
The Switch Statement
Chapter 6: Loops
 
The While Loop
Do…While Loop
For Loop
Foreach
Chapter 7: Understanding Methods
 
How to Define a Method
Calling a Method
Popular Statements
Chapter 8: Using Arrays
 
Declaring and Initializing Arrays
Accessing Arrays
User-Defined Exceptions
Chapter 10: Inheritance
 
Conclusion