PackUtils by: Thiago Barradas
  • 1.227k 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
Oracle.ManagedDataAccess.Core by: Oracle
  • 740 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.
Parlot by: Sebastien Ros
  • 680 total downloads
  • Latest version: 1.6.0-preview.4
  • parser interpreter
Parlot is a fast, lightweight and simple to use .NET parser combinator.
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/
Oracle.EntityFrameworkCore by: Oracle
  • 186 total downloads
  • Latest version: 5.21.90
  • Oracle ODP.NET ODP Entity Framework Core EFCore EF database DB
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
PCSC by: Daniel Mueller
  • 243 total downloads
  • Latest version: 7.0.1
  • pcsc smartcard pcsc-sharp pc/sc
Contains classes to access the Personal Computer/Smart Card Resource Manager using the system's native PC/SC API. The library is written to run on multiple platforms (.Net Framework, .Net Core or Mono using PCSC Lite).
OpenXmlPowerTools by: Eric White
  • 114 total downloads
  • Latest version: 4.5.3
  • 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.
OpenToolkit.Windowing.Common by: Team OpenTK
  • 86 total downloads
  • Latest version: 4.0.0-pre9.3
Common functionality for OpenToolkit.Windowing.* packages.
OpenToolkit.Mathematics by: Team OpenTK
  • 85 total downloads
  • Latest version: 4.0.0-pre9.3
A basic mathematics library developed primarily for rendering in 3d and 2d.
OpenToolkit.Graphics by: Team OpenTK
  • 85 total downloads
  • Latest version: 4.0.0-pre9.3
GLes11, GLes20, GLes30, GL2, and GL4 bindings for dotnet from the Khronos openGL c library.
OpenToolkit.Input by: Team OpenTK
  • 94 total downloads
  • Latest version: 4.0.0-pre9.3
Hid/Controller input library.
opentoolkit.redist.glfw by: OpenToolkit
  • 28 total downloads
  • Latest version: 3.3.0-pre20200829200313
GLFW redistributables for OpenTK.
OpenXMLSDK-MOT by: Microsoft Open Technologies Inc.
  • 45 total downloads
  • Latest version: 2.7.1
https://github.com/OfficeDev/Open-XML-SDK
OpenToolkit.Windowing.GraphicsLibraryFramework by: Team OpenTK
  • 86 total downloads
  • Latest version: 4.0.0-pre9.3
GLFW bindings for c# from the cpp GLFW library.
OpenToolkit.OpenAL by: Team OpenTK
  • 26 total downloads
  • Latest version: 4.0.0-pre9.3
OpenAL bindings for dotnet from the Khronos openAL c library.
OpenToolkit.Windowing.Desktop by: Team OpenTK
  • 85 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.
OpenTracing by: The OpenTracing Authors
  • 112 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.
PCLCrypto by: Andrew Arnott
  • 49 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.
PasswordGenerator by: Paul Seal
  • 65 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
OpenWeatherMap by: Joan Caron
  • 48 total downloads
  • Latest version: 1.1.3
  • openweather weather
This project is a fully asynchronous .NET library for interacting with the great OpenWeatherMap API.
pclcrypto by: Andrew Arnott
  • 12 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.