---
title: "What is a repository?"  
description: "What is a repository?"  
author: "Anonymous User"  
published: 2013-10-14  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1815/what-is-a-repository  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# What is a repository?

**A Repository** is a type of class that hides the actual data storage mechanism from the rest of the application.A Repository, which "lives" in the Model layer, "behave as an in-memory collection of domain objects", and is instanced inside the ViewModel.

## Answers

### Answer by Anonymous User

**A Repository** is a type of class that hides the actual data storage mechanism from the rest of the application.A Repository, which "lives" in the Model layer, "behave as an in-memory collection of domain objects", and is instanced inside the ViewModel.


---

Original Source: https://www.mindstick.com/interview/1815/what-is-a-repository

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
