---
title: "What are the main features of ASP.NET MVC 4 used by ASP.NET Web API?"  
description: "What are the main features of ASP.NET MVC 4 used by ASP.NET Web API?"  
author: "Anonymous User"  
published: 2014-10-10  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/2207/what-are-the-main-features-of-asp-dot-net-mvc-4-used-by-asp-dot-net-web-api  
category: "asp.net mvc"  
tags: ["asp.net", "asp.net mvc"]  
reading_time: 1 minute  

---

# What are the main features of ASP.NET MVC 4 used by ASP.NET Web API?

- **Routing changes:** ASP.NET Web API uses same convention for config mapping that ASP.NET MVC provides.
- **Model Binding & Validation:** ASP.NET Web API uses same model binding functionality, but HTTP specific context related operations only.
- **Filters:** The ASP.NET Web API uses most of built-in filters from MVC.
- **Unit Testing****:** Now Unit testing based on MVC, strongly unit testable.

## Answers

### Answer by Anonymous User

- **Routing changes:** ASP.NET Web API uses same convention for config mapping that ASP.NET MVC provides.
- **Model Binding & Validation:** ASP.NET Web API uses same model binding functionality, but HTTP specific context related operations only.
- **Filters:** The ASP.NET Web API uses most of built-in filters from MVC.
- **Unit Testing****:** Now Unit testing based on MVC, strongly unit testable.


---

Original Source: https://www.mindstick.com/interview/2207/what-are-the-main-features-of-asp-dot-net-mvc-4-used-by-asp-dot-net-web-api

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
