Welcome to the NET Database In-Class Code repository for Fall 2024. This repository contains the code we work on during our classes. Each folder corresponds to a specific class session, and you can find the code examples and solutions discussed in class.
- Class01_IntroToCSharp/: Contains the code and examples from Class 01: Introduction to C#.
- Class02_AnotherExcitingClass/: Contains the code and examples from Class 02: Loops and Conditions.
- ...more folders will be added as the semester progresses.
To clone this repository to your local machine, run the following command:
git clone https://github.com/WCTC-Net-Database/net-db-inclass-fall2024.git
Each class’s code is organized into its own folder. You can navigate through the folders to access the code relevant to the class you’re interested in.
Checking Out Tags Each class session is also tagged in the repository. To check out the code as it was at the end of a specific class, you can use the following commands:
- List all available tags:
git tag
- Checkout a specific tag (e.g., for Class 01):
git checkout tags/class01
As we progress through the course, new code will be added to this repository. To ensure you have the latest code, use:
git pull origin main
If you encounter any issues or have questions, feel free to reach out to me during class or via email.
Here are some additional resources that may help you throughout the course:
This repository is licensed under the MIT License. You are free to use, modify, and distribute the code as long as you include the original license.
Instructor: Mark McArthey
Course: NET Database Programming
Institution: Waukesha County Technical College