How can I create a project that uses WebApi2 in visual studio 2012?
Do I have to create with a blank project or do I have to create a MVC project?
I don\'t want
Open view and select package manager console and paste following command and press enter.
package manager console
Install-Package Microsoft.AspNet.WebApi
Package manger console will display at bottom.
Package manger console