能在linux(epoll)运行基于C# .net standard2.0 写的socket框架,可使用dotnet core程序集 安装NuGet: https://www.nuget.org/packages/socket.core/ Package Manager: Install-Package socket.core .Net CLI :dotnet add package socket.core Paket CLI:paket add socket.core 一:TCP模块介绍 服务端所在socket.core.Server命名空间下,分别为三种模式 push/pull/pack 客户端所在socket.core.Client命名空间下,分别为三种模式 push/pull/pack 主要流程与对应的方法和事件介绍. 注:connectId(int)代表着一个连接对象,data(byte[]),success(bool)
1
基于AutoFac、EntityFramework Core、MVC5的自搭.NET框架。项目一共分6个层,其中Applications 属于UI界面类程序层,其他的均为数据以及数据逻辑处理层,该框架的目的在于将所有的程序跟数据以及数据逻辑分离,实现一套数据多个端共同使用的问题,也是为了方便扩展和后期维护。
2021-08-10 11:33:37 145.54MB autoFac EntityframeCore MVC5 Standard2.0
1
Spire.XLS Spire.PDF .net standard2.0去水印最新版 【版本】 Spire.XLS.dll-----v10.1.1 Spire.Pdf.dll-----v6.1.4 【使用说明】 使用时候请将 Spire.License.dll 一并引入项目,请勿已用Nuget及其他未破解版本。
2020-03-09 03:11:17 7.29MB Spire.XLS Spire.PDF Spire 最新版
1