受欢迎的博客标签
RSS

博客文章标记 '.net'

.NET Core 中,可以使用 SharpCifs 库来访问和操作 Windows SMB 共享文件夹目录。(Windows 2016 版)
.NET Core 中,可以使用 SharpCifs 库来访问和操作 Windows SMB 共享目录。SharpCifs 是一个基于 JCIFS 的 C# 实现,用于与 SMB 共享进行交互。
.Net 8 调用debian控制台命令并获取结果
C# 调用 Linux 系统命令
ASP.NET Core Blazor Server 文本区域的换行符和回车符替换
ASP.NET Core Blazor Server 文本区域的换行符和回车符替换
Forward Proxy 2. List of C# Forward Proxy Server open source project
C# Forward Proxy Server
How to Use a HttpClient Proxy in C# .Net (WebProxy)
By default, HttpClient reads the proxy configuration from the system settings. Change that behavior and set a proxy with a WebProxy instance
开源项目- Barcode Scan app with .Net MAUI (Zxing)
开源项目- Barcode Scan app with .Net MAUI (Zxing)
开源项目-.NET开源ONLYOFFICE在线协作办公套件
ONLYOFFICE是由 Ascensio System SIA 推出的一款功能强大的在线协作办公套件,包括文档(Word)、电子表格(Excel),演示文稿(PowerPoint)和表单(Forms)编辑器,并且在最新的7.5版本中,还添加了PDF编辑器,都在同一个软件。在7.1版本以上,ONLYOFFICE还可以免费把PDF转Word。
AirPlay 2-Open source implementation of AirPlay 2 Mirroring / Audio protocol in C# .Net Core.
Open source implementation of AirPlay 2 Mirroring / Audio protocol,
Frpcharp.Signal.Server - SignalR In MVC Applications
Frpcharp.Signal.Server
NET Core 使用 System.Threading.Channels 消息队列 - 处理心跳数据
System.Threading.Channels 是.NET Core 3.0 后推出的新的集合类型, ,它可以用来做消息队列,进行数据的生产和消费, 公开的 Writer 和 Reader api对应消息的生产者和消费者,也让Chann