/CRUD-Operations

CRUD Operation With ASP.NET Core 2.2 MVC

Primary LanguageC#

This repository contains CRUD Operation With ASP.NET Core 2.2 MVC course.

Requirements

  • Create an Asp.net Core MVC project
  • Setup a library project
  • Setup Test project for library & Web project
  • Install and configure autofac in all project
  • Install and configure Entity framework
  • Create DBContext, UnitOfWork, Repository and Entity for 3 tables with 1 to many and many to many relation
  • Activate migration
  • Create controller and view page