In an older blog entry, we looked at creating a sales dashboard application for ASP.NET. Today, we will briefly describe how to achieve the same setup in MVC. The complete sample is available for download at the bottom of the page.
To start off, we create a new Visual Studio 2012 MVC application, with .NET Framework 4.0. To be able to take advantage of the charting component, we add a reference to the Shield.Mvc.UI dll:

The folder structure of the application looks like this: