---
title: "What is repository pattern in MVC.NET?"  
description: "What is repository pattern in MVC.NET?"  
author: "Chris Anderson"  
published: 2011-08-24  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1168/what-is-repository-pattern-in-mvc-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is repository pattern 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/1168/what-is-repository-pattern-in-mvc-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
