662 packages tagged with “ASP”
A service API versioning library for Microsoft ASP.NET Core.
The abstractions library for API versioning.
A service API versioning library for Microsoft ASP.NET Core MVC.
The API Explorer extensions for ASP.NET Core API Versioning.
ImageSharp Middleware for serving images via a url based API.
JSON Patch (https://tools.ietf.org/html/rfc6902) defines a JSON document structure for expressing a sequence of operations to apply to a JavaScript Object Notation (JSON) document; it is suitable for use with the HTTP PATCH method. The "application/json-patch+json" media type is used to identify such patch documents. One of the things this can be used for is partial updates for REST-ful API's, or, to quote the IETF: "This format is also potentially useful in other cases in which it is necessary to make partial updates to a JSON document or to a data structure that has similar constraints (i.e., they can be serialized as an object or an array using the JSON grammar)." That's what this package is all about. Web API supports the HttpPatch method, but there's currently no implementation of the JsonPatchDocument in .NET, making it hard to pass in a set of changes that have to be applied - especially if you're working cross-platform and standardization of your API is essential. Have a look at the project site for the current status of this package and to learn how to get started.
DryIoc adapter for Microsoft.Extensions.DependencyInjection
ReactJS and Babel tools for .NET. Important: This package does not do much on its own; you probably want an integration package (like React.Web.Mvc4) as well. Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.
FormFactory is a UI component engine for ASP.NET Core and MVC5. It reflects over your view models to build a component tree, then renders that according to customisable templates. Drive yuour views by convention instead of hard coding them.
Mvc.Grid core dll without content files.
ReactJS tools for ASP.NET. If using ASP.NET MVC, also install React.Web.Mvc4. For ASP.NET Core, install React.AspNet instead! Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.
ReactJS tools for ASP.NET MVC 4 and 5. For ASP.NET Core, install React.AspNet instead! Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.
A service API versioning library for Microsoft ASP.NET Core with OData v4.0.
A library that adds the Json verb methods to the httpclient
Grid controls for ASP.NET MVC projects.
An extension to the LightInject service container that enables dependency injection for ASP.NET MVC applications. See LightInject.Mvc.Source for the source distribution.
DryIoc extension for OWIN
Analyzers for Microsoft.AspNetCore
The API Explorer extensions for ASP.NET Core API Versioning and OData v4.0.
An extension to the LightInject service container that enables dependency injection for Web API applications. See LightInject.WebApi.Source for the source distribution.
Popular lib for using DataTables.net with IQueryable. Install this package to use with MVC5
A service API versioning library for Microsoft ASP.NET Web API.
Allows you to transpile JavaScript via Babel in the ASP.NET Web Optimization Framework.
Persits Software AspPDF.NET
The HTTP client extensions library for API versioning.
Parses user agents for Browser, Platform and Bots.
ASP.NET Session State provider for SQL Server In-Memory OLTP. NuGet package include source code as reference.
ReactJS and Babel tools for ASP.NET Core, including ASP.NET Core MVC. Please refer to project site (http://reactjs.net/) for full installation instructions, usage examples and sample code