小编Amm*_*Ali的帖子

命名约定,C# 异步方法

应该在将要异步执行的方法名称中添加一个 Async 前缀。与在 MS EF Core 中一样,所有运行 async 的方法都有 async 前缀。但它们也有同步方法,没有同步前缀。

在某些方法设计为并行运行的情况下有什么建议。

寻求建议。

c# coding-style naming-conventions

0
推荐指数
1
解决办法
1944
查看次数

标签 统计

c# ×1

coding-style ×1

naming-conventions ×1