Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.53 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.53 KB

CASS Soft Dev Group Training

People Pro - Microsoft .Net Core MVC Application with Entity Framework

Before you start

Installations

Install .NET Core 2.1 SDK or later

MVC tutorial

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

Source Control training

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.

Where to start

  • Fork the repository
  • Clone the repository in Visual Studio 2017
  • Read the Deliverables
  • Submit a 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