- Use .NET 10 for all new projects unless there is a specific requirement to use an older version
- Prefer
async Taskovervoidfor methods that perform any asynchronous operations - Only use
async voidfor event handlers where required by the event signature