Allan Didier

CS Codecademy C# Tutorial

Codecademy’s C# Tutorial isa good, free, basic introduction to C#. Sign up using your school gmail account if you want. You can follow this tutorial for a series of projects for this class. Below is a breakdown of projects and a progression that you can follow. I generally recommend that you follow the tutorial for a while and then break off and write your own code. The tutorial tells you everything you need to do, so you don’t get any practice writing your own code. You learn better by writing your own code every now and then. 

Projects following the Tutorial

Project 1

Weeks 1 & 2: Do Lessons 1-3.

  • Hello World
  • Data Types and Variables
  • Logic and Conditionals

Project 2

Weeks 3 & 4: Do Lessons 4-6

  • Methods
  • Arrays and Loops
  • Classes and Objects

Project 3

Weeks 5 & 6: Finish the tutorial, Lessons 6-9. 

  • Interfaces and Inheritance
  • References
  • Lists and LINQ

Other Code Projects

When you get tired of following programming tutorials, break away from them to try some of these other code projects