PCLCrypto by: Andrew Arnott
  • 78 total downloads
  • Latest version: 2.1.32-alpha
  • crypto security cryptography portable pcl winrt android ios xamarin monoandroid monodroid monotouch
PCL Crypto provides a consistent, portable set of crypto APIs for .NET 4.5, Windows Phone 8.0 SL & 8.1 Xaml, Windows Store, Xamarin.iOS, Xamarin.Android. This makes it easier to create cross-platform .NET libraries and apps. Crypto functionality includes asymmetric and symmetric encryption and signatures, and key derivation. PCLCrypto calls into each native platform's crypto API for maximum performance. For RSA operations this produces a 2-100X improvement in performance on Android and iOS over using the standard RSACryptoServiceProvider API.
PCLStorage by: Daniel Plaisted
  • 93 total downloads
  • Latest version: 1.0.2
  • io storage file portable pcl winrt android ios xamarin monoandroid monodroid monotouch
PCL Storage provides a consistent, portable set of local file IO APIs for .NET, Windows Phone, Windows Store, Xamarin.iOS, Xamarin.Android, and Silverlight. This makes it easier to create cross-platform .NET libraries and apps.
PdfiumViewer by: Pieter van Ginkel
  • 178 total downloads
  • Latest version: 2.13.0
  • pdf viewer pdfium
PDF viewer based on the PDFium project.
PdfiumViewer.Native.x86.v8-xfa by: Pieter van Ginkel
  • 255 total downloads
  • Latest version: 2018.4.8.256
  • pdf viewer pdfium
Native 32-bit PDFium DLL with V8 and XFA support for usage with the PdfiumViewer project.
PdfPig by: UglyToad
  • 540 total downloads
  • Latest version: 0.1.8-alpha-20230423-3898f
  • PDF Reader Document Adobe PDFBox PdfPig pdf-extract pdf-to-text pdf file text C# dotnet .NET
Reads text content from PDF documents and supports document creation. Apache 2.0 licensed.
PDFsharp by: empira Software GmbH
  • 128 total downloads
  • Latest version: 1.51.5185-beta
  • PDFsharp PDF creation
PDFsharp is the Open Source .NET library that easily creates and processes PDF documents on the fly from any .NET language. The same drawing routines can be used to create PDF documents, draw on the screen, or send output to any printer. This is the PDFsharp PDF Core package. See Project Information for details.
PInvoke.BCrypt by: Andrew Arnott
  • 162 total downloads
  • Latest version: 0.7.124
P/Invoke methods for the Windows BCrypt.dll.
PInvoke.Kernel32 by: Andrew Arnott
  • 201 total downloads
  • Latest version: 0.7.124
P/Invoke methods for the Windows Kernel32.dll.
PInvoke.NCrypt by: Andrew Arnott
  • 175 total downloads
  • Latest version: 0.7.124
P/Invoke methods for the Windows NCrypt.dll.
PInvoke.Windows.Core by: Andrew Arnott
  • 113 total downloads
  • Latest version: 0.7.124
P/Invoke types for common Windows APIs.
Portable.BouncyCastle by: Claire Novotny
  • 135 total downloads
  • Latest version: 1.9.0
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
Portable.ConcurrentDictionary by: Stef Heyenrath
  • 2 total downloads
  • Latest version: 1.0.4
  • Dictionary ConcurrentDictionary Collections System.Collections.Concurrent
This is a .NET Standard 1.0, .NET 2.0, .NET 3.5, Silverlight 5.0 and Windows Phone Silverlight 8.0 & 8.1 backport from System.Collections.Concurrent.ConcurrentDictionary as defined in .NET Core
protobuf-net by: Marc Gravell
  • 310 total downloads
  • Latest version: 2.4.9
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
PusherServer by: Pusher
  • 159 total downloads
  • Latest version: 5.0.0
  • pusher channels realtime websocket
Pusher .NET library for interacting with the HTTP API
QRCoder by: Raffael Herrmann, Shane Krueger
  • 247 total downloads
  • Latest version: 1.7.0
  • c# csharp qr qrcoder qrcode qr-generator qr-code-generator
QRCoder is a simple library, written in C#.NET, which enables you to create QR codes.
Quartz by: Marko Lahma
  • 148 total downloads
  • Latest version: 2.6.2
Quartz.NET Scheduling Framework for .NET Platform
Quartz.Serialization.Json by: Marko Lahma
  • 8 total downloads
  • Latest version: 3.0.0-alpha2
  • scheduling tasks jobs triggers scheduler threading
Quartz.NET JSON Serialization Support
ReflectionBridge by: Stef Heyenrath
  • 12 total downloads
  • Latest version: 0.0.13
  • type typeinfo extensions proxy bridge reflection
Provides some extensions which define a bridge for the differences between Type and TypeInfo.
Remote.Linq by: Christof Senn
  • 69 total downloads
  • Latest version: 5.3.1
  • LINQ expression-tree lambda dynamic remote remote-query multi-tier n-tier fluent-interface
Remote Linq is a small and easy to use - yet very powerful - library to translate linq expression trees to strongly typed, serializable expression trees and vice versa. It provides functionality to send arbitrary linq queries to a remote service to be applied and executed against any enumerable or queryable data collection.
Remotion.Linq by: rubicon IT GmbH
  • 255 total downloads
  • Latest version: 2.2.0
  • 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