QuantConnect.Queues by: QuantConnect Team and Community Contributors
  • 1.159k total downloads
  • Latest version: 2.4.8341
  • algorithm algorithmic-trading-engine bitcoins broker c-sharp cfd crypto finance future forex fxcm gdax hft hft-trading interactive-brokers lean-engine markets nasdaq oanda options python quant quantconnect quantitative-finance stock-indicators trading trading-algorithms trading-bot trading-platform trading-robots trading-strategies
QuantConnect LEAN Engine: Queues Project - Handles and generates live and backtesting algorithm jobs
QuantConnect.Research by: QuantConnect.Research
  • 4.784k total downloads
  • Latest version: 2.5.17865
QuantConnect LEAN Engine: Research Project - Core implementation for jupyter research environment
QuantConnect.ToolBox by: QuantConnect.ToolBox
  • 4.505k total downloads
  • Latest version: 2.5.17865
QuantConnect LEAN Engine: ToolBox Project - A collection of data downloaders and converters
Quartz by: Marko Lahma
  • 555 total downloads
  • Latest version: 2.6.2
Quartz.NET Scheduling Framework for .NET Platform
Quartz.Serialization.Json by: Marko Lahma
  • 39 total downloads
  • Latest version: 3.0.0-alpha2
  • scheduling tasks jobs triggers scheduler threading
Quartz.NET JSON Serialization Support
QuestPDF by: MarcinZiabek
  • 1.374k total downloads
  • Latest version: 2026.6.1
  • pdf generation creation document report invoice export tagged accessibility csharp dotnet fluent layout merge edit html
QuestPDF is a modern PDF generation library for C# and .NET. Create invoices, reports, and data exports — a code-first alternative to HTML-to-PDF conversion. Merge and edit documents, generate PDF/A and accessible PDF/UA files, embed ZUGFeRD and Factur-X invoice XML. Source-available with a free Community license.
QuickGraph by: Jonathan Peli de Halleux
  • 89 total downloads
  • Latest version: 3.6.61119.7
  • algorithms graph directed undirected dfs bfs graphviz graphml data structure
QuickGraph provides generic directed/undirected graph datastructures and algorithms for .Net, Silverlight, Windows Phone and Win 8. QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc...
QuikGraph by: Alexandre Rabérin
  • 200 total downloads
  • Latest version: 2.5.0
  • QuickGraph QuikGraph Graph Structure Algorithm C# .NET
.NET library that provide mainly graphs structures and algorithms for C#. QuikGraph provides generic directed/undirected graph data structures and algorithms for .NET. It comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, etc... This package is a version of the original QuickGraph renamed QuikGraph and ported to .NET Core. It should be seen as an alternative to the old frozen QuickGraph from CodePlex but with fixes. It does not include every sub modules of the original library such as F# stuff, adapters, etc. This build is only the Core of QuikGraph taking advantage of .NET Core. Supported platforms: - .NET Standard 1.3+ - .NET Core 1.0+ - .NET Framework 3.5+ Supports Source Link
QuikGraph.Graphviz by: Alexandre Rabérin
  • 154 total downloads
  • Latest version: 2.5.0
  • QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization Graphviz
.NET library that provides a bridge from QuikGraph graphs structures to Graphviz and Dot language serialization. This package is the Graphviz subset of the original QuickGraph renamed QuikGraph and ported to .NET Core. Supported platforms: - .NET Standard 1.3+ - .NET Core 1.0+ - .NET Framework 3.5+ Supports Source Link
R.NET by: Kosei Abe, Jean-Michel Perraud
  • 137 total downloads
  • Latest version: 1.7.0
  • .NET R R.NET visualization statistics C# F#
A .NET interoperability library to access the R statistical language runtime from .NET languages. The library is designed for fast data exchange, in process.
R.NET.Community by: Kosei Abe, Jean-Michel Perraud
  • 308 total downloads
  • Latest version: 1.7.0
  • .NET R R.NET visualization statistics C# F#
Transitional package, you can remove and directly use nuget package ID R.NET
RabbitMQ.Client by: VMware
  • 120 total downloads
  • Latest version: 5.2.0
  • rabbitmq, amqp
The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)
RazorEngine by: Matthew Abbott, Ben Dornis, Matthias Dittrich
  • 2.236k total downloads
  • Latest version: 4.5.1-alpha001
  • C# razor template engine programming
RazorEngine - A Templating Engine based on the Razor parser.
RazorLight by: toddams
  • 54 total downloads
  • Latest version: 1.1.0
  • Razor RazorLight template-engine email emails dotnet netcore.
Use Razor to build your templates from strings / files / EmbeddedResources outside of ASP.NET MVC for .NET Core
RazorMachine by: Jaap Lamfers
  • 64 total downloads
  • Latest version: 2.6.1
  • razormachine razor razor2 razor3 razorengine templating generator layouts masterpages
RazorMachine is a robust Razor 2.0/3.0 templating engine that supports layouts as well as a _viewStart construct like Asp.Net MVC
RBush by: viceroypenguin
  • 235 total downloads
  • Latest version: 3.2.0
  • .NET R-Tree Algorithm tree search spatial index
Spatial Index data structure; used to make it easier to find data points on a two dimensional plane.
RedLock.net by: Sam Cook
  • 599 total downloads
  • Latest version: 2.1.0
  • RedLock Redis Distributed Lock
An implementation of the Redlock distributed lock algorithm
RefactorThis.GraphDiff by: ZZZ Projects Inc., brentmckendrick
  • 1.851k total downloads
  • Latest version: 3.1.3
  • EntityFramework EF CodeFirst DetachedUpdate GraphDiff
This is the official GraphDiff package. GraphDiff - Allows for automatic update of a graph of detached entities using Entity Framework v6+. If you have ever felt the pain of updating a detached graph with one or more nested collections then this is for you :)
ReflectionBridge by: Stef Heyenrath
  • 118 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
  • 971 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