With the release of ASP.NET and Web Tools 2012.2 RC (details here ), we have added a couple of new features to Page Inspector in Visual Studio 2012, namely CSS Auto-Sync and JavaScript Selection Mapping. I explain these features in the context of a MVC 4 Single Page Application (SPA app) below, which is a new template available in this release. But the Page Inspector improvements are available for all the other kinds of web projects as well, such as other types of MVC projects and web forms projects. CSS Auto-Sync Let’s get started by creating a new MVC 4 SPA application using VS 2012. With VS 2012, once the application is created, you can right-click the MVC project and ‘View in Page Inspector’ and the page will load in the...(read more) ...
Go to the complete details ...