← Back
Nick Chapsas November 16, 2023 8m

Should You Use The Async Suffix in C#?

Summary

This video discusses the convention of using the "Async" suffix in C# method names for asynchronous operations that return a Task. The speaker explores how this practice originated from the need to differentiate synchronous and asynchronous methods after the introduction of `async`/`await` in C#. The practical takeaway is that understanding this legacy convention helps clarify method naming and coding practices, encouraging viewers to share their own opinions in the comments.

View original episode ↗