Gallery

webapicontrib

webapicontrib

Feeds for WebApiContrib

WebAPIContrib

WebAPIContrib is a collection of open source projects to help improve your work with ASP.NET Web API. We have divided the projects into a few different categories. For more information on each project, click through to visit the GitHub page.

Core

  • WebApiContrib
  • WebApiContrib.Testing

Formatters

Inversion of Control

Tracing

Miscellaneous


Contributing

If you would like to contribute, feel free to fork the projects or get in touch with the mailing list: https://groups.google.com/group/webapicontrib

Read more...

It's kind of empty out here...

Package Id Latest Version
Uploaded rss
Antlr

Authored by: Sam Harwell, Terence Parr

ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.

3.5.0.2 9 years ago
bootstrap

Authored by: Twitter, Inc.

The most popular front-end framework for developing responsive, mobile first projects on the web.

3.3.5 9 years ago
collection_json

Authored by: Wonka

Description

1.0.0-CI00000 12 years ago
EntityFramework

Authored by: Microsoft

Entity Framework is Microsoft's recommended data access technology for new applications.

5.0.0 10 years ago
EPPlus

Authored by: Jan Källman

A library to manage Excel spreadsheets, using OOXML.

4.0.4 9 years ago
FAKE

Authored by: Steffen Forkmann, Mauricio Scheffer, Colin Bull

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#. This package bundles all extensions.

3.23.0 10 years ago
jQuery

Authored by: jQuery Foundation, Inc.

jQuery is a new kind of JavaScript Library. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/

2.1.4 9 years ago
jQuery.UI.Combined

Authored by: jQuery UI Team

jQuery UI is an open source library of interface components — interactions, full-featured widgets, and animation effects — based on the stellar jQuery javascript library . Each component is built according to jQuery's event-driven architecture (find something, manipulate it) and is themeable, making it easy for developers of any skill level to integrate and extend into their own code.

1.8.22 10 years ago
jQuery.Validation

Authored by: Jörn Zaefferer

This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 32 languages.

1.9.0.1 10 years ago
knockoutjs

Authored by: Steven Sanderson

A JavaScript MVVM library to help you create rich, dynamic user interfaces with clean maintainable code

2.1.0 10 years ago
Microsoft.AspNet.Mvc

Authored by: Microsoft

This package contains the runtime assemblies for ASP.NET MVC. ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that gives you full control over markup.

5.2.3 9 years ago
Microsoft.AspNet.Providers.Core

Authored by: Microsoft

ASP.NET Universal Providers add provider support in ASP.NET 4 for all editions of SQL Server 2005 and later and to SQL Azure. If you use these providers to develop your application, the application will be ready for cloud environments like Azure. Other than supporting additional storage options, the providers work like the existing SQL-based providers, so that you can easily switch an application to use cloud storage via SQL Azure.

1.2 10 years ago
Microsoft.AspNet.Providers.LocalDB

Authored by: Microsoft

ASP.NET Universal Providers add provider support in ASP.NET 4 for all editions of SQL Server 2005 and later and to SQL Azure. If you use these providers to develop your application, the application will be ready for cloud environments like Azure. Other than supporting additional storage options, the providers work like the existing SQL-based providers, so that you can easily switch an application to use cloud storage via SQL Azure.

1.1 10 years ago
Microsoft.AspNet.Razor

Authored by: Microsoft

This package contains the runtime assemblies for ASP.NET Web Pages. ASP.NET Web Pages and the new Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content.

3.2.3 9 years ago
Microsoft.AspNet.Web.Optimization

Authored by: Microsoft

ASP.NET Optimization introduces a way to bundle and optimize CSS and JavaScript files.

1.1.3 9 years ago
Microsoft.AspNet.WebApi

Authored by: Microsoft

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.2.3 9 years ago
Microsoft.AspNet.WebApi.Client

Authored by: Microsoft

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

5.2.3 9 years ago
Microsoft.AspNet.WebApi.Core

Authored by: Microsoft

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.

5.2.3 9 years ago
Microsoft.AspNet.WebApi.HelpPage

Authored by: Microsoft

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 project.

5.2.3 9 years ago
Microsoft.AspNet.WebApi.SelfHost

Authored by: Microsoft

This is a legacy package for hosting ASP.NET Web API within your own process (outside of IIS). Please use the Microsoft.AspNet.WebApi.OwinSelfHost package for new projects.

5.0.0 10 years ago
Microsoft.AspNet.WebApi.WebHost

Authored by: Microsoft

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.2.3 9 years ago
Microsoft.AspNet.WebPages

Authored by: Microsoft

This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.

3.2.3 9 years ago
Microsoft.Bcl

Authored by: Microsoft

This packages enables projects targeting down-level platforms to use some of the types added in later versions including: - CallerMemberNameAttribute - CallerLineNumberAttribute - CallerFilePathAttribute - Tuple - IProgress - IStructuralComparable - IStructuralEquatable - Task - InvalidDataException These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress from this package will be seen by the runtime as the same type as the one already available in the platform. Supported Platforms: - .NET Framework 4 (with KB2468871) - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 7.5 - Silverlight 4 - Portable Class Libraries This package is only required for projects targeting .NET Framework 4.5, Windows 8, Windows Phone Silverlight 8, or Windows Phone 8.1 when consuming a library that uses this package.

1.1.10 10 years ago
Microsoft.Bcl.Build

Authored by: Microsoft

This package provides build infrastructure components so that projects referencing specific Microsoft packages can successfully build. Do not directly reference this packages unless you receive a build warning that instructs you to add a reference.

1.0.21 10 years ago
Microsoft.jQuery.Unobtrusive.Ajax

Authored by: Microsoft

jQuery plugin that lets you unobtrusively set up jQuery Ajax.

2.0.20710.0 10 years ago

Connect to feed

By: Chris Missal

Total download count: 2065

Readonly