/itse1430

ITSE 1430 Programming in C#

Primary LanguageC#MIT LicenseMIT

ITSE 1430 - Programming in C#

This repository is where your classwork and lab assignments will go.

Set Up

Refer to the Setup section in the documentation repository for important information on how to properly set up your computer for this course.

Getting Started

Refer to the Getting Started guide in the document repository for help on using the tools in this class.

Book

The book for this course is available electronically in the itse1430-docs repository.

Repository Layout

The repository is laid out in a way to make it easier for you to work with during class.

  • classwork is where your daily classwork will go. Each time we do work in class you will push the work to this folder so you can refer to it later.
  • labs is where your lab assignments will go. Each lab assignment will go into its own subfolder. It is from this folder that I will grade your lab assignments.
  • tools is where some tools are available. Most importantly is a settings file that will sync your Visual Studio settings to the class settings to make it easier to navigate Visual Studio.
  • .editorconfig is a style configuration file that Visual Studio uses to help guide styling of your code.
  • .git is a core Git folder. Never touch or modify this folder. Doing so will potentially prevent you from syncing with Github.
  • .gitattributes is a core Git file. Do not touch or remove this file.
  • .gitignore is a core Git file. Do not touch or remove this file.