摘要:
https://rules.sonarsource.com/csharp/RSPEC-3925 The ISerializable interface is the mechanism to control the type serialization process. If not impleme 阅读全文
摘要:
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, 阅读全文
摘要:
https://martinfowler.com/articles/microservice-trade-offs.html Many development teams have found the microservices architectural style to be a superio 阅读全文
摘要:
https://martinfowler.com/tags/microservices.html Microservices Guide Microservices 2014-03-25 Microservices Talk 2015-01-15 How to break a Monolith in 阅读全文
摘要:
Domain events: design and implementation Domain events versus integration events Semantically, domain and integration events are the same thing: notif 阅读全文
摘要:
What's the real reason for preventing protected member access through a base/sibling class? 问题 I recently discovered that a method in a derived class 阅读全文