SQLitePCLRaw.provider.internal by: Eric Sink
  • 25 total downloads
  • Latest version: 2.1.4
  • sqlite
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
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
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
  • .NET dotnet okio square square.okio xamarin android monodroid artifact=com.squareup.okio:okio artifact_versioned=com.squareup.okio:okio:3.5.0
OkIO is a new library that complements Java.IO and Java.Nio to make it much easier to access, store, and process your data.
Square.OkIO.JVM by: Microsoft
  • 11 total downloads
  • Latest version: 3.5.0.1
Package Description
StackExchange.Redis.StrongName by: Stack Exchange Inc. marc.gravell
  • 10 total downloads
  • Latest version: 1.2.4
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
Strathweb.CacheOutput.WebApi2 by: Filip W
  • 22 total downloads
  • Latest version: 0.11.0
  • aspnet webapi aspnetwebapi
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
  • Swagger SwaggerUi Documentation Discovery Help WebApi AspNet AspNetWebApi Docs WebHost IIS
Seamlessly adds a Swagger to WebApi projects!
Swashbuckle.AspNetCore by: Swashbuckle.AspNetCore
  • 267 total downloads
  • Latest version: 6.5.0
  • swagger documentation discovery help webapi aspnet aspnetcore
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
  • swagger documentation discovery help webapi aspnet aspnetcore
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 documentation discovery help webapi aspnet aspnetcore
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI by: Swashbuckle.AspNetCore.SwaggerUI
  • 250 total downloads
  • Latest version: 6.5.0
  • swagger documentation discovery help webapi aspnet aspnetcore
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
  • Swagger SwaggerUi Documentation Discovery Help WebApi AspNet AspNetWebApi Docs SelfHost OWIN
Seamlessly adds a Swagger to WebApi projects!
TaskScheduler by: David Hall
  • 16 total downloads
  • Latest version: 2.8.17
  • task interop windows taskscheduler scheduler
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
  • toastr toast notification dialog jquery
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
  • Unity Unity3 Unity35 EntLib EntLib6 IoC DI container dependency injection inversion control LOB WinRT Win8 Windows8 NetCore WindowsStoreApps WindowsStore WindowsPhone WindowsPhone8 wp8 Azure Xamarin MonoTouch MonoAndroid OSS
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 asp.net mvc mvc5 ioc di
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 asp.net webapi web api ioc di
Unity.WebAPI allows the simple Integration of the Unity IoC container with ASP.NET Web API.
VDA by: VDA
  • 85 total downloads
  • Latest version: 1.3.2
Datentypen für PresseGrosso
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
  • webapi webapicontrib jsonp
Provides a JSONP MediaTypeFormatter implementation for ASP.NET Web API