Code opinion: why I prefer avoiding the Async suffix in C# asynchronous methods 2026-01-20 Last updated: 2026-03-04 8 min read CSharp Naming Conventions Code Opinion Should every asynchronous method name end with Async? Does it bring more benefits or more downsides? Let’s reason about this habit, which is common among C# developers. Continue reading Share it on