Web API for vs 2010 installation & configuration

前端 未结 3 1476
名媛妹妹
名媛妹妹 2020-12-29 04:45

I want to start learning Web API for that i need to set it up on my visual studio 2010.

In order to get started i looked at online tutorial regarding installation &a

相关标签:
3条回答
  • 2020-12-29 05:10

    You have to downlaod and install SP1 for VS 2010 , then download the ASP.NET MVC 4 Project from Microsoft http://www.microsoft.com/en-ca/download/details.aspx?id=30683 and install it. I would rather download VS 2013 , it has the Web Api (also Web Api 2) as standard - no need to download anything else.

    0 讨论(0)
  • 2020-12-29 05:21

    Web API is in the ASP.NET MVC 4 project. You can install it in VS 2010:
    http://robertbigec.wordpress.com/2012/10/11/developing-mvc-4-web-api-with-visual-studio-2010/

    0 讨论(0)
  • 2020-12-29 05:23

    In Visual Studio 2010 to add a project of type ASP.NET MVC Web API we can:

    1 - Have .NET Framework 4 & ASP.NET MVC 4 installed.

    2 - Add a new project and select MVC 4

    ( on this screen there is no Web API template which is where many users may expect to see it )

    enter image description here

    3 - Select the Web API Template

    enter image description here

    This was a great question that helped me; I hope this answer helps too.

    0 讨论(0)
提交回复
热议问题