Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究奥尔良项目。我已经浏览了 github 中的示例主机,没有这种示例。我想知道将 dapper 或 EF 注入到grain实现并执行 CRUD 的最佳实践是什么。
先感谢您。
我认为在这种情况下,最好的方法是使用 Grains 作为遗留数据的前端。无需使用集成的grain 持久性,您只需将数据直接从遗留系统加载/读取到grain 中(只需确保使用异步API 访问存储)、变异和写回。