Scaffolded presentation projects include the following project types:
MVC Web Application Projects. Refer to Creating an MVC Web Application
Web API RESTful Service Projects. Refer to Creating a RESTful Web Service Application
WCF Service Applications using Scaffolding. Refer to Creating a WCF Service Application using Scaffolding
For Scaffolded presentation project types, the linkage between the presentation project and the associated data source has been redesigned to allow more flexibility.
The other presentation projects must be created in the same solution as the data source project. Only one data source project can be linked to a presentation project. These presentation projects are linked using presentation generation options. Refer to Changing Presentation Generation Options for more information.
Conversely, with scaffolded presentations, you can import data source projects from other solutions. In addition, you can associate more than one data source project with your presentation project.
Refer to the following topics related to using scaffolded presentation projects for more information: