Skip to content

osu-cass/SDGTraining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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