TouchSocket.Core.DependencyInjection
by: 若汝棋茗
- 351 total downloads
- Latest version: 4.2.8
这是一个为Core中扩展Ioc容器为IServiceCollection的库。
说明文档:https://touchsocket.net/
TouchSocket.Core
by: 若汝棋茗
- 556 total downloads
- Latest version: 4.2.8
这是一个基础服务功能的库,其中包含:内存池、对象池、文件池、流式数据解包器、等待逻辑池、AppMessenger、3DES加密、Xml快速存储、运行时间测量器、文件快捷操作、高性能二进制序列化器、规范日志接口等。
说明文档:https://touchsocket.net/
TouchSocket.Hosting
by: 若汝棋茗
- 376 total downloads
- Latest version: 4.2.8
这是TouchSocket基于通用主机的扩展。目前包括Tcp、Udp、NamedPipe、Dmtp、SerialPort等服务。
说明文档:https://touchsocket.net/
TouchSocket.NamedPipe
by: 若汝棋茗
- 360 total downloads
- Latest version: 4.2.8
这是一个基于命名管道的组件库。它模仿Tcp封装了命名管道的服务器和客户端,以及连接、断开连接等消息。功能上实现了多管道名称监听、流式数据解析,以极致接近Tcp的体验使用命名管道。
说明文档:https://touchsocket.net/
TouchSocketPro
by: 若汝棋茗
- 419 total downloads
- Latest version: 4.2.8
【专业版】这是一个轻量级的、支持插件的综合网络通信库。基础通信功能包含Tcp、Udp、Ssl等。。
【Enterprise】This is a lightweight, plug-in - enabled comprehensive network communication library. Basic communication functions include Tcp, Udp, Ssl, Rpc。
说明文档:https://touchsocket.net/
TweetinviAPI
by: Linvi
- 116 total downloads
- Latest version: 5.0.4
Tweetinvi is an intuitive .NET C# library to access the Twitter REST API. It is a .NET Core library that can be used for development in ASP.NET, Xamarin Android, Xamarin iOS and Windows 10 Universal Apps.
Unicorn.AspNetCore
by: Zhiqiang Li (stulzq)
- 4 total downloads
- Latest version: 1.0.0
Processing client real IP address Middleware.
Vlc.DotNet.Core
by: ZeBobo5
- 154 total downloads
- Latest version: 3.1.0
.Net API to use the audio/video capabilities of the VLC libraries.
Vlc.DotNet.Forms
by: ZeBobo5
- 42 total downloads
- Latest version: 2.2.0-develop179
WinForm control that hosts the audio/video capabilities of the VLC libraries.
WebApiClient.JIT
by: xljiulang
- 189 total downloads
- Latest version: 1.1.4
一款基于HttpClient封装,只需要定义c#接口并修饰相关特性,即可异步调用远程http接口的客户端库
WixToolset.Sdk
by: WiX Toolset Team
- 32 total downloads
- Latest version: 7.0.0
WiX Toolset MSBuild integration
TouchSocket.Dmtp
by: 若汝棋茗
- 399 total downloads
- Latest version: 4.2.8
DMTP(Duplex Message Transport Protocol双工消息传输协议)是一个简单易用,便捷高效,且易于扩展的二进制数据协议。目前基于该协议,已实现的功能包括:连接验证、同步Id、Rpc(包括客户端请求服务器,服务器请求客户端、客户端请求客户端)、文件传输(包括客户端向服务器请求文件、客户端向服务器推送文件、服务器向客户端请求文件、服务器向客户端推送文件、
客户端之间请求、推送文件)、Redis等。
说明文档:https://touchsocket.net/
TouchSocket.Http
by: 若汝棋茗
- 538 total downloads
- Latest version: 4.2.8
这是一个基于Http1.1协议的组件库。它能提供Http服务器、客户端、以及WebSocket组件。功能上支持大文件下载、上传、以及多线程下载和断点续传,小文件form上传,WebApi声明和执行。所提供的Http客户端是基于连接的,可以捕获连接和断开连接等消息。
说明文档:https://touchsocket.net/
TouchSocket.Rpc
by: 若汝棋茗
- 432 total downloads
- Latest version: 4.2.8
这是一个超轻量、高性能、可扩展的Rpc管理平台框架。您可以基于该框架,快速开发出Rpc执行。目前已扩展开发DmtpRpc、XmlRpc、JsonRpc、WebApi部分。
说明文档:https://touchsocket.net/
TouchSocketPro.Dmtp
by: 若汝棋茗
- 378 total downloads
- Latest version: 4.2.8
【专业版】这是基于DMTP的企业版扩展。目前包含功能:多线程文件传输、远程文件访问、远程流访问、路由包传输等。
说明文档:https://touchsocket.net/
Validation
by: Andrew Arnott
- 89 total downloads
- Latest version: 2.6.68
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
Vlc.DotNet.Core.Interops
by: ZeBobo5
- 111 total downloads
- Latest version: 3.1.0
Wrapper to use the audio/video capabilities of the VLC libraries.
WebApiClient.Extensions.DependencyInjection
by: xljiulang
- 38 total downloads
- Latest version: 2.0.3
WebApiClient.JIT的DependencyInjection扩展
WindowsAzure.Storage
by: Microsoft
- 323 total downloads
- Latest version: 9.3.3
NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/, https://www.nuget.org/packages/Microsoft.Azure.Storage.File/, https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/, and https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/.
For table support, see https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/.
This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt
Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/