---
title: "What is namespace of asp.net mvc?"  
description: "What is namespace of asp.net mvc?"  
author: "Vijay Shukla"  
published: 2012-12-07  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1589/what-is-namespace-of-asp-dot-net-mvc  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# What is namespace of asp.net mvc?

ASP.NET MVC namespaces and classes are located in the System.Web.Mvc assembly.

## Answers

### Answer by sankar rao

A Namespace is a physical collection of classes.andA Assembly is a logical collection of classes.

### Answer by Vijay Shukla

ASP.NET MVC namespaces and classes are located in the System.Web.Mvc assembly.


---

Original Source: https://www.mindstick.com/interview/1589/what-is-namespace-of-asp-dot-net-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
