SharpZipLib by: ICSharpCode
  • 9 total downloads
  • Latest version: 1.3.3
  • Compression Library Zip GZip BZip2 LZW Tar
SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)
SimpleInjector by: Simple Injector Contributors
  • 95 total downloads
  • Latest version: 4.10.2
  • simpleinjector architecture dependency-injection DI Inversion-of-Control IOC
Simple Injector is an easy, flexible and fast dependency injection library that uses best practice to guide your solutions toward the pit of success.
SimpleInjector.Extensions.LifetimeScoping by: Simple Injector Contributors
  • 23 total downloads
  • Latest version: 4.0.0
  • simpleinjector architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC lifestyle lifetime scope scoping
The Lifetime Scoping package adds an advanced new lifestyle called 'Lifetime Scope', which allows instances to live within an explicitly defined thread-specific scope and get disposed when this scope ends.
SimpleInjector.Integration.Web by: Simple Injector Contributors
  • 17 total downloads
  • Latest version: 4.9.0
  • simpleinjector architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC per-web-request web integration
The Simple Injector ASP.NET Integration package adds a lifestyle to the Simple Injector called 'Per Web Request', which allows instances to live within a single HTTP request and get disposed when the request ends.
SimpleInjector.Integration.Web.Mvc by: Simple Injector Contributors
  • 18 total downloads
  • Latest version: 4.9.0
  • simpleinjector MVC MVC3 architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC DependencyResolver ControllerFactory
Simple Injector ASP.NET MVC Integration.
SkiaSharp by: Xamarin Inc.
  • 11 total downloads
  • Latest version: 1.60.0
  • xamarin graphics ios android linux windows uwp tvos watchos macos cross-platform skiasharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library (https://skia.org/). It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Splat by: Paul Betts
  • 15 total downloads
  • Latest version: 2.0.0
  • drawing colours geometry logging unit-test-detection service-location image-handling portable xamarin xamarin-ios xamarin-mac android monodroid uwp net45 wpa81
A library to make things cross-platform that should be
sqlite-net-pcl by: Frank A. Krueger
  • 12 total downloads
  • Latest version: 1.4.118
  • sqlite pcl database orm mobile
SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications. This version uses SQLitePCLRaw to provide platform independent versions of SQLite.
SQLitePCLRaw.bundle_green by: Eric Sink
  • 24 total downloads
  • Latest version: 1.1.11
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included
SQLitePCLRaw.core by: Eric Sink et al
  • 24 total downloads
  • Latest version: 1.1.11
  • sqlite pcl database xamarin monotouch ios monodroid android wp8 wpa netstandard uwp
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider(). Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.linux by: Eric Sink D. Richard Hipp et al
  • 14 total downloads
  • Latest version: 1.1.11
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
StackExchange.Redis.StrongName by: Stack Exchange Inc. marc.gravell
  • 8 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
  • 19 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
  • 15 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
  • 259 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.Core by: Richard Morris
  • 19 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
  • 14 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
  • 18 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
  • 24 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
  • 22 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.