rabbycse / CRUD-Operations

CRUD Operation With ASP.NET Core 2.2 MVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CRUD Operation With ASP.NET Core 2.2 MVC


Languages

Language:C# 82.0%Language:HTML 14.5%Language:CSS 1.9%Language:Dockerfile 1.1%Language:JavaScript 0.4%