Skip to content

warisgeek/Generic-Repository-Pattern-in-ASP.NET-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Visual Studio 2015 project which shows how to perform the create, read, update and delete operations in the ASP.NET Core application using generic repository pattern with Entity Framework Core Code First approach.

The code illustrates the following topics:

1.Listings, create, update and delete operations.
2.One to many relationship in Entity Framework Core.
3.Create, Update and Delete operations perform in bootstrap modal pop up with tag helpers.
4.Database design using entity framework core code first approach with fluent API.
5.Entity classes and repository in separate class library project and use migration to create database from it.
6.Populate dropdown list in ASP.NET Core with dynamic data.
7.Dependency injection for DbContext and repository.

About

Generic Repository Pattern in ASP.NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published