Up to Dr Harrington's Home Web page
This course page provides quick links the are useful for Comp 170. If you are just starting, the place to go is the Ground Rules, which introduces all the other links on this page except the other programming languages.
Ground Rules Course administration and requirements -- READ THIS FIRST
Course Schedule and Assignments This is the main link for day-to-day progress.
Contact information, office hours
Web version of Notes Both Dr. Thiruvathukal and I are using and elaborating these notes.
Downloads associated with the notes
Class Examples folder (Examples and handouts not linked directly to the formal notes)
Pair Programming: Administration, How to Pair Program
Tutoring Schedule and Tutor Photos (Click on a name.) Check this out when you want some help!
Another free C# book online, with a fair amount of overlap with our book, has a link on http://www.csharpcourse.com/: Click on the link for Rob Miles CSharp Yellow Book 2012.pdf (or the latest year).
Free interactive testing of your ability to read bits of C# and predict the path of execution (playing computer). This understanding is important before writing your own code. Advantages: free, gives step by step answers, adaptive to your level. Disadvantages: slow, picky about order: http://www.problets.org/user/s13/luc/.
Python (another excellent free object-oriented language, that I will sometimes make passing reference to for comparison)
Java Developers' Page C# has evolved partly from Java, and we are likely to make some comparative references.