Portable.BouncyCastle by: Oren Novotny
  • 20 total downloads
  • Latest version: 1.8.1.3
  • bouncycastle cryptography encryption security PCL wp8 wpa81 coreclr netstandard dnx uwp sl5 netcore monoandroid xamarin xamarin.ios
BouncyCastle portable version with support for .NET 4, .NET Standard 1.0-2.0, WP, Silverlight, MonoAndroid, Xamarin.iOS, .NET Core
PortableWebDavLibrary by: DecaTec
  • 13 total downloads
  • Latest version: 1.1.6
  • WebDAV portable NETStandard NETCore UWP dotnet portable-webdav-library Xamarin Mono multiplatform
The Portable WebDAV Library is a strongly typed, async WebDAV client library which is fully compliant to RFC 4918, RFC 4331 and "Additional WebDAV Collection Properties". It is implemented as .NETStandard 1.1 library in oder to be used on any platform supporting .NETStandard 1.1.
QRCodeHelper by: J.Sakamoto
  • 25 total downloads
  • Latest version: 1.0.4
  • QR QRCode WebMatrix aspnetwebpages
This helper for WebMatrix and ASP.NET Web Pages allows you to easily display QR Code on your site. あなたのASP.NETページにQRコードを容易に表示することのできる、WebMatrix および ASP.NET Web Pages 用のヘルパーです。
reCAPTCH.MVC by: Bhaumik Patel
  • 24 total downloads
  • Latest version: 1.0.1
  • mvc google reCAPTCH HtmlHelper Razor
ReCAPTCHA MVC lets you embed a CAPTCHA in your web pages in order to protect them against spam and other types of automated abuse. DEMO and Document => http://recaptchamvc.apphb.com/ The primary features of the library are: --> reCAPTCHA API verion 2.0 Support --> The color theme of the widget. (dark, light) --> The type of CAPTCHA to serve. (audio, image) --> MVC 4 and MVC 5 Support
Remotion.Linq by: rubicon IT GmbH
  • 19 total downloads
  • Latest version: 2.1.1
  • re-motion LINQ ExpressionTrees
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages. Key features: - Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax) - Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...) - Provides basic infrastructure for backend development (e.g. SQL generation) - Provides a framework for user-defined query extensions and transformations
Respond by: Scott Jehl Paul Irish Nicholas Zakas
  • 22 total downloads
  • Latest version: 1.4.2
  • Respond Media Queries
The goal of this script is to provide a fast and lightweight (3kb minified / 1kb gzipped) script to enable responsive web designs in browsers that don't support CSS3 Media Queries - in particular, Internet Explorer 8 and under. It's written in such a way that it will probably patch support for other non-supporting browsers as well (more information on that soon).
Serilog by: Serilog Contributors
  • 18 total downloads
  • Latest version: 2.9.0
  • serilog logging semantic structured
Simple .NET logging with fully-structured events
SimpleInjector by: Simple Injector Contributors
  • 94 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
  • 22 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
  • 16 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
  • 17 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.
Splat by: Paul Betts
  • 13 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
  • 10 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
  • 21 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
  • 21 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
  • 12 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_*.
Strathweb.CacheOutput.WebApi2 by: Filip W
  • 17 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
  • 14 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
  • 255 total downloads
  • Latest version: 6.5.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
toastr by: John Papa Tim Ferrell Hans Fjällemark
  • 16 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