System.Collections.NonGeneric by: Microsoft
  • 12.019k total downloads
  • Latest version: 4.3.0
Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package. Commonly Used Types: System.Collections.ArrayList System.Collections.Hashtable System.Collections.CollectionBase System.Collections.ReadOnlyCollectionBase System.Collections.Stack System.Collections.SortedList System.Collections.DictionaryBase System.Collections.Queue System.Collections.Comparer System.Collections.CaseInsensitiveComparer When using NuGet 3.x this package requires at least version 3.4.
StackExchange.Redis.MultiplexerPool by: StackExchange.Redis.MultiplexerPool
  • 805 total downloads
  • Latest version: 1.0.1
  • Redis StackExchange.Redis Connection pool Multiplexer
An extension library for StackExchange.Redis which adds Multiplexer connection pool abstraction and implementation
Swashbuckle.AspNetCore.SwaggerUI by: Swashbuckle.AspNetCore.SwaggerUI
  • 10.894k total downloads
  • Latest version: 6.4.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
StackExchange.Redis.StrongName by: Stack Exchange Inc. marc.gravell
  • 8.924k total downloads
  • Latest version: 1.2.6
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
System.Collections.Immutable by: Microsoft
  • 41.473k total downloads
  • Latest version: 6.0.0
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. Commonly Used Types: System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableArray<T> System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary<TKey,TValue> System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet<T> System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList<T> System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue<T> System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet<T> System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack<T>
System.Collections.Concurrent by: Microsoft
  • 14.005k total downloads
  • Latest version: 4.3.0
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently. Commonly Used Types: System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> System.Collections.Concurrent.ConcurrentQueue<T> System.Collections.Concurrent.ConcurrentBag<T> System.Collections.Concurrent.BlockingCollection<T> System.Collections.Concurrent.ConcurrentStack<T> When using NuGet 3.x this package requires at least version 3.4.
Swashbuckle.AspNetCore.SwaggerGen by: Swashbuckle.AspNetCore.SwaggerGen
  • 11.146k total downloads
  • Latest version: 6.4.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger Generator for APIs built on ASP.NET Core
System.Collections by: Microsoft
  • 22.327k total downloads
  • Latest version: 4.3.0
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.
Superpower by: Datalust Superpower Contributors Sprache Contributors
  • 509 total downloads
  • Latest version: 2.3.0
  • superpower parser
A parser combinator library for C#
System.AppContext by: Microsoft
  • 22.304k total downloads
  • Latest version: 4.3.0
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext When using NuGet 3.x this package requires at least version 3.4.
Syncfusion.HtmlToPdfConverter.Blink.Net.Core.Linux by: Syncfusion Inc.
  • 51 total downloads
  • Latest version: 18.4.0.39
  • syncfusion asp-net-core web .net-core net-standard netcore c# Html-to-pdf blink PDF SVG
The Syncfusion HTML to PDF converter is a .NET Standard library that converts URLs, HTML string, SVG, and MHTML to PDF in .NET Core applications. This converter uses the advanced Blink rendering engine, thus generating pixel-perfect PDF from HTML or URL. Key features: • Converts any webpage to PDF. • Converts any raw HTML string to PDF. • Prevents text and image split across pages. • Converts HTML form to fillable PDF form. • Works both in 32-bit and 64-bit environments. • Automatically creates a table of contents. • Automatically creates bookmark hierarchy. • Can convert only a part of a webpage to PDF. • Supports headers and footers. • Repeats HTML table headers and footers in PDF. • Supports HTML5, CSS3, SVG, and Web fonts. • Supports accessing HTML pages using both HTTP POST and GET methods. • Supports HTTP cookies. • Supports cookies-based form authentication. • Thread safe. • Supports internal and external hyperlinks. • Sets document properties, page settings, security, viewer preferences, etc. • Protects PDF document with password and permission. Learn more: https://www.syncfusion.com/pdf-framework/net/html-to-pdf Documentation: https://help.syncfusion.com/file-formats/pdf/converting-html-to-pdf Support: incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums © Copyright 2021 Syncfusion, Inc. All Rights Reserved.
System.Buffers by: Microsoft
  • 36.342k total downloads
  • Latest version: 4.5.1
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. Commonly Used Types: System.Buffers.ArrayPool<T> 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f When using NuGet 3.x this package requires at least version 3.4.
Syncfusion.HtmlToPdfConverter.Blink.Net.Core.Windows by: Syncfusion Inc.
  • 51 total downloads
  • Latest version: 18.4.0.39
  • syncfusion asp-net-core web .net-core net-standard netcore c# Html-to-pdf blink PDF SVG
The Syncfusion HTML to PDF converter is a .NET Standard library that converts URLs, HTML string, SVG, and MHTML to PDF in .NET Core applications. This converter uses the advanced Blink rendering engine, thus generating pixel-perfect PDF from HTML or URL. Key features: • Converts any webpage to PDF. • Converts any raw HTML string to PDF. • Prevents text and image split across pages. • Converts HTML form to fillable PDF form. • Works both in 32-bit and 64-bit environments. • Automatically creates a table of contents. • Automatically creates bookmark hierarchy. • Can convert only a part of a webpage to PDF. • Supports headers and footers. • Repeats HTML table headers and footers in PDF. • Supports HTML5, CSS3, SVG, and Web fonts. • Supports accessing HTML pages using both HTTP POST and GET methods. • Supports HTTP cookies. • Supports cookies-based form authentication. • Thread safe. • Supports internal and external hyperlinks. • Sets document properties, page settings, security, viewer preferences, etc. • Protects PDF document with password and permission. Learn more: https://www.syncfusion.com/pdf-framework/net/html-to-pdf Documentation: https://help.syncfusion.com/file-formats/pdf/converting-html-to-pdf Support: incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums © Copyright 2021 Syncfusion, Inc. All Rights Reserved.
Swashbuckle.AspNetCore by: Swashbuckle.AspNetCore
  • 11.039k total downloads
  • Latest version: 6.4.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core by: Syncfusion Inc.
  • 53 total downloads
  • Latest version: 19.1.0.54
  • syncfusion aspnetcore syncfusion.aspnetcore ej1 net-core net-standard .net core c# Html-to-pdf Html PDF SVG
The Syncfusion HTML to PDF converter is a .NET Standard library that converts URLs, HTML string, SVG, and MHTML to PDF in .NET Core applications. This converter uses the advanced WebKit rendering engine, thus generating pixel-perfect PDF from HTML or URL. Key features: • Converts any webpage to PDF. • Converts any raw HTML string to PDF. • Prevents text and image split across pages. • Converts HTML form to fillable PDF form. • Works both in 32-bit and 64-bit environments. • Automatically creates a table of contents. • Automatically creates bookmark hierarchy. • Can convert only a part of a webpage to PDF. • Supports headers and footers. • Repeats HTML table headers and footers in PDF. • Supports HTML5, CSS3, SVG, and Web fonts. • Supports accessing HTML pages using both HTTP POST and GET methods. • Supports HTTP cookies. • Supports cookies-based form authentication. • Thread safe. • Supports internal and external hyperlinks. • Sets document properties, page settings, security, viewer preferences, etc. • Protects PDF document with password and permission. Learn more: https://www.syncfusion.com/pdf-framework/net/html-to-pdf Documentation: https://help.syncfusion.com/file-formats/pdf/converting-html-to-pdf Support: incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums © Copyright 2021 Syncfusion, Inc. All Rights Reserved.
Swashbuckle.AspNetCore.Annotations by: Swashbuckle.AspNetCore.Annotations
  • 164 total downloads
  • Latest version: 5.5.1
  • swagger documentation discovery help webapi aspnet aspnetcore annotations
Provides custom attributes that can be applied to controllers, actions and models to enrich the generated Swagger
Swashbuckle.AspNetCore.Swagger by: Swashbuckle.AspNetCore.Swagger
  • 11.208k total downloads
  • Latest version: 6.4.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Newtonsoft by: Swashbuckle.AspNetCore.Newtonsoft
  • 288 total downloads
  • Latest version: 6.2.1
  • swagger documentation discovery help webapi aspnet aspnetcore newtonsoft
Swagger Generator opt-in component to support Newtonsoft.Json serializer behaviors
StackExchange.Redis by: Stack Exchange Inc. Marc Gravell Nick Craver
  • 2.56k total downloads
  • Latest version: 2.6.70
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
System.CodeDom by: Microsoft
  • 747 total downloads
  • Latest version: 6.0.0
Provides types that can be used to model the structure of a source code document and to output source code for that model in a supported language. Commonly Used Types: System.CodeDom.CodeObject System.CodeDom.Compiler.CodeDomProvider Microsoft.CSharp.CSharpCodeProvider Microsoft.VisualBasic.VBCodeProvider