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
The following tools can be used with this solution.
The app is a simple university enrollment app. Users can view and update student, course, and instructor information.
- .NET 6.0
- ASP.Net Core (MVC)
- EFCore
- SQL Server / LocalDB
- HTML
The solution uses the following simple data model.