SQLitePCLRaw.provider.internal
by: Eric Sink
- 25 total downloads
- Latest version: 2.1.4
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of '__Internal', which is the mechanism used for pinvoke with a static library on iOS.
SQLitePCLRaw.provider.sqlite3.ios_unified
by: Eric Sink et al
- 12 total downloads
- Latest version: 1.1.9
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
Square.OkIO
by: Microsoft
- 21 total downloads
- Latest version: 3.5.0.1
OkIO is a new library that complements Java.IO and Java.Nio to make it much easier to access, store, and process your data.
StackExchange.Redis.StrongName
by: Stack Exchange Inc. marc.gravell
- 10 total downloads
- Latest version: 1.2.4
High performance Redis client, incorporating both synchronous and asynchronous usage.
Strathweb.CacheOutput.WebApi2
by: Filip W
- 22 total downloads
- Latest version: 0.11.0
A library bringing output caching (similar to MVC's "OutputCache"), to Web API actions. Strathweb.CacheOutput will take care of server side caching and set the appropriate client side (response) headers for you.
This is a version for Web Api 2 only.
Swashbuckle
by: Richard Morris
- 18 total downloads
- Latest version: 5.6.0
Seamlessly adds a Swagger to WebApi projects!
Swashbuckle.AspNetCore
by: Swashbuckle.AspNetCore
- 267 total downloads
- Latest version: 6.5.0
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Swagger
by: Swashbuckle.AspNetCore.Swagger
- 119 total downloads
- Latest version: 6.4.0
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen
by: Swashbuckle.AspNetCore.SwaggerGen
- 257 total downloads
- Latest version: 6.5.0
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI
by: Swashbuckle.AspNetCore.SwaggerUI
- 250 total downloads
- Latest version: 6.5.0
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
Swashbuckle.Core
by: Richard Morris
- 24 total downloads
- Latest version: 5.6.0
Seamlessly adds a Swagger to WebApi projects!
TaskScheduler
by: David Hall
- 16 total downloads
- Latest version: 2.8.17
Provides a single assembly wrapper for the 1.0 and 2.0 versions of Task Scheduler found in all Microsoft operating systems post Windows 98. It simplifies the coding, aggregates the multiple versions and allows for localization support.
toastr
by: John Papa Tim Ferrell Hans Fjällemark
- 27 total downloads
- Latest version: 2.1.1
3 Easy Steps:
(1) Link to toastr.css
(2) Link to toastr.js
(3) Use toastr to display a toast for info, success, warning or error
// Display an info toast with no title
toastr.info('Are you the 6 fingered man?')
*** For other API calls, see the demo
Unity
by: Microsoft
- 33 total downloads
- Latest version: 4.0.1
The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor, property, and method call injection. It facilitates loosely-coupled design. Declarative configuration and registration by convention are supported on selected platforms.
Unity.Mvc5
by: Paul Hiles
- 27 total downloads
- Latest version: 1.2.3
Unity.Mvc5 allows the simple integration of the Unity IoC container with ASP.NET MVC 5.
Unity.WebAPI
by: Paul Hiles
- 25 total downloads
- Latest version: 5.2.3
Unity.WebAPI allows the simple Integration of the Unity IoC container with ASP.NET Web API.
WebActivatorEx
by: David Ebbo
- 17 total downloads
- Latest version: 2.2.0
A package that allows other packages to execute some startup code in web apps. This package should be used over the older WebActivator, which was not strong named.
WebApiContrib.Formatting.Jsonp
by: WebApiContrib Contributors
- 17 total downloads
- Latest version: 3.0.2
Provides a JSONP MediaTypeFormatter implementation for ASP.NET Web API