learn-c-sharp

C# Lesson 12

Lesson 12 in a our series about learning C# teaches you about working with methods.

C# Lesson 11

Lesson 11 in our series about learning C# teaches you about working with using boolean operators to control logic flow.

C# Lesson 10

Lesson 10 in a our series about learning C# teaches you about working with arrays.

C# Project 2

Test out your knowledge on basic C# programming with a challenging project making a hangman game. Covers lessons 7-12 from the beginner series.

C# Lesson 9

Lesson 9 in our series about learning C# teaches you how to make Strings do your bidding.

C# Lesson 8

Characters, the data type that's just a little less useful than a string.

C# Lesson 7

You're familiar with "while" loops in C#, but but it's time to learn about "for" loops. Let's get loopy in the 7th lesson in our series about learning C#.

Bubble Sort

Sample source code for implementing bubble sort in C# with an accompanying video explaining how to do it yourself.

C# Project 1

Test out your knowledge on basic C# programming with a challenging project doing conversions. Covers lessons 1-6 from the beginner series.

C# Lesson 6

Learn about "while" loops, a way to make sections of code repeat, in our 6th lesson in the C# series for beginners.

C# Lesson 5

Run sections of your code only IF you want them to with the "if" statement in the 5th lesson from the series on learning C# for beginners.

C# Lesson 4

You truly need this lesson from our beginner series if you aren't familiar with using a Boolean in C#.

C# Lesson 3

Learn how to do some basic math with C# in the 3rd lesson from our series for beginners learning C#.

C# Lesson 2

Learn how to read input from the user in the second lesson from our series on learning C# for beginners.

C# Lesson 1

Learn how to declare and use variables in the very first lesson from our series on learning C# for beginners.