Skip to content

WCTC-Net-Database/Fall-2024-In-Class

Repository files navigation

NET Database In-Class Code (Fall 2024)

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.

Repository Structure

  • 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.

How to Use This Repository

Cloning the Repository

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

Accessing Specific Class Code

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:

  1. List all available tags:
git tag
  1. Checkout a specific tag (e.g., for Class 01):
git checkout tags/class01

Pulling the Latest Changes

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

Troubleshooting

If you encounter any issues or have questions, feel free to reach out to me during class or via email.

Additional Resources

Here are some additional resources that may help you throughout the course:

License

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

About

In-class code for Fall 2024 .NET Database course

Resources

Stars

Watchers

Forks

Packages

No packages published