---
title: "What is model in ASP.NET MVC?"  
description: "What is model in ASP.NET MVC?"  
author: "Chris Anderson"  
published: 2011-08-29  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1192/what-is-model-in-asp-dot-net-mvc  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# What is model in ASP.NET MVC?

The model contains the core information for an application. This includes the data and validation rules as well as data access and aggregation logic.

## Answers

### Answer by Chris Anderson

The model contains the core information for an application. This includes the data and validation rules as well as data access and aggregation logic.


---

Original Source: https://www.mindstick.com/interview/1192/what-is-model-in-asp-dot-net-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
