Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 916 Bytes

readme.md

File metadata and controls

31 lines (18 loc) · 916 Bytes

Introduction

The purpose of this project is to provide a simple web application that can used to discuss code features and provide a base implementation to do code pairing and extension exercises.

The project is based on the tutorial provided by Microsoft and particpants are encouraged to complete the exercise themselves to understand the codebase:

https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/intro?view=aspnetcore-6.0

Tools

The following tools can be used with this solution.

Description

The app is a simple university enrollment app. Users can view and update student, course, and instructor information.

Technology

  • .NET 6.0
  • ASP.Net Core (MVC)
  • EFCore
  • SQL Server / LocalDB
  • HTML

Data Model

The solution uses the following simple data model.