opentoolkit.redist.glfw by: OpenToolkit
  • 39 total downloads
  • Latest version: 3.3.0-pre20200829200313
GLFW redistributables for OpenTK.
OpenToolkit.Windowing.Common by: Team OpenTK
  • 138 total downloads
  • Latest version: 4.0.0-pre9.3
Common functionality for OpenToolkit.Windowing.* packages.
OpenToolkit.Windowing.Desktop by: Team OpenTK
  • 138 total downloads
  • Latest version: 4.0.0-pre9.3
An abstraction over OpenToolkit.GraphicsLibraryFramework to provide a ready-to-go easy-to-use windowing and input abstraction.
OpenToolkit.Windowing.GraphicsLibraryFramework by: Team OpenTK
  • 141 total downloads
  • Latest version: 4.0.0-pre9.3
GLFW bindings for c# from the cpp GLFW library.
OpenTracing by: The OpenTracing Authors
  • 154 total downloads
  • Latest version: 0.12.1
  • opentracing distributed-tracing tracing logging
This library is a .NET implementation of the OpenTracing API. To fully understand this platform API, it's helpful to be familiar with the OpenTracing project and terminology more generally. For the time being, mild backwards-incompatible changes may be made without changing the major version number. As OpenTracing and opentracing-csharp mature, backwards compatibility will become more of a priority.
OpenWeatherMap by: Joan Caron
  • 51 total downloads
  • Latest version: 1.1.3
  • openweather weather
This project is a fully asynchronous .NET library for interacting with the great OpenWeatherMap API.
OpenXmlPowerTools by: Eric White
  • 162 total downloads
  • Latest version: 4.5.3.2
  • OpenXML PowerPoint Excel Word HTML CSS
The Open XML PowerTools provides guidance and example code for programming with Open XML Documents (DOCX, XLSX, and PPTX). It is based on, and extends the functionality of the Open XML SDK. It supports scenarios such as: •Splitting DOCX/PPTX files into multiple files. •Combining multiple DOCX/PPTX files into a single file. •Populating content in template DOCX files with data from XML. •High-fidelity conversion of DOCX to HTML. •Searching and replacing content in DOCX/PPTX using regular expressions. •Managing tracked-revisions, including detecting tracked revisions, and accepting tracked revisions. •Updating Charts in DOCX/PPTX files, including updating cached data, as well as the embedded XLSX. •Retrieving metrics from DOCX files, including the hierarchy of styles used, the languages used, and the fonts used. •Writing XLSX files using far simpler code than directly writing the markup, including a streaming approach that enables writing XLSX files with millions of rows.
OpenXMLSDK-MOT by: Microsoft Open Technologies Inc.
  • 52 total downloads
  • Latest version: 2.7.1
https://github.com/OfficeDev/Open-XML-SDK
Oracle.EntityFrameworkCore by: Oracle
  • 534 total downloads
  • Latest version: 10.23.26000
  • Oracle ODP.NET ODP Entity Framework Core EFCore EF database DB
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
Oracle.ManagedDataAccess by: Oracle
  • 1.009k total downloads
  • Latest version: 23.26.0
  • ODP.NET Oracle DB database ADO.NET ODP
Managed Oracle Data Provider for .NET (ODP.NET) features optimized ADO.NET data access to the Oracle database for .NET Framework and is 100% managed code. ODP.NET allows developers to take advantage of advanced Oracle database functionality, including Real Application Clusters, self-tuning statement cache, Application Continuity, JSON Relational Duality, and Fast Connection Failover.
Oracle.ManagedDataAccess.Core by: Oracle
  • 920 total downloads
  • Latest version: 23.26.0
  • ODP.NET Oracle DB database Core ODP ADO.NET
Oracle Data Provider for .NET (ODP.NET) Core is a multi-platform ADO.NET driver that provides fast data access from Microsoft .NET (Core) clients to Oracle databases. ODP.NET Core consists of a single 100% managed code dynamic-link library.
org.matheval by: matheval.org
  • 39 total downloads
  • Latest version: 1.0.0.3
  • Math Mathematics Mathematical Expression Fomular Eval Evaluator Calculator Solve Unary Decimal
Matheval is a mathematical expressions evaluator library for .NET. Allows to evaluate mathematical, boolean, string and datetime expressions on the fly. Official document and usage examples: https://matheval.org/math-expression-eval-for-c-sharp/
Org.Mentalis.Security by: Mikhail
  • 8 total downloads
  • Latest version: 1.0.0
My package description.
Owin by: OWIN startup components contributors
  • 20 total downloads
  • Latest version: 1.0.0
  • OWIN
OWIN IAppBuilder startup interface
PackUtils by: Thiago Barradas
  • 1.381k total downloads
  • Latest version: 1.7.1-preview.1
  • enumeration hash json newtonsoft regex signature string uri util utils utility utilities crypt dictionary casting cast
Many utilities like: enumeration, hash, json (extension newtonsoft), regex, signature, string, uri, dictionary, etc
PagedList by: Troy Goode
  • 165 total downloads
  • Latest version: 1.17.0
  • paging pager page infinitescroll ajax mvc
PagedList makes it easier for .Net developers to write paging code. It allows you to take any IEnumerable(T) and by specifying the page size and desired page index, select only a subset of that list. PagedList also provides properties that are useful when building UI paging controls.
Parlot by: Sebastien Ros
  • 777 total downloads
  • Latest version: 1.6.0-preview.8
  • parser interpreter
Parlot is a fast, lightweight and simple to use .NET parser combinator.
PasswordGenerator by: Paul Seal
  • 121 total downloads
  • Latest version: 2.1.0
  • Password Generator OWASP Security Random Special Characters .net framework standard core dotnet dotnetcore Rng Random Number Generator
- Removed usage of RNG Crypto Provider and used Random Number Generator - Fixed bug with methods that use bool and int parameters for the Password class - Removed usage of Random and replace it with a method which uses RngCrytopServiceProvider
PCLCrypto by: Andrew Arnott
  • 431 total downloads
  • Latest version: 2.1.40-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 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.
pclcrypto by: Andrew Arnott
  • 13 total downloads
  • Latest version: 2.1.17-alpha-g5b1e8dff8c
  • 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
  • 229 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.