Author: .NET Web Development and Tools Blog | Posted on: 10/22/2013 12:43:49 PM | Views : 1786

Adding Core References Support in an ASP.NET Empty Project Brief In Visual Studio 2013 we introduced the core reference framework to ASP.NET project creation. You can choose what core references you want in your to-be-created project. How Let’s take the example of adding Web API core references in an Empty ASP.NET Project Open Visual Studio 2013 New Project Dialog Choose “ASP.NET Web Application” under “Web” Select any template in the New ASP.NET Project dialog. Notice the three check boxes under “Add folders and core references for:” The availability of Web Forms , MVC and Web API depend on which template you choose. For example, MVC is always selected for the MVC template. When you select Empty , all...(read more)

Go to the complete details ...