Portable.BouncyCastle by: BouncyCastle.Crypto
  • 21 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
protobuf-net by: Marc Gravell
  • 46 total downloads
  • Latest version: 2.0.0.480
  • binary serialization protocol buffers protobuf deserialization
Protocol Buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be: small in size - efficient data storage (far smaller than xml) cheap to process - both at the client and server platform independent - portable between different programming architectures extensible - to add new data to old messages. protobuf-net is a .NET implementation of this, allowing you to serialize your .NET objects efficiently and easily. It is compatible with most of the .NET family, including .NET 2.0/3.0/3.5/4.0, .NET CF 2.0/3.5, Mono 2.x, Silverlight, etc.
Remotion.Linq by: rubicon IT GmbH
  • 398 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
RouteJs.Mvc5 by: Daniel Lo Nigro
  • 203 total downloads
  • Latest version: 2.2.0
  • asp.net mvc asp routing route url ajax jquery javascript js
JavaScript URL routing for ASP.NET MVC. Allows you to use your ASP.NET MVC routes from JavaScript. Please refer to project site (http://dan.cx/projects/routejs) for more details, usage examples and sample code.
Roslyn.Diagnostics.Analyzers by: Microsoft
  • 1.642k total downloads
  • Latest version: 5.0.0-1.25277.114
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.
RavenDB.Client by: Hibernating Rhinos
  • 70 total downloads
  • Latest version: 5.3.2
  • ravendb client database nosql doc db
RavenDB Client is the client library for accessing RavenDB
runtime.android-x64.runtime.native.System.IO.Ports by: Microsoft
  • 465 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.android-arm64.runtime.native.System.IO.Ports by: Microsoft
  • 458 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.android-x86.runtime.native.System.IO.Ports by: Microsoft
  • 461 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.android-arm.runtime.native.System.IO.Ports by: Microsoft
  • 478 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Internal implementation package not meant for direct consumption. Please do not reference directly.
Respond by: Scott Jehl Paul Irish Nicholas Zakas
  • 94 total downloads
  • Latest version: 1.4.2
  • Respond Media Queries
The goal of this script is to provide a fast and lightweight (3kb minified / 1kb gzipped) script to enable responsive web designs in browsers that don't support CSS3 Media Queries - in particular, Internet Explorer 8 and under. It's written in such a way that it will probably patch support for other non-supporting browsers as well (more information on that soon).
RestSharp by: .NET Foundation and Contributors
  • 764 total downloads
  • Latest version: 114.0.0
Simple REST and HTTP API Client
QRCoder.Core by: Afonso Dutra Nogueira Filho
  • 27 total downloads
  • Latest version: 1.0.8
  • c# csharp qr qrcoder qrcode qr-generator qr-code-generator Core NET
QRCoder.Core, written in C#.NET, which enables you to create QR codes.
RhinoMocks by: meisinger ayende
  • 37 total downloads
  • Latest version: 4.0.0-alpha3
  • tdd mocking mocks unittest unittesting
Dynamic mocking framework for .NET
QuestPDF by: MarcinZiabek
  • 1.181k total downloads
  • Latest version: 2026.2.4
  • pdf generation creation export merge edit html
QuestPDF is a modern library for PDF document generation. Its fluent C# API lets you design complex layouts with clean, readable code. Create invoices, reports, and documents using a flexible, component-based approach.
Quartz by: Marko Lahma
  • 203 total downloads
  • Latest version: 2.6.2
Quartz.NET Scheduling Framework for .NET Platform
Reloadify3000 by: James Clancey
  • 126 total downloads
  • Latest version: 1.0.8
Hot Reload plugin for Comet
runtime.aot.System.Collections by: Microsoft
  • 26 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.
runtime.aot.System.Globalization by: Microsoft
  • 29 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. Commonly Used Types: System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo System.Globalization.NumberFormatInfo System.Globalization.CalendarWeekRule System.Globalization.TextInfo System.Globalization.Calendar System.Globalization.CompareInfo System.Globalization.CompareOptions System.Globalization.UnicodeCategory When using NuGet 3.x this package requires at least version 3.4.
Portable.JWT by: Mitja Bombac
  • 10 total downloads
  • Latest version: 1.0.3
  • jwt portable json signing hs256 hs384 hs512 key password based encryption
JWT (JSON Web Token) Portable Implementation for .NET 4.5+ (Public Domain). Supported algorithms: HMAC signatures with HS256, HS384 and HS512.