Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 .Net BackgroundWorker 类在我的 WPF 应用程序中提供响应式 UI。它运行良好,我很高兴继续使用它,但我想知道微软是否在更新的 .Net 版本中(可能在 TPL 中?)有一些东西,它建议继续进行最佳实践或指导?
.NET Framework 4.5 中的异步编程