CASS Soft Dev Group Training
People Pro - Microsoft .Net MVC Application with Entity Framework
Before you start
Microsoft has a very easy tutorial to follow. We recommend starting there before this training application.
If you are having trouble using git and github to manage this training project, work through the presentations below or ask for help.
Where to start
- Fork the repo
- Pull the repo in Visual Studio 2015/13
- Read the Deliverables
- Pull Request after completing the project
Deliverables
- 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
Issues
- This project is for training purposes and may contain issues and bugs