PolySharp by: Sergio Pedri
  • 296 total downloads
  • Latest version: 1.16.0+99a4dcece8e10c8bedf0871ac4cdb8650f2b649a
  • dotnet net netcore netstandard csharp library generator polyfill roslyn
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel
Portable.BouncyCastle by: Claire Novotny
  • 234 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
  • 14 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
Prism.Core by: Brian Lagunas Dan Siegel
  • 344 total downloads
  • Latest version: 8.0.0.1909
  • prism wpf xamarin mvvm xaml
Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform.
prometheus-net by: andrasm qed- lakario
  • 273 total downloads
  • Latest version: 1.3.6-rc
  • metrics prometheus
.NET client for prometheus.io
PropertyTools by: PropertyTools
  • 21 total downloads
  • Latest version: 3.1.0
Package Description
PropertyTools.Wpf by: PropertyTools.Wpf
  • 104 total downloads
  • Latest version: 3.1.0
  • wpf controls propertygrid dataform datagrid treeview colorpicker
Custom controls for WPF: PropertyGrid, DataGrid, multi-select TreeView, ColorPicker and more
protobuf-net by: Marc Gravell
  • 553 total downloads
  • Latest version: 3.3.0
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
protobuf-net.Core by: Marc Gravell
  • 13 total downloads
  • Latest version: 3.4.14
  • binary serialization protobuf
The protobuf-net serialization engine and build-time tooling; most projects should reference protobuf-net, which adds the runtime type model
protobuf-net.Reflection by: Marc Gravell
  • 129 total downloads
  • Latest version: 2.3.17
  • binary serialization protobuf
ProtoBuf DSL (proto2 / proto3) and descriptor tools for protobuf-net
Quartz by: Marko Lahma
  • 276 total downloads
  • Latest version: 2.6.2
Quartz.NET Scheduling Framework for .NET Platform
Quartz.Serialization.Json by: Marko Lahma
  • 18 total downloads
  • Latest version: 3.0.0-alpha2
  • scheduling tasks jobs triggers scheduler threading
Quartz.NET JSON Serialization Support
RabbitMQ.Client by: The RabbitMQ Team
  • 10 total downloads
  • Latest version: 3.6.9
  • RabbitMQ
The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)
RandomDataGenerator.Net by: Stef Heyenrath
  • 252 total downloads
  • Latest version: 1.0.19.1
  • Random Data Text Lipsum
This is a configurable generator to create random data like Lorum Ipsum Text, Words, Text Patterns, First/Last Names, IP-Addresses, Guids, DateTime and more.
React.Core by: Daniel Lo Nigro
  • 853 total downloads
  • Latest version: 5.2.12
  • asp.net mvc asp jquery javascript js react facebook reactjs babel
ReactJS and Babel tools for .NET. Important: This package does not do much on its own; you probably want an integration package (like React.Web.Mvc4) as well. Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.
React.Router by: Daniel Lo Nigro Gunnar Már Óttarsson
  • 11 total downloads
  • Latest version: 3.2.0
  • asp.net mvc asp javascript js react facebook reactjs babel router react router
React Router support for ReactJS.NET.
RedLock.net by: Sam Cook
  • 216 total downloads
  • Latest version: 2.1.0
  • RedLock Redis Distributed Lock
An implementation of the Redlock distributed lock algorithm
RefactoringEssentials by: IC#Code
  • 239 total downloads
  • Latest version: 5.6.0
  • VS 2017 Roslyn Analyzer Refactoring
Analyzers and Code Fixes for Visual Studio 2017 (Roslyn-based). Intended for build integration. If you need Visual Studio integration only, please check out the VSIX (Visual Studio extension) from our Web site.
ReflectionBridge by: Stef Heyenrath
  • 69 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.
Remotion.Linq by: rubicon IT GmbH
  • 526 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