This document discusses new features in ASP.NET MVC 4 including WebAPI, task support for asynchronous controllers, database migrations, bundling and minification features to improve performance, and increased support for mobile development. It provides an overview and code examples of using the WebAPI framework for building RESTful services, content negotiation, routing, action parameters, and asynchronous processing using async and await.