Beginning Programming with C#

Beginning Programming with C#

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 17m | 983 MB

This course will teach you the basics of working with the C# language. You’ll learn how to write programs using Microsoft’s premiere development language: C#.

Table of Contents

1 Promo
2  Introduction
3  Installing Visual Studio
4  Your First Program
5  C# Overview
6  Variables
7  Calculating the Average
8  Types
9  Casting
10  Operators
11  Challenge – Creating a String
12  Nullable types
13  Conclusion
14  Introduction
15  Enumerations
16  If Statements
17  Challenge – Write an If Statement
18  Ternary
19  Switch Statements
20  Arrays
21  Challenge – Create an Array
22  For Loop
23  Challenge – Write a For Loop
24  Other Loops
25  Conclusion