你的位置: 码友网首页 / 资讯源列表 / A Fast and Lightweight Solution for CQRS and Event Sourcing

关于[A Fast and Lightweight Solution for CQRS and Event Sourcing]的摘要:

The purpose of this article is to present a fast and lightweight implementation of the CQRS+ES pattern using the C# programming language and the .NET Framework. This implementation is relatively full-featured, including support for SQL Server serialization of commands and events, scheduled commands, snapshots, sagas (i.e., process managers), and plug-and-play overrides for multitenant customization. I will describe how the code is structured, and illustrate how it works with a sample application.

原文地址: https://www.codeproject.com/Articles/5264244/A-Fast-and-Lightweight-Solution-for-CQRS-and-Event

收录时间: 2020-04-10 浏览量: 1542 分类: 架构设计

| 1 收藏 | 0