上一页 1 ··· 173 174 175 176 177 178 179 180 181 ··· 400 下一页
摘要: Message Queue vs Message Bus — what are the differences? Message Bus A Message Bus is a messaging infrastructure to allow different systems to communi 阅读全文
posted @ 2020-06-12 11:28 ChuckLu 阅读(379) 评论(0) 推荐(0)
摘要: Message broker A message broker (also known as an integration broker or interface engine[1]) is an intermediary中间的 computer program module that transl 阅读全文
posted @ 2020-06-12 11:23 ChuckLu 阅读(645) 评论(0) 推荐(0)
摘要: The preference can be changed later under Resharper-->Options-->External soucres 选最后一个,leave visual studio 阅读全文
posted @ 2020-06-11 14:16 ChuckLu 阅读(277) 评论(0) 推荐(0)
摘要: https://github.com/jbogard/MediatR/wiki#basics MediatR是一种进程内消息传递机制。 支持以同步或异步的形式进行请求/响应,命令,查询,通知和事件的消息传递,并通过C#泛型支持消息的智能调度。 Basics MediatR has two kinds 阅读全文
posted @ 2020-06-11 13:48 ChuckLu 阅读(326) 评论(0) 推荐(0)
摘要: MediatR MediatR is a low-ambition library trying to solve a simple problem — decoupling the in-process sending of messages from handling messages. Cro 阅读全文
posted @ 2020-06-11 11:18 ChuckLu 阅读(393) 评论(0) 推荐(0)
摘要: What's an Aggregate Root? 回答1 In the context of the repository pattern, aggregate roots are the only objects your client code loads from the repositor 阅读全文
posted @ 2020-06-11 10:20 ChuckLu 阅读(547) 评论(0) 推荐(0)
摘要: 中介者模式 中介者模式(Mediator Pattern)是用来降低多个对象和类之间的通信复杂性。这种模式提供了一个中介类,该类通常处理不同类之间的通信,并支持松耦合,使代码易于维护。中介者模式属于行为型模式。 介绍 意图:用一个中介对象来封装一系列的对象交互,中介者使各对象不需要显式地相互引用,从 阅读全文
posted @ 2020-06-10 18:34 ChuckLu 阅读(189) 评论(0) 推荐(0)
摘要: Domain events: design and implementation Use domain events to explicitly implement side effects of changes within your domain. In other words, and usi 阅读全文
posted @ 2020-06-10 16:17 ChuckLu 阅读(413) 评论(0) 推荐(0)
摘要: https://rules.sonarsource.com/csharp/RSPEC-3925 The ISerializable interface is the mechanism to control the type serialization process. If not impleme 阅读全文
posted @ 2020-06-10 10:37 ChuckLu 阅读(645) 评论(0) 推荐(0)
摘要: Package version is always 1.0.0 with dotnet pack https://github.com/kerryjiang/SuperSocket/blob/master/Directory.Build.props When you use dotnet pack, 阅读全文
posted @ 2020-06-09 18:04 ChuckLu 阅读(330) 评论(0) 推荐(0)
上一页 1 ··· 173 174 175 176 177 178 179 180 181 ··· 400 下一页