/Repository-Pattern

In this repository, We made an effort to implement a simple crud operation using repository pattern.

Primary LanguageC#

Repository-Pattern

In this repository, We made an effort to implement a simple crud operation using repository pattern.

What is Repostiory pattern

Based on the PragimTech definition, repository Pattern is an abstraction of the Data Access Layer. It hides the details of how exactly the data is saved or retrieved from the underlying data source. The details of how the data is stored and retrieved is in the respective repository.

Packages in used
  • AutoMapper : Install-Package AutoMapper.Extensions.Microsoft.DependencyInjection
  • Entityframework Core InMemory : Install-Package Microsoft.EntityFrameworkCore.InMemory -Version 5.0.1