Configuration

.NET Core微服务之开源项目CAP的初步使用

一、CAP简介   下面的文字来自CAP的Wiki文档:https://github.com/dotnetcore/CAP/wiki   CAP 是一个在分布式系统中(SOA,MicroService)实现事件总线及最终一致性(分布式事务)的一个开源的 C# 库,她具有轻量级,高性能,易使用等特点。我们可以轻松的在基于 .NET Core 技术的分布式系...

XML中的二进制文件的编码与解码[原创]

(一)把二进制文件放到XML中 using System;using System.Data;using System.IO;using System.Text;using System.Xml;using System.Configuration;using System.Collections;using System.Web;using Syste...