Serilog.Sinks.Seq by: Serilog Contributors
  • 253 total downloads
  • Latest version: 5.2.3
  • serilog seq
Serilog sink that writes to the Seq log server over HTTP/HTTPS.
ServiceStack.Text by: Demis Bellot
  • 6 total downloads
  • Latest version: 3.9.11
  • JSON Text Serializer CSV JSV Dump PrettyPrint Fast
.NET's fastest JSON, JSV and CSV Text Serializers (3x faster than JSON.NET). Fast, Light, Resilient. Benchmarks at: http://servicestack.net/benchmarks/ Includes the String and Stream functionality for all the ServiceStack projects including: - T.Dump() generic extension method for easy dbugging and introspection of types - WebRequest, List, Dictionary and DateTime extensions
SharePoint.Client by: Microsoft
  • 10 total downloads
  • Latest version: 15.0.0
Microsoft.SharePoint.Client
SharePoint.Client.Runtime by: Microsoft
  • 8 total downloads
  • Latest version: 15.0.0
Microsoft.SharePoint.Client.Runtime
SharePointPnP.IdentityModel.Extensions by: Microsoft
  • 16 total downloads
  • Latest version: 1.2.4
  • SharePoint Office Authentication AddInModel AppModel Office365 SharePointOnline
A port of Microsoft.IdentityModel.Extensions.dll packaged as a NuGet package by the SharePoint PnP team.
SharpDX by: Alexandre Mutel
  • 18 total downloads
  • Latest version: 4.2.0-ci284
  • SharpDX DirectX Direct3D Multimedia MDX 3D
Core assembly for all SharpDX assemblies.
SharpDX.D3DCompiler by: Alexandre Mutel
  • 19 total downloads
  • Latest version: 4.0.0-ci147
  • SharpDX DirectX Direct3D Multimedia MDX 3D
Assembly providing DirectX - D3DCompiler managed API.
SharpDX.Direct2D1 by: Alexandre Mutel
  • 9 total downloads
  • Latest version: 4.0.0-ci144
  • SharpDX DirectX Direct3D Multimedia MDX 3D 3D Direct2D D2D DirectWrite DWrite WIC
Assembly providing DirectX - Direct2D, DirectWrite and WIC managed API.
SharpDX.Direct3D9 by: Alexandre Mutel
  • 1 total downloads
  • Latest version: 2.6.3
  • SharpDX DirectX Direct3D MDX 3D Direct3D9 D3D9
Assembly providing DirectX - Direct3D9 managed API.
SharpDX.DXGI by: Alexandre Mutel
  • 23 total downloads
  • Latest version: 4.2.0
  • SharpDX DirectX Direct3D Multimedia MDX 3D DXGI
Assembly providing DirectX - DXGI managed API.
SharpZipLib by: http://www.icsharpcode.net/
  • 6 total downloads
  • Latest version: 0.86.0
#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language).
signaturepad by: Szymon Nowak
  • 23 total downloads
  • Latest version: 1.5.3
  • signature pad canvas image
Signature Pad is a JavaScript library for drawing smooth signatures. It's HTML5 canvas based and uses variable width Bézier curve interpolation based on Smoother Signatures post by Square. It works in all modern desktop and mobile browsers and doesn't depend on any external libraries.
SixLabors.Shapes by: Scott Williams and contributors
  • 2 total downloads
  • Latest version: 0.1.0-alpha0019
  • polygon rectangle point in polygon complex polygons shape 2D
Polygon manipulation/merging and interrogation library. Its a fully manged netstandard library so should work everywhere.
SixLabors.Shapes.Text by: Scott Williams and contributors
  • 1 total downloads
  • Latest version: 0.1.0-alpha0019
  • shapes text
Allows generating glyphs for text and a font for manipulation using SixLabors.Shapes
spkl by: Scott Durow
  • 74 total downloads
  • Latest version: 1.0.640
Simple and Lightweight deployment task runner for Dynamics 365
SQLite by: SQLite Development Team
  • 6 total downloads
  • Latest version: 3.13.0
  • SQLite embedded database sql
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. This package contains native libraries for SQLite on Linux, macOS, and Windows (desktop and Universal Windows apps).
SQLite.Native by: SQLite Development Team
  • 3 total downloads
  • Latest version: 3.12.3
  • sqlite embedded database sql
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. This package contains native libraries for SQLite on Windows, macOS, and Linux.
SQLitePCLRaw.bundle_e_sqlite3 by: Eric Sink
  • 82 total downloads
  • Latest version: 1.1.14
  • 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: e_sqlite3 included
SQLitePCLRaw.bundle_green by: Eric Sink
  • 75 total downloads
  • Latest version: 1.1.15
  • 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
  • 93 total downloads
  • Latest version: 1.1.14
  • 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_*.