jessjohn123 / Awesome_University

ASP.NET Core MVC using Entity Framework7 and .Net Core 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome_University

ASP.NET Core MVC web application that uses Entity Framework 7 for data access.

Objectives - Create Data Model, Database Context, Register context with dependency injection, initialize database with test data, Controllers and Views Create, Read, Update and Delete Operations Sorting, Filtering, Paging and Grouping Migrations involved changing connection string, creating initial migration, examining up, down and data snapshot methods, applying migration to the database Creating Complex Data Model Reading related data Upadting related data Handling concurrency conflicts Inheritance

About

ASP.NET Core MVC using Entity Framework7 and .Net Core 2.0