Pergunta de entrevista da empresa Sunflower Lab

What is repository pattern in mvc?

Resposta da entrevista

Sigiloso

2 de abr. de 2019

The repository pattern is intended to create an abstraction layer between the data access layer and the business logic layer of an application. It is a data access pattern that prompts a more loosely coupled approach to data access.