用于 vs 2010 安装和安装的 Web API配置

Web API for vs 2010 installation amp; configuration(用于 vs 2010 安装和安装的 Web API配置)
本文介绍了用于 vs 2010 安装和安装的 Web API配置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想开始学习 Web API,因为我需要在我的 Visual Studio 2010 上设置它.

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

为了开始,我查看了有关安装和安装的在线教程;对比 2010 上的 Web API 配置,这让我有些困惑,并决定就此咨询专家建议.

In order to get started i looked at online tutorial regarding installation & configuration of web API on vs 2010 which some what confused me and decide ask expert advice on this.

我有几个关于 Web API 的基本问题.

I have couple of basic question regarding web API.

  1. 如何在 VS 2010 上安装 Web API?
  2. 在 VS 2010 上设置 Web API 的基本要求是什么?
  3. Web API 可以与 asp.net 网络表单一起使用吗(因为我一直在研究 asp.net 网络表单,我没有 MVC 经验)

我相信这几个问题的答案可能会帮助其他想要在 VS 2010 上使用 Web API 的用户.

I am sure answers to these few question may help other user who want to start using web API on VS 2010.

非常感谢这方面的任何帮助

Any help in this regarding is highly appreciated

推荐答案

Web API 在 ASP.NET MVC 4 项目中.您可以在 VS 2010 中安装它:
http://robertbigec.wordpress.com/2012/10/11/developing-mvc-4-web-api-with-visual-studio-2010/

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/

这篇关于用于 vs 2010 安装和安装的 Web API配置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
Visual Studio 2010 ReportViewer Assembly References(Visual Studio 2010 ReportViewer程序集引用)
how do i pass parameters to aspnet reportviewer(如何将参数传递给aspnet report查看器)
Bind multiple parameters from route and body to a model in ASP.NET Core(在ASP.NET Core中将路由和主体中的多个参数绑定到一个模型)
Custom model binding in AspNet Core WebApi?(AspNet Core WebApi中的自定义模型绑定?)