Codecademy’s C++ Tutorial is a 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
- Variables
- Conditionals & Logic
Project 2
Weeks 3 & 4: Do Lessons 4-7
- Loops
- Loop Challenge Project (do this as a separate project, see below: Text-based adventure)
- Vectors
- Functions
Project 3
Weeks 5 & 6: Finish the tutorial, Lessons 8-10.
- Function Challenge Project (do this as a separate project, see below: Tic-Tac-Toe)
- Classes and Objects
- References & Pointers
Other Code Projects
When you get tired of following programming tutorials, break away from them to try some of these other code projects.