In this repository, We made an effort to implement a simple crud operation using repository 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.
- AutoMapper :
Install-Package AutoMapper.Extensions.Microsoft.DependencyInjection
- Entityframework Core InMemory :
Install-Package Microsoft.EntityFrameworkCore.InMemory -Version 5.0.1