https://github.com/jguadagno/mscc-workshop
https://github.com/jguadagno/mscc-workshop
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jguadagno/mscc-workshop
- Owner: jguadagno
- License: mit
- Created: 2023-07-08T16:42:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T14:34:01.000Z (over 1 year ago)
- Last Synced: 2024-10-19T01:18:08.336Z (8 months ago)
- Language: C#
- Size: 4.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# MSCC Workshop
## Introduction
This repository contains the materials for the MSCC workshop. The workshop walks you through creating an API based on an existing database.
## Prerequisites
* Visual Studio 2017 or higher, or JetBrains Rider, or Visual Studio Code
* .NET Core 6.0 or higher, .NET 7 preferred.
* .NET Workload of `ASP.NET and web development`
* **git** client
* A working internet connection## Getting started
Clone this repository to your local machine and open the solution [src/start/src/Contacts.sln](/src/start/src/Contacts.sln) in your IDE of choice.
## Workshop
Once the solution is open. Follow the instructions in the [src/start/src/workshop-instructions.md](/src/start/src/workshop-instructions.md) to complete the workshop.
## Slide Deck
The slide deck for this workshop can be found [here](MSCC%20Workshop%202023.pptx)