应该在将要异步执行的方法名称中添加一个 Async 前缀。与在 MS EF Core 中一样,所有运行 async 的方法都有 async 前缀。但它们也有同步方法,没有同步前缀。
在某些方法设计为并行运行的情况下有什么建议。
寻求建议。
c# coding-style naming-conventions
c# ×1
coding-style ×1
naming-conventions ×1