Learning C#

Learning C#

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 3h 05m | 601 MB

The C# language got its start on Windows, but today you can find it almost everywhere. Whether it’s running on the cloud, to desktops with MacOS and Linux, to mobile operating systems like Android and iOS, C# has grown into a mature, powerful language for almost any programming purpose. In this course, Joe Marini dives into the fundamentals of C#, starting with a basic overview of language constructs like program flow and data types. He then gets into more advance topics such as functions, object-oriented programming techniques, and string processing. After this course, you’ll have a better understanding of C#, and how its combination of power, simplicity, and expressiveness make it an extremely versatile programming language that can be used for almost any scenario.

Table of Contents

1 An introduction to learning C#
2 What you should know
3 Setting up your environment
4 How to run the examples
5 Hello World C#
6 Variables and data types
7 Operators
8 Writing C# comments
9 Conditionals with if
10 Conditionals with switch
11 For loops
12 While loops
13 Using break and continue
14 Exceptions
15 String operations
16 String formatting
17 String interpolation
18 Using StringBuilder
19 String parsing
20 Challenge Guess the number
21 Solution Guess the number
22 Function basics
23 Named and default parameters
24 Reference and out parameters

Homepage