This document provides an overview of key concepts in ASP.NET MVC including application folders, configuration files, the MVC pipeline, routing, and action method return types. It describes folders for views, controllers, models, scripts, images and more. Configuration files like BundleConfig, FilterConfig and RouteConfig are explained. The MVC request pipeline of routing, controller selection, model binding and view rendering is outlined. Routing and route parameters are also summarized. Finally, different action method return types such as ViewResult, JSONResult and ContentResult are introduced.