1. Microsoft ASP.NET Web API Core Libraries

    By:

    This package contains the core runtime assemblies for ASP.NET Web API. This package is used by hosts of the ASP.NET Web API runtime. To host a Web API in IIS use the Microsoft.AspNet.WebApi.WebHost package. To host a Web API in your own process use the Microsoft.AspNet.WebApi.SelfHost package.

  2. Microsoft ASP.NET Web API Client Libraries 4.0.30506.0

    By:

    This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.

  3. Microsoft ASP.NET Web API

    By:

    This package contains everything you need to host ASP.NET Web API on IIS. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.

  4. Microsoft ASP.NET Web API Web Host

    By:

    This package contains everything you need to host ASP.NET Web API on IIS. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.

  5. Microsoft ASP.NET Web API OData

    By:

    This package contains everything you need to create OData endpoints using ASP.NET Web API and to support OData query syntax for your web APIs.

  6. Unity.WebAPI

    By:

    Unity.WebAPI is a library that allows simple Integration of Microsoft's Unity IoC container with ASP.NET's WebAPI (RC).

  7. Microsoft ASP.NET Web API Self Host

    By:

    This package contains everything you need to host ASP.NET Web API within your own process (outside of IIS). ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.... More information

  8. Microsoft ASP.NET Web API Help Page

    By:

    The ASP.NET Web API Help Page automatically generates help page content for the web APIs on your site. Visitors to your help page can use this content to learn how to call your web APIs. Everything generated by the help page is fully customizable using ASP.NET MVC and Razor. ASP.NET Web API Help Page is a great addition to any ASP.NET Web API proje... More information

  9. Breeze for ASP.NET Web Api projects

    By:

    The files and references that are essential for a Breeze ASP.NET Web Api application. We recommend installing this package shortly after creating a project with the "ASP.NET Empty Web Application" template or one of the MVC 4 templates such as the "ASP.NET MVC 4 Empty" template. To see an example Breeze application, try the 'Breeze.WebApiSample'... More information

  10. AttributeRouting (ASP.NET Web API)

    By:

    AttributeRouting for ASP.NET Web API lets you specify routes using attributes on your API controllers and actions.

  11. Microsoft ASP.NET Web API Tracing

    By:

    Enables ASP.NET Web API tracing using System.Diagnostics.

  12. Autofac ASP.NET Web API Integration

    By:

    ASP.NET Web API Integration for Autofac

    24,348 downloads

  13. Elmah.Contrib.WebApi

    By:

    ASP.NET Web API exception filter for logging errors to ELMAH. Ported from Fabian Vilers' Elmah.Contrib.Mvc.

  14. Ninject.Web.WebApi-RC

    By:

    NOTE: This package is temporary, and will be removed when Remo Gloor updates his package. Extension for Ninject providing integration with ASP.NET WebAPI RTM

  15. ASP.NET Web API

    By:

    Legacy package, AspNetWebApi is now included in the 'Microsoft.AspNet.WebApi' package.

    79,062 downloads

  16. AttributeRouting.Core

    By:

    Core functionality for all AttributeRouting packages.

  17. Ninject.Web.WebApi 3.0.0.2

    By:

    Extension for Ninject providing integration with ASP.NET MVC WebAPI

  18. AttributeRouting.Core.Web

    By:

    Core functionality for AttributeRouting ASP.NET MVC and Web API packages.

  19. Thinktecture.IdentityModel

    By:

    Helper library for identity & access control in .NET 4.0/WIF and .NET 4.5 (includes MVC4 and Web API support).

  20. NETFx WebApi Json.NET MediaTypeFormatter

    By:

    A Json.NET-based MediaTypeFormatter for the WebApi that can handle text-based Json as well as binary Json (Bson). To use: var config = HttpHostConfiguration.Create().UseJsonNet();