Install .NET Core 2.1 SDK or later
Microsoft has a helpful tutorial to follow. We suggest that you start there before writing your training application. It will define many of the software engineering terms we use and introduce you to building applications in the Microsoft ecosystem.
ASP.NET Movie DB with Visual Studio 2017
If you are unfamiliar with git and using github to manage this training project, work through the tutorials below or ask a teammate for help.
- Fork the repository
- Clone the repository in Visual Studio 2017
- Read the Deliverables
- Submit a Pull Request after completing the project
- MVC web application with basic CRUD (Create, Read, Update, and Delete) views
- Entity framework models
- Model metadata attributes
- Relational database for Employees, Departments, and Buildings
- Use of display and editor template
- Database project
- AJAX create and append to table for Departments or Buildings
- Windows security
- Testing
- This project is for training purposes and may contain issues and bugs