---
title: "What is repository patterm in MVC.NET?"  
description: "What is repository patterm in MVC.NET?"  
author: "Chris Anderson"  
published: 2011-08-29  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1190/what-is-repository-patterm-in-mvc-dot-net  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# What is repository patterm in MVC.NET?

“The Repository will delegate to the appropriate infrastructure services to get the job done. Encapsulating in the mechanisms of storage, retrieval and query is the most basic feature of a Repository implementation”

## Answers

### Answer by Chris Anderson

“The Repository will delegate to the appropriate infrastructure services to get the job done. Encapsulating in the mechanisms of storage, retrieval and query is the most basic feature of a Repository implementation”


---

Original Source: https://www.mindstick.com/interview/1190/what-is-repository-patterm-in-mvc-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
