221 packages tagged with “controller”
MVC Adapter classes to provide tight integration and re-usable functionality between ServiceStack and MVC. Including adapters for: MiniProfiler, FluentValidation, Funq IOC Controller Factory, Funq Validator Factory ControllerBase (configured with access to ServiceStack's ICacheClient, ISession, typed UserSession dependencies).
An alternative to Controllers for ASP.NET Core API Endpoints.
Enables role-based security using Grid Solutions Framework security layer in an ASP.NET Model View Controller (MVC) framework based application.
A libary for easily calling ASP.NET MVC Action methods from JavaScript
Helpful extension methods to use when testing APIs in Functional Tests with xUnit.
Provides powerful data access components to WebAPI server featuring OData 4 extended implementation, view projection technology, two-way data synchronization and seamless integration with Entity Framework. For the client counterpart, please install Intersoft.AppFramework package.
.NetCore bits.
Cross-Cutting.NetCore bits.
West Wind Web MVC Utilities provides a number of small MVC helpers and utilities for dealing with controllers, viewmodels and error display and many utility functions.
Simple domain events.
AspNetCore bits.
Deprecated. Use the strong named ServiceStack.Mvc package instead.
Simple dynamic controllers package that puts the focus on resources.
This library provides media playback support via GStreamer, allowing applications to display video streams from VideoXpert systems.
Extensible performant MVC-controller. Low footprint, simple to use.
Combination package for Commands and Queries when using Dynamic Controllers.
Simple data backing agnostic event store.
BlinkStick Generic Hid Library with KeesTalksTech modifications
View, print and process images and PDF documents in ASP.NET MVC 5 application. ASP.NET Web API 2 controllers, which allow to manage files, manage an image collection, render an image, process an image. JavaScript classes and controls for viewing, printing and processing of images and PDF documents in any HTML5 web browser.
Package pour faciliter l'utilisation d'ASP.NET Core.
Bomeans SDK for .net
JSend.WebApi extends ASP.NET Web API 2's ApiController and provides several helper methods to easily build JSend formatted responses.
View and annotate images and PDF documents in ASP.NET MVC 5 application. ASP.NET Web API 2 controller that allows to annotate an image or PDF document. JavaScript classes and controls for viewing and annotating of images and PDF documents in any HTML5 web browser.
A contract based REST client and server library.
Process the document images in ASP.NET MVC 5 application. ASP.NET Web API 2 controller for processing of document images. JavaScript classes and controls for viewing, printing and processing of images and documents in any HTML5 web browser.
Make ASP.NET MVC controllers and actions optional.
The Throttling Suite provides throttling control capabilities to the .NET Web API applications. It is highly customizable product, yet simple to use. The implementation supports all available hosting options provisioning equal functionality for IIS-hosted and OWIN self-hosted solutions. It is specifically designed to throttle high performance and high throughput Web API applications. The library contains multiple controller types implementing different throttling algorithms: Linear throttling - limits the number of calls by enforcing consistent delay between consequent requests; Short Average - limits the number of calls by specified number of requests per configured duration; it does not intend to limit the overall number of requests, but rather assures blocking excessive requests; this strategy is very helpful to cut the requests floods; Long Average - limits the number of calls by specified number of requests per configured duration; this strategy limits an overall number of calls within long time duration; this is also known as applying penalty to the client for excessive application use. Each throttling controller is capable of unique client determination and management. The throttling for any end-point, or set of end-points can be configured either for the entire application, or per-client. It does not purely rely on client IP address, allowing multiple clients from the same network concurrently making requests to the server. The Throttling Suite allows setting multiple controllers within the application and applying each to a pre-filtered traffic. The filters are also configurable. The Throttling Suite provides two modes: real blocking mode when request is blocked with 429 HTTP Status code and log-only mode. The code is highly optimized having very low memory impact. The throttling evaluation functionality takes less than 0.3 ms to run. The v1.2 is updated to include "Retry-After" response header in the blocked response helping API client to negotiate the request rate with API server side. The v1.2 also allows to ignore the actual request URL substituting one with Throttling controller instance scope. This provides the benefit to count requests for multiple API endpoints toward the same throttling threshold. The v1.3 enables configuration from the code rather than XML *.config file.
PWM Electronic speed controller
See MvcHaack.Ajax package description