OneOf
by: Harry McIntyre
- 259 total downloads
- Latest version: 3.0.271
F# style discriminated unions for C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.
PInvoke.BCrypt
by: Andrew Arnott
- 81 total downloads
- Latest version: 0.6.49
P/Invoke methods for the Windows BCrypt.dll.
PInvoke.Kernel32
by: Andrew Arnott
- 76 total downloads
- Latest version: 0.6.49
P/Invoke methods for the Windows Kernel32.dll.
PInvoke.NCrypt
by: Andrew Arnott
- 73 total downloads
- Latest version: 0.6.49
P/Invoke methods for the Windows NCrypt.dll.
PInvoke.Windows.Core
by: Andrew Arnott
- 72 total downloads
- Latest version: 0.6.49
P/Invoke types for common Windows APIs.
Polly
by: Michael Wolfenden App vNext
- 218 total downloads
- Latest version: 4.5.0-beta-netstandar-0001
Polly is a .NET 3.5 / 4.0 / 4.5 / PCL (Profile 259) / NET Standard 1.0 library that allows developers to express transient exception and fault handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
Polly-Signed
by: Michael Wolfenden App vNext
- 162 total downloads
- Latest version: 4.5.0-beta-netstandar-0001
Polly is a .NET 3.5 / 4.0 / 4.5 / PCL (Profile 259) / NET Standard 1.0 library that allows developers to express transient exception and fault handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
PolySharp
by: Sergio Pedri
- 145 total downloads
- Latest version: 1.15.0+02753db24d9685e54db06739eb63183d86eb5b62
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel
popper.js
by: FezVrasta
- 173 total downloads
- Latest version: 1.16.1
A kickass library to manage your poppers
Portable.BouncyCastle
by: BouncyCastle.Crypto
- 7 total downloads
- Latest version: 1.8.1.4
BouncyCastle portable version with support for .NET 4, .NET Standard 1.0-2.0, WP, Silverlight, MonoAndroid, Xamarin.iOS, .NET Core
Portable.ConcurrentDictionary
by: Stef Heyenrath
- 12 total downloads
- Latest version: 1.0.4
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
Proto.Cluster.CodeGen
by: Proto.Actor Team
- 3.339k total downloads
- Latest version: 1.8.0
Ultra-fast distributed actors for .NET.
protobuf-net
by: Marc Gravell
- 414 total downloads
- Latest version: 2.4.9
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
QRCoder
by: Raffael Herrmann Shane Krueger
- 158 total downloads
- Latest version: 1.7.0
QRCoder is a simple library, written in C#.NET, which enables you to create QR codes.
Quartz
by: Marko Lahma
- 150 total downloads
- Latest version: 2.6.2
Quartz.NET Scheduling Framework for .NET Platform
Radzen.Blazor
by: Radzen Ltd.
- 11.326k total downloads
- Latest version: 8.6.5
Radzen Blazor is the most sophisticated free UI component library for Blazor, featuring 100+ native components including DataGrid, Scheduler, Charts, and advanced theming with full support for Material Design and Fluent UI.
Radzen.Blazor.GridExportOptions
by: Jonas Petraška Inspirare UAB
- 167 total downloads
- Latest version: 3.3.0.3
Radzen blazor grid export options
Refit
by: Paul Betts Refit contributors
- 152 total downloads
- Latest version: 3.1.0
The automatic type-safe REST library for Xamarin and .NET
ReflectionBridge
by: Stef Heyenrath
- 55 total downloads
- Latest version: 0.0.13
Provides some extensions which define a bridge for the differences between Type and TypeInfo.
Remotion.Linq
by: rubicon IT GmbH
- 254 total downloads
- Latest version: 2.2.0
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