async-repository-dotnetcore-webapi icon indicating copy to clipboard operation
async-repository-dotnetcore-webapi copied to clipboard

Points to consider when following this repository pattern for large projects.

Open SunnyHcs12 opened this issue 5 years ago • 1 comments

SunnyHcs12 avatar Nov 14 '19 05:11 SunnyHcs12

What if I have 30-40 repositories? Should I include all those inside RepositoryWrapper or should create some sort of bifurcations for them as including all those inside a single file will cause too many lines of code in RepositoryWrapper class. Also, isn't there the need of Service Layer to separate the business logic with database related logic?

SunnyHcs12 avatar Nov 14 '19 05:11 SunnyHcs12