SSH.NET by: Renci
  • 105 total downloads
  • Latest version: 2020.0.2
  • ssh scp sftp
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support.
StackExchange.Redis by: Stack Exchange Inc. marc.gravell
  • 32 total downloads
  • Latest version: 2.0.513
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
Stub.System.Data.SQLite.Core.NetStandard by: SQLite Development Team
  • 27 total downloads
  • Latest version: 1.0.115.5
  • sqlite database ado.net provider interop
The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.
Stun.Net by: HMBSbige
  • 57 total downloads
  • Latest version: 6.2.0
  • stun nat rfc3489 rfc5389
Package Description
SubtitlesParser by: AlexPoint
  • 14 total downloads
  • Latest version: 1.5.1
Universal subtitles parser
SunnyUI by: ShenYonghua
  • 100 total downloads
  • Latest version: 3.0.8
SunnyUI.Net 是基于.Net Framework 4.0+、.Net Core3.1、.Net 5 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。
SunnyUI.Common by: ShenYonghua
  • 96 total downloads
  • Latest version: 3.0.8
SunnyUI.Common 是基于.Net Framework4.0+、.Net Core、.Net5 的开源工具类库、扩展类库。
SuperSocket.Command by: Kerry Jiang and other contributors
  • 33 total downloads
  • Latest version: 2.0.0-beta.13
SuperSocket command pattern library which allow you to handle requests with commands.
SuperSocket.IOCPTcpChannel by: 吴俊
  • 28 total downloads
  • Latest version: 2.0.0
仅个人测试,未作全部测试!
SuperSocket.Primitives by: Kerry Jiang and other contributors
  • 70 total downloads
  • Latest version: 2.0.0-beta.13
SuperSocket primitive interfaces and classes.
SuperSocket.Server by: Kerry Jiang and other contributors
  • 46 total downloads
  • Latest version: 2.0.0-beta.13
SuperSocket server hosting library.
SuperSocket.SessionContainer by: Kerry Jiang and other contributors
  • 38 total downloads
  • Latest version: 2.0.0-beta.13
SuperSocket built-in session containers.
Swashbuckle.AspNetCore by: Swashbuckle.AspNetCore
  • 200 total downloads
  • Latest version: 6.5.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Swagger by: Swashbuckle.AspNetCore.Swagger
  • 111 total downloads
  • Latest version: 6.5.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen by: Swashbuckle.AspNetCore.SwaggerGen
  • 113 total downloads
  • Latest version: 6.5.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI by: Swashbuckle.AspNetCore.SwaggerUI
  • 160 total downloads
  • Latest version: 6.5.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
System.AppContext by: Microsoft
  • 878 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.
System.Buffers by: Microsoft
  • 424 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.
System.CodeDom by: Microsoft
  • 1.24k total downloads
  • Latest version: 8.0.0-preview.1.23110.8
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
System.Collections by: Microsoft
  • 564 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.